[lld] r311449 - [ELF] - Remove outdated comment. NFC.

George Rimar via llvm-commits llvm-commits at lists.llvm.org
Tue Aug 22 04:11:11 PDT 2017


Author: grimar
Date: Tue Aug 22 04:11:11 2017
New Revision: 311449

URL: http://llvm.org/viewvc/llvm-project?rev=311449&view=rev
Log:
[ELF] - Remove outdated comment. NFC.

Modified:
    lld/trunk/test/ELF/dynamic-list.s

Modified: lld/trunk/test/ELF/dynamic-list.s
URL: http://llvm.org/viewvc/llvm-project/lld/trunk/test/ELF/dynamic-list.s?rev=311449&r1=311448&r2=311449&view=diff
==============================================================================
--- lld/trunk/test/ELF/dynamic-list.s (original)
+++ lld/trunk/test/ELF/dynamic-list.s Tue Aug 22 04:11:11 2017
@@ -1,7 +1,3 @@
-## There is some bad quoting interaction between lit's internal shell, which is
-## implemented in Python, and the Cygwin implementations of the Unix utilities.
-## Avoid running these tests on Windows for now by requiring a real shell.
-
 # REQUIRES: x86
 
 # RUN: llvm-mc -filetype=obj -triple=x86_64-unknown-linux %p/Inputs/shared.s -o %t2.o




More information about the llvm-commits mailing list