From: Aditya Kumar Date: Mon, 3 Oct 2016 02:36:33 +0000 (+0000) Subject: Keep the test only for Itanium abi X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=1482eca8d5201bd18686b68dd1a7e21e785fa977;p=clang Keep the test only for Itanium abi git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@283085 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/test/CodeGenCXX/alias-available-externally.cpp b/test/CodeGenCXX/alias-available-externally.cpp index acc59620a3..473e93be0a 100644 --- a/test/CodeGenCXX/alias-available-externally.cpp +++ b/test/CodeGenCXX/alias-available-externally.cpp @@ -1,4 +1,4 @@ -// RUN: %clang_cc1 -O1 -std=c++11 -emit-llvm -disable-llvm-passes -o - %s | FileCheck %s +// RUN: %clang_cc1 -O1 -std=c++11 -emit-llvm -triple %itanium_abi_triple -disable-llvm-passes -o - %s | FileCheck %s // Clang should not generate alias to available_externally definitions. // Check that the destructor of Foo is defined. // The destructors have different return type for different targets.