[lld] 889c6f3 - [ELF][test] Fix a typo in aarch64-ifunc-bti.s to actually test what was intended

Fangrui Song via llvm-commits llvm-commits at lists.llvm.org
Thu Jul 14 13:46:42 PDT 2022


Author: Fangrui Song
Date: 2022-07-14T13:46:38-07:00
New Revision: 889c6f3996769a991a24da957f597e7500d158e7

URL: https://github.com/llvm/llvm-project/commit/889c6f3996769a991a24da957f597e7500d158e7
DIFF: https://github.com/llvm/llvm-project/commit/889c6f3996769a991a24da957f597e7500d158e7.diff

LOG: [ELF][test] Fix a typo in aarch64-ifunc-bti.s to actually test what was intended

Thanks to Alex Brachet for spotting it in D110217.

Added: 
    

Modified: 
    lld/test/ELF/aarch64-ifunc-bti.s

Removed: 
    


################################################################################
diff  --git a/lld/test/ELF/aarch64-ifunc-bti.s b/lld/test/ELF/aarch64-ifunc-bti.s
index 4a5607d323325..bb151a3e91103 100644
--- a/lld/test/ELF/aarch64-ifunc-bti.s
+++ b/lld/test/ELF/aarch64-ifunc-bti.s
@@ -7,7 +7,7 @@
 # RUN: llvm-objdump -d --no-show-raw-insn --mattr=+bti --triple=aarch64-linux-gnu %t | FileCheck %s
 
 # RUN: ld.lld -shared -Bsymbolic %t1.so %t.o -o %t.so
-# RUN: llvm-objdump -d --no-show-raw-insn --mattr=+bti %t | FileCheck %s --check-prefix=SHARED
+# RUN: llvm-objdump -d --no-show-raw-insn --mattr=+bti %t.so | FileCheck %s --check-prefix=SHARED
 
 # When the address of an ifunc is taken using a non-got reference which clang
 # can do, LLD exports a canonical PLT entry that may have its address taken so


        


More information about the llvm-commits mailing list