[lld] r312763 - Remove a stale comment.

Rui Ueyama via llvm-commits llvm-commits at lists.llvm.org
Thu Sep 7 16:54:20 PDT 2017


Author: ruiu
Date: Thu Sep  7 16:54:20 2017
New Revision: 312763

URL: http://llvm.org/viewvc/llvm-project?rev=312763&view=rev
Log:
Remove a stale comment.

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=312763&r1=312762&r2=312763&view=diff
==============================================================================
--- lld/trunk/test/ELF/many-alloc-sections.s (original)
+++ lld/trunk/test/ELF/many-alloc-sections.s Thu Sep  7 16:54:20 2017
@@ -1,7 +1,6 @@
 // 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
 // RUN: llvm-readobj -t %t | FileCheck %s
 




More information about the llvm-commits mailing list