File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
cross-project-tests/tools/llvm-objdump/ARM Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 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
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
You can’t perform that action at this time.
0 commit comments