]> granicus.if.org Git - clang/commitdiff
Keep the test only for Itanium abi
authorAditya Kumar <hiraditya@msn.com>
Mon, 3 Oct 2016 02:36:33 +0000 (02:36 +0000)
committerAditya Kumar <hiraditya@msn.com>
Mon, 3 Oct 2016 02:36:33 +0000 (02:36 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@283085 91177308-0d34-0410-b5e6-96231b3b80d8

test/CodeGenCXX/alias-available-externally.cpp

index acc59620a3b1c303240854d295f0e91cfe548676..473e93be0a755773de97e8c792d4bd1baea2e2eb 100644 (file)
@@ -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.