r283085 - Keep the test only for Itanium abi

Aditya Kumar via cfe-commits cfe-commits at lists.llvm.org
Sun Oct 2 19:36:34 PDT 2016


Author: hiraditya
Date: Sun Oct  2 21:36:33 2016
New Revision: 283085

URL: http://llvm.org/viewvc/llvm-project?rev=283085&view=rev
Log:
Keep the test only for Itanium abi

Modified:
    cfe/trunk/test/CodeGenCXX/alias-available-externally.cpp

Modified: cfe/trunk/test/CodeGenCXX/alias-available-externally.cpp
URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/test/CodeGenCXX/alias-available-externally.cpp?rev=283085&r1=283084&r2=283085&view=diff
==============================================================================
--- cfe/trunk/test/CodeGenCXX/alias-available-externally.cpp (original)
+++ cfe/trunk/test/CodeGenCXX/alias-available-externally.cpp Sun Oct  2 21:36:33 2016
@@ -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.




More information about the cfe-commits mailing list