summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--lld/test/ELF/many-sections.s7
1 files changed, 2 insertions, 5 deletions
diff --git a/lld/test/ELF/many-sections.s b/lld/test/ELF/many-sections.s
index 7ef0f7ceaac..e3b845f305a 100644
--- a/lld/test/ELF/many-sections.s
+++ b/lld/test/ELF/many-sections.s
@@ -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.
OpenPOWER on IntegriCloud