commit | 1e7d4ab9a37065ab6476bb9b7f3543bbcade07de | [log] [tgz] |
---|---|---|
author | Teresa Johnson <tejohnson@google.com> | Tue May 17 15:26:13 2016 +0000 |
committer | Teresa Johnson <tejohnson@google.com> | Tue May 17 15:26:13 2016 +0000 |
tree | c95f4a9fdf927ea53d1283ec1abd5b95546297d8 | |
parent | 0e8f053023e818609e337689bce420d5d6fd36a4 [diff] [blame] |
[ThinLTO] XFAIL path manipulation test on Windows This test is creating and checking paths using '/'. XFAIL it on Windows to unbreak bot: http://lab.llvm.org:8011/builders/llvm-clang-lld-x86_64-scei-ps4-windows10pro-fast/builds/5478 llvm-svn: 269775
diff --git a/llvm/test/ThinLTO/X86/prefix_replace.ll b/llvm/test/ThinLTO/X86/prefix_replace.ll index 7ae7d35..b378a58 100644 --- a/llvm/test/ThinLTO/X86/prefix_replace.ll +++ b/llvm/test/ThinLTO/X86/prefix_replace.ll
@@ -1,4 +1,6 @@ ; Check that changing the output path via prefix-replace works +; Use of '/' in paths created here make this unsuitable for Windows. +; XFAIL: win32 ; RUN: mkdir -p %T/oldpath ; RUN: opt -module-summary %s -o %T/oldpath/prefix_replace.o ; Ensure that there is no existing file at the new path, so we properly