Skip to content

Commit

Permalink
[ELF][test] Delete unneeded --no-threads
Browse files Browse the repository at this point in the history
  • Loading branch information
MaskRay committed Mar 17, 2020
1 parent 51b78a3 commit 2bd1ca2
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 4 deletions.
3 changes: 1 addition & 2 deletions lld/test/ELF/arm-thumb-interwork-notfunc.s
@@ -1,7 +1,6 @@
// REQUIRES: arm
// RUN: llvm-mc -g --triple=armv7a-linux-gnueabihf -arm-add-build-attributes -filetype=obj -o %t.o %s
// RUN: ld.lld %t.o --no-threads -o %t 2>&1
// RUN: ld.lld %t.o --no-threads -o %t 2>&1 | FileCheck %s --check-prefix=WARN
// RUN: ld.lld %t.o -o %t 2>&1 | FileCheck %s --check-prefix=WARN
// RUN: llvm-objdump --no-show-raw-insn -d %t | FileCheck %s

.syntax unified
Expand Down
2 changes: 1 addition & 1 deletion lld/test/ELF/linkerscript/eh-frame-merge.s
@@ -1,7 +1,7 @@
# REQUIRES: x86
# RUN: llvm-mc -filetype=obj -triple=x86_64-unknown-linux %s -o %t.o
# RUN: echo "SECTIONS { .eh_frame_hdr : { *(.eh_frame_hdr) *(.eh_frame) } }" > %t.script
# RUN: ld.lld -o %t --no-threads --eh-frame-hdr --script %t.script %t.o
# RUN: ld.lld -o %t --eh-frame-hdr --script %t.script %t.o
# RUN: llvm-readobj -S -u %t | FileCheck %s

# CHECK: Name: .dah
Expand Down
2 changes: 1 addition & 1 deletion lld/test/ELF/mips-micro-jal.s
Expand Up @@ -51,7 +51,7 @@
# RUN: %S/Inputs/mips-fpic.s -o %t-reg.o
# RUN: llvm-mc -filetype=obj -triple=mips-unknown-linux \
# RUN: -mattr=micromips %s -o %t2eb.o
# RUN: ld.lld --script %t.script --no-threads -o %teb.exe %t-reg.o %t2eb.o %teb.so
# RUN: ld.lld --script %t.script -o %teb.exe %t-reg.o %t2eb.o %teb.so
# RUN: llvm-objdump -d --mattr=micromips --no-show-raw-insn %teb.exe \
# RUN: | FileCheck --check-prefix=R2 %s

Expand Down

0 comments on commit 2bd1ca2

Please sign in to comment.