forked from OSchip/llvm-project
[ELF] - Enable threading in many-sections.s testcase. NFC.
This is PR32942, previously threading was disabled because slowed down this testcase a lot. It was fixed in r311312. llvm-svn: 311313
This commit is contained in:
parent
d7305ef06c
commit
8902bb8e62
|
@ -11,15 +11,12 @@
|
|||
// CHECK-NEXT: Other: 0
|
||||
// CHECK-NEXT: Section: dm (0xFF00)
|
||||
|
||||
|
||||
// FIXME: threads are disable because the test is too slow with them (PR32942).
|
||||
// RUN: ld.lld %t -o %t2 --no-threads
|
||||
// RUN: ld.lld %t -o %t2
|
||||
// RUN: llvm-readobj -t %t2 | FileCheck --check-prefix=LINKED %s
|
||||
|
||||
// Test also with a linker script.
|
||||
// RUN: echo "SECTIONS { . = SIZEOF_HEADERS; .text : { *(.text) } }" > %t.script
|
||||
// FIXME: threads are disable because the test is too slow with them (PR32942).
|
||||
// RUN: ld.lld -T %t.script %t -o %t2 --no-threads
|
||||
// RUN: ld.lld -T %t.script %t -o %t2
|
||||
// RUN: llvm-readobj -t %t2 | FileCheck --check-prefix=LINKED %s
|
||||
|
||||
// Test that _start is in the correct section.
|
||||
|
|
Loading…
Reference in New Issue