Skip to content

Commit 5e249ee

Browse files
committed
Remove unused flags
1 parent 195284d commit 5e249ee

File tree

1 file changed

+3
-3
lines changed
  • cross-project-tests/tools/llvm-objdump/ARM

1 file changed

+3
-3
lines changed

cross-project-tests/tools/llvm-objdump/ARM/plt.c

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -59,15 +59,15 @@
5959
// Test PLT section parsing on thumb.
6060

6161
// RUN: %clang --target=thumbv8.1m.main-none-linux-eabi \
62-
// RUN: -nostdlib -nostdinc -c %s -o %t4.o
62+
// RUN: -c %s -o %t4.o
6363
// RUN: ld.lld --shared %t4.o -o %t4
6464
// RUN: llvm-objdump --no-show-raw-insn --no-print-imm-hex \
6565
// RUN: -d %t4 | FileCheck %s --check-prefixes=THUMB,LE
6666

6767
// Test PLT section parsing on thumbeb.
6868

6969
// RUN: %clang --target=thumbebv8.1m.main-none-linux-eabi \
70-
// RUN: -nostdlib -nostdinc -c %s -o %t5.o
70+
// RUN: -c %s -o %t5.o
7171
// RUN: ld.lld --shared %t5.o -o %t5
7272
// RUN: llvm-objdump --no-show-raw-insn --no-print-imm-hex \
7373
// RUN: -d %t5 | FileCheck %s --check-prefixes=THUMB,BE
@@ -76,7 +76,7 @@
7676
// Test PLT section parsing on thumbeb with be8.
7777

7878
// RUN: %clang --target=thumbebv8.1m.main-none-linux-eabi \
79-
// RUN: -nostdlib -nostdinc -c %s -o %t6.o
79+
// RUN: -c %s -o %t6.o
8080
// RUN: ld.lld --shared --be8 %t6.o -o %t6
8181
// RUN: llvm-objdump --no-show-raw-insn --no-print-imm-hex \
8282
// RUN: -d %t6 | FileCheck %s --check-prefixes=THUMB,BE

0 commit comments

Comments
 (0)