diff options
author | Rafael Espindola <rafael.espindola@gmail.com> | 2010-06-16 19:01:17 +0000 |
---|---|---|
committer | Rafael Espindola <rafael.espindola@gmail.com> | 2010-06-16 19:01:17 +0000 |
commit | 1ed1a594e9befc91ebf00d81b41a2fdfab862657 (patch) | |
tree | 0aca45893ced0493bb2c8bf5e87a878e61d07431 /test/CodeGen/builtin-attributes.c | |
parent | d4266629ed62e3a0de5e2cb2dfb8e806f9bdc5f6 (diff) |
Change the test for which ABI/CC to use on ARM to be base on the environment
(the last argument of the triple).
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@106131 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/CodeGen/builtin-attributes.c')
-rw-r--r-- | test/CodeGen/builtin-attributes.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/CodeGen/builtin-attributes.c b/test/CodeGen/builtin-attributes.c index 6f13239bf6..afde3fab84 100644 --- a/test/CodeGen/builtin-attributes.c +++ b/test/CodeGen/builtin-attributes.c @@ -1,4 +1,4 @@ -// RUN: %clang_cc1 -triple arm-unknown-unknown -emit-llvm -o - %s | FileCheck %s +// RUN: %clang_cc1 -triple arm-unknown-linux-gnueabi -emit-llvm -o - %s | FileCheck %s // CHECK: declare i32 @printf(i8*, ...) void f0() { |