forked from OSchip/llvm-project
Specify non-GNU-ARM triples for key-function test.
Since ARM has diverging ABIs on this detail, it's probably worth testing both it and a "normal" Itanium system. llvm-svn: 173576
This commit is contained in:
parent
19ae7a88b0
commit
20122ad27d
|
@ -1,4 +1,5 @@
|
|||
// RUN: %clang_cc1 %s -emit-llvm -o - | FileCheck %s
|
||||
// RUN: %clang_cc1 -triple x86_64-none-linux-gnu %s -emit-llvm -o - | FileCheck %s
|
||||
// RUN: %clang_cc1 -triple arm-apple-darwin %s -emit-llvm -o - | FileCheck %s
|
||||
|
||||
// Simple key function test
|
||||
struct testa { virtual void a(); };
|
||||
|
|
Loading…
Reference in New Issue