From 2d9ac75b93d77023d2a88302d575eae83cc7e48b Mon Sep 17 00:00:00 2001 From: Richard Smith Date: Wed, 11 Mar 2015 01:09:01 +0000 Subject: [PATCH] Fix test to specify an Itanium triple. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@231900 91177308-0d34-0410-b5e6-96231b3b80d8 --- test/CodeGenCXX/mangle-fail.cpp | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/test/CodeGenCXX/mangle-fail.cpp b/test/CodeGenCXX/mangle-fail.cpp index e845bcab8a..4924ca6f20 100644 --- a/test/CodeGenCXX/mangle-fail.cpp +++ b/test/CodeGenCXX/mangle-fail.cpp @@ -1,6 +1,6 @@ -// RUN: %clang_cc1 -emit-llvm -x c++ -std=c++11 -verify %s -DN=1 -// RUN: %clang_cc1 -emit-llvm -x c++ -std=c++11 -verify %s -DN=2 -// RUN: %clang_cc1 -emit-llvm -x c++ -std=c++11 -verify %s -DN=3 +// RUN: %clang_cc1 -emit-llvm -x c++ -std=c++11 -triple %itanium_abi_triple -verify %s -DN=1 +// RUN: %clang_cc1 -emit-llvm -x c++ -std=c++11 -triple %itanium_abi_triple -verify %s -DN=2 +// RUN: %clang_cc1 -emit-llvm -x c++ -std=c++11 -triple %itanium_abi_triple -verify %s -DN=3 struct A { int a; }; -- 2.50.1