We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1595b1e commit adbdbd4Copy full SHA for adbdbd4
lld/test/ELF/aarch64-memtag-globals.s
@@ -78,7 +78,7 @@ Symbols:
78
## dynamic entries, etc.
79
# RUN: llvm-mc --filetype=obj -triple=aarch64-none-linux-android \
80
# RUN: %t/input_3.s -o %t3.o
81
-# RUN: ld.lld -static -Bstatic --android-memtag-mode=sync %t1.o %t2.o %t3.o -o %t.static.so
+# RUN: ld.lld -static --android-memtag-mode=sync %t1.o %t2.o %t3.o -o %t.static.so
82
# RUN: llvm-readelf -s --section-headers --relocs --memtag %t.static.so | \
83
# RUN: FileCheck %s --check-prefix=CHECK-STATIC
84
# CHECK-STATIC-NOT: .memtag.globals.static
0 commit comments