diff options
author | Petr Hosek <phosek@chromium.org> | 2018-08-09 02:16:18 +0000 |
---|---|---|
committer | Petr Hosek <phosek@chromium.org> | 2018-08-09 02:16:18 +0000 |
commit | eb46c95c3e7aeba4d183ca614fe238067eddf97f (patch) | |
tree | bb2fec1f44eedc0e9ce644c153642732ae543cea /clang/test/Modules/crash-vfs-path-traversal.m | |
parent | 89d9cc7da964273b7f6e7656ad22bd67eb4a09ba (diff) | |
download | bcm5719-llvm-eb46c95c3e7aeba4d183ca614fe238067eddf97f.tar.gz bcm5719-llvm-eb46c95c3e7aeba4d183ca614fe238067eddf97f.zip |
[CMake] Use normalized Windows target triples
Changes the default Windows target triple returned by
GetHostTriple.cmake from the old environment names (which we wanted to
move away from) to newer, normalized ones. This also requires updating
all tests to use the new systems names in constraints.
Differential Revision: https://reviews.llvm.org/D47381
llvm-svn: 339307
Diffstat (limited to 'clang/test/Modules/crash-vfs-path-traversal.m')
-rw-r--r-- | clang/test/Modules/crash-vfs-path-traversal.m | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/clang/test/Modules/crash-vfs-path-traversal.m b/clang/test/Modules/crash-vfs-path-traversal.m index cd12cadcf18..b924d81d046 100644 --- a/clang/test/Modules/crash-vfs-path-traversal.m +++ b/clang/test/Modules/crash-vfs-path-traversal.m @@ -3,7 +3,7 @@ // FIXME: Canonicalizing paths to remove relative traversal components // currenty fails a unittest on windows and is disable by default. // FIXME: This XFAIL is cargo-culted from crash-report.c. Do we need it? -// XFAIL: mingw32 +// XFAIL: windows-gnu // RUN: rm -rf %t // RUN: mkdir -p %t/i %t/m %t |