[lld] r280805 - Enable test on windows.
Rafael Espindola via llvm-commits
llvm-commits at lists.llvm.org
Wed Sep 7 05:09:11 PDT 2016
Author: rafael
Date: Wed Sep 7 07:09:10 2016
New Revision: 280805
URL: http://llvm.org/viewvc/llvm-project?rev=280805&view=rev
Log:
Enable test on windows.
It looks like it was disable just because we were missing a demangler.
Modified:
lld/trunk/test/ELF/conflict.s
Modified: lld/trunk/test/ELF/conflict.s
URL: http://llvm.org/viewvc/llvm-project/lld/trunk/test/ELF/conflict.s?rev=280805&r1=280804&r2=280805&view=diff
==============================================================================
--- lld/trunk/test/ELF/conflict.s (original)
+++ lld/trunk/test/ELF/conflict.s Wed Sep 7 07:09:10 2016
@@ -1,4 +1,4 @@
-# REQUIRES: x86, shell
+# REQUIRES: x86
# RUN: llvm-mc -filetype=obj -triple=x86_64-unknown-linux %s -o %t1.o
# RUN: not ld.lld %t1.o %t1.o -o %t2 2>&1 | FileCheck -check-prefix=DEMANGLE %s
More information about the llvm-commits
mailing list