diff options
-rw-r--r-- | llvm/test/ThinLTO/X86/prefix_replace.ll | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/llvm/test/ThinLTO/X86/prefix_replace.ll b/llvm/test/ThinLTO/X86/prefix_replace.ll index 7ae7d3563ec..b378a58a6fa 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 |