]> granicus.if.org Git - clang/commitdiff
Specify non-GNU-ARM triples for key-function test.
authorTim Northover <Tim.Northover@arm.com>
Sat, 26 Jan 2013 15:27:54 +0000 (15:27 +0000)
committerTim Northover <Tim.Northover@arm.com>
Sat, 26 Jan 2013 15:27:54 +0000 (15:27 +0000)
Since ARM has diverging ABIs on this detail, it's probably worth
testing both it and a "normal" Itanium system.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@173576 91177308-0d34-0410-b5e6-96231b3b80d8

test/CodeGenCXX/key-function-vtable.cpp

index 8e474bdf95f11fcb307a5b5ef5d45e9c63eeecb1..0ecd89805858086228be94868f2c753a314ee1c9 100644 (file)
@@ -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(); };