mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-11-23 19:23:23 +01:00
[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
This commit is contained in:
parent
8a51792cf4
commit
95ad7eab26
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user