forked from OSchip/llvm-project
clang/test/CodeGenCXX/debug-info-namespace.cpp: Suppress this also on msys, for now since r193116.
Clang confuses among dosish paths. In this case, "Input/foo.cpp" and "Input\foo.cpp" cannot be unified. llvm-svn: 193456
This commit is contained in:
parent
e692cfa330
commit
7ef9ae1d43
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue