[lld] r312738 - Drop --no-threads from tests.

Roman Divacky via llvm-commits llvm-commits at lists.llvm.org
Thu Sep 7 23:00:51 PDT 2017


Perhaps you want to drop the FIXME as well?

On Thu, Sep 07, 2017 at 07:07:49PM -0000, Rafael Espindola via llvm-commits wrote:
> 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.
> 
> 
> _______________________________________________
> llvm-commits mailing list
> llvm-commits at lists.llvm.org
> http://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-commits


More information about the llvm-commits mailing list