summaryrefslogtreecommitdiffstats
path: root/compiler-rt/test/ubsan/TestCases/Misc/enum.cpp
diff options
context:
space:
mode:
authorPetr Hosek <phosek@chromium.org>2018-08-09 02:16:18 +0000
committerPetr Hosek <phosek@chromium.org>2018-08-09 02:16:18 +0000
commiteb46c95c3e7aeba4d183ca614fe238067eddf97f (patch)
treebb2fec1f44eedc0e9ce644c153642732ae543cea /compiler-rt/test/ubsan/TestCases/Misc/enum.cpp
parent89d9cc7da964273b7f6e7656ad22bd67eb4a09ba (diff)
downloadbcm5719-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 'compiler-rt/test/ubsan/TestCases/Misc/enum.cpp')
-rw-r--r--compiler-rt/test/ubsan/TestCases/Misc/enum.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/compiler-rt/test/ubsan/TestCases/Misc/enum.cpp b/compiler-rt/test/ubsan/TestCases/Misc/enum.cpp
index 5dbecf16126..8e95f8b403a 100644
--- a/compiler-rt/test/ubsan/TestCases/Misc/enum.cpp
+++ b/compiler-rt/test/ubsan/TestCases/Misc/enum.cpp
@@ -4,7 +4,7 @@
// FIXME: UBSan fails to add the correct instrumentation code for some reason on
// Windows.
-// XFAIL: win32
+// XFAIL: windows-msvc
enum E { a = 1 } e;
#undef E
OpenPOWER on IntegriCloud