From: Nico Weber Date: Wed, 24 Apr 2019 00:48:04 +0000 (+0000) Subject: Fix test after r359009 on platforms where %ms_abi_triple is 32-bit X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=5a57d357a3c90064f483ffd15d82051611651a60;p=clang Fix test after r359009 on platforms where %ms_abi_triple is 32-bit git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@359057 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/test/CodeGenCXX/cxx2a-three-way-comparison.cpp b/test/CodeGenCXX/cxx2a-three-way-comparison.cpp index 83a899f53f..e3c1535815 100644 --- a/test/CodeGenCXX/cxx2a-three-way-comparison.cpp +++ b/test/CodeGenCXX/cxx2a-three-way-comparison.cpp @@ -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 {