[lld] r312738 - Drop --no-threads from tests.
Rafael Espindola via llvm-commits
llvm-commits at lists.llvm.org
Thu Sep 7 12:07:49 PDT 2017
Author: rafael
Date: Thu Sep 7 12:07:49 2017
New Revision: 312738
URL: http://llvm.org/viewvc/llvm-project?rev=312738&view=rev
Log:
Drop --no-threads from tests.
The performance problem with --threads is fixed.
Modified:
lld/trunk/test/ELF/many-alloc-sections.s
Modified: lld/trunk/test/ELF/many-alloc-sections.s
URL: http://llvm.org/viewvc/llvm-project/lld/trunk/test/ELF/many-alloc-sections.s?rev=312738&r1=312737&r2=312738&view=diff
==============================================================================
--- lld/trunk/test/ELF/many-alloc-sections.s (original)
+++ lld/trunk/test/ELF/many-alloc-sections.s Thu Sep 7 12:07:49 2017
@@ -2,7 +2,7 @@
// 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.
More information about the llvm-commits
mailing list