Skip to content

Commit adbdbd4

Browse files
committed
Remove -Bstatic from test.
1 parent 1595b1e commit adbdbd4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lld/test/ELF/aarch64-memtag-globals.s

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ Symbols:
7878
## dynamic entries, etc.
7979
# RUN: llvm-mc --filetype=obj -triple=aarch64-none-linux-android \
8080
# 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
81+
# RUN: ld.lld -static --android-memtag-mode=sync %t1.o %t2.o %t3.o -o %t.static.so
8282
# RUN: llvm-readelf -s --section-headers --relocs --memtag %t.static.so | \
8383
# RUN: FileCheck %s --check-prefix=CHECK-STATIC
8484
# CHECK-STATIC-NOT: .memtag.globals.static

0 commit comments

Comments
 (0)