aboutsummaryrefslogtreecommitdiff
path: root/test/ELF/many-alloc-sections.s
diff options
context:
space:
mode:
Diffstat (limited to 'test/ELF/many-alloc-sections.s')
-rw-r--r--test/ELF/many-alloc-sections.s3
1 files changed, 1 insertions, 2 deletions
diff --git a/test/ELF/many-alloc-sections.s b/test/ELF/many-alloc-sections.s
index 648ab8250286..a022b9275d9f 100644
--- a/test/ELF/many-alloc-sections.s
+++ b/test/ELF/many-alloc-sections.s
@@ -1,8 +1,7 @@
// REQUIRES: x86
// RUN: llvm-mc -filetype=obj -triple x86_64-pc-linux-gnu %s -o %t.o
// 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 -o %t --no-threads
+// RUN: ld.lld -T %t.script %t.o -o %t
// RUN: llvm-readobj -t %t | FileCheck %s
// Test that _start is in the correct section.