clang/test/CodeGenCXX/debug-info-namespace.cpp: Suppress this also on msys, for now...
authorNAKAMURA Takumi <geek4civic@gmail.com>
Sat, 26 Oct 2013 02:04:06 +0000 (02:04 +0000)
committerNAKAMURA Takumi <geek4civic@gmail.com>
Sat, 26 Oct 2013 02:04:06 +0000 (02:04 +0000)
Clang confuses among dosish paths. In this case, "Input/foo.cpp" and "Input\foo.cpp" cannot be unified.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@193456 91177308-0d34-0410-b5e6-96231b3b80d8

test/CodeGenCXX/debug-info-namespace.cpp

index 69321209696427de6c7aa289910209722a65c9f2..a2d7ede1643e8484ce6ef203f8aac136a6bcef49 100644 (file)
@@ -74,3 +74,4 @@ int func(bool b) {
 
 // FIXME: It is confused on win32 to generate file entry when dosish filename is given.
 // REQUIRES: shell
+// REQUIRES: shell-preserves-root