Sign in
llvm
/
llvm-project.git
/
refs/heads/users/pcc/spr/main.llvm-jitlink-fix-bug-in-target-address-computation
/
.
/
lld
/
test
/
ELF
/
ppc64-undefined.s
blob: c9c2a7564f95f22b5870928f310b8791d5a58192 [
file
] [
log
] [
blame
] [
edit
]
# REQUIRES: ppc
# RUN: llvm-mc -filetype=obj -triple=powerpc64le %s -o %t.o
# RUN: not ld.lld %t.o -o /dev/null 2>&1 | FileCheck %s --check-prefix=ERR
# ERR: error: undefined symbol: undef
.global _start
_start
:
bl undef
nop