mirror of https://github.com/microsoft/clang.git
Keep the test only for Itanium abi
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@283085 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
9bdb6e08af
commit
1482eca8d5
|
@ -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.
|
||||
|
|
Loading…
Reference in New Issue