[clang-tidy][modernize-use-starts-ends-with] Fix operator rewriting false negative...
[llvm-project.git] / lld / test / ELF / ppc64-undefined.s
blobc9c2a7564f95f22b5870928f310b8791d5a58192
1 # REQUIRES: ppc
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
6 # ERR: error: undefined symbol: undef
8 .global _start
9 _start:
10 bl undef
11 nop