[lld] r260209 - lld/test/mach-o/dependency_info.yaml: Forgot to remove XFAIL:win32.

NAKAMURA Takumi via llvm-commits llvm-commits at lists.llvm.org
Mon Feb 8 23:44:10 PST 2016


Author: chapuni
Date: Tue Feb  9 01:44:10 2016
New Revision: 260209

URL: http://llvm.org/viewvc/llvm-project?rev=260209&view=rev
Log:
lld/test/mach-o/dependency_info.yaml: Forgot to remove XFAIL:win32.

Modified:
    lld/trunk/test/mach-o/dependency_info.yaml

Modified: lld/trunk/test/mach-o/dependency_info.yaml
URL: http://llvm.org/viewvc/llvm-project/lld/trunk/test/mach-o/dependency_info.yaml?rev=260209&r1=260208&r2=260209&view=diff
==============================================================================
--- lld/trunk/test/mach-o/dependency_info.yaml (original)
+++ lld/trunk/test/mach-o/dependency_info.yaml Tue Feb  9 01:44:10 2016
@@ -1,8 +1,3 @@
-# XFAIL: win32
-# This test fails on Windows because the linker would use '\' instead
-# of '/' as a path separator when concatenating path components.
-# So the output from the linker would be different.
-
 # Test -dependency_info option
 #
 # RUN: lld -flavor darwin -arch x86_64 -test_file_usage  \




More information about the llvm-commits mailing list