summaryrefslogtreecommitdiffstats
path: root/test/CodeGenCXX/microsoft-interface.cpp
diff options
context:
space:
mode:
authorSaleem Abdulrasool <compnerd@compnerd.org>2014-03-27 22:50:18 +0000
committerSaleem Abdulrasool <compnerd@compnerd.org>2014-03-27 22:50:18 +0000
commit1e57f17debf628742e9bb9872f7621dfc4c0b2fa (patch)
tree0d1cbcf6dc0a9ccac442ff15e8c734059ef02084 /test/CodeGenCXX/microsoft-interface.cpp
parentf07112514c3b063c0f7dca206dce42c2ff3dabbf (diff)
Use the new Windows environment for target detection
This follows the LLVM change to canonicalise the Windows target triple spellings. Rather than treating each Windows environment as a single entity, the environments are now modelled properly as an environment. This is a mechanical change to convert the triple use to reflect that change. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@204978 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/CodeGenCXX/microsoft-interface.cpp')
-rw-r--r--test/CodeGenCXX/microsoft-interface.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/CodeGenCXX/microsoft-interface.cpp b/test/CodeGenCXX/microsoft-interface.cpp
index e60e0a0175..c030d1d0b3 100644
--- a/test/CodeGenCXX/microsoft-interface.cpp
+++ b/test/CodeGenCXX/microsoft-interface.cpp
@@ -1,4 +1,4 @@
-// RUN: %clang_cc1 -std=c++11 -fms-extensions -Wno-microsoft -triple=i386-pc-mingw32 -emit-llvm %s -o - | FileCheck %s
+// RUN: %clang_cc1 -std=c++11 -fms-extensions -Wno-microsoft -triple=i386-pc-windows-gnu -emit-llvm %s -o - | FileCheck %s
__interface I {
int test() {