repo.or.cz
/
llvm-project.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
[clang-tidy][modernize-use-starts-ends-with] Fix operator rewriting false negative...
[llvm-project.git]
/
lld
/
test
/
ELF
/
ppc64-undefined.s
blob
c9c2a7564f95f22b5870928f310b8791d5a58192
1
# REQUIRES: ppc
2
3
# RUN: llvm-mc -filetype=obj -triple=powerpc64le %s -o %t.o
4
# RUN: not ld.lld %t.o -o /dev/null 2>&1 | FileCheck %s --check-prefix=ERR
5
6
# ERR: error: undefined symbol: undef
7
8
.global _start
9
_start
:
10
bl
undef
11
nop