]> granicus.if.org Git - clang/commitdiff
Fix test after r359009 on platforms where %ms_abi_triple is 32-bit
authorNico Weber <nicolasweber@gmx.de>
Wed, 24 Apr 2019 00:48:04 +0000 (00:48 +0000)
committerNico Weber <nicolasweber@gmx.de>
Wed, 24 Apr 2019 00:48:04 +0000 (00:48 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@359057 91177308-0d34-0410-b5e6-96231b3b80d8

test/CodeGenCXX/cxx2a-three-way-comparison.cpp

index 83a899f53f80743704b77c220451126c14aae746..e3c1535815f012f23f5a7102de8ccc1d751ff683 100644 (file)
@@ -1,5 +1,5 @@
 // RUN: %clang_cc1 -std=c++2a -emit-llvm %s -o - -triple %itanium_abi_triple | FileCheck %s --check-prefix=ITANIUM
-// RUN: %clang_cc1 -std=c++2a -emit-llvm %s -o - -triple %ms_abi_triple 2>&1 | FileCheck %s --check-prefix=MSABI
+// RUN: %clang_cc1 -std=c++2a -emit-llvm %s -o - -triple x86_64-pc-win32 2>&1 | FileCheck %s --check-prefix=MSABI
 // RUN: not %clang_cc1 -std=c++2a -emit-llvm %s -o - -triple %itanium_abi_triple -DBUILTIN 2>&1 | FileCheck %s --check-prefix=BUILTIN
 
 struct A {