diff options
author | Daniel Dunbar <daniel@zuster.org> | 2009-12-08 19:49:40 +0000 |
---|---|---|
committer | Daniel Dunbar <daniel@zuster.org> | 2009-12-08 19:49:40 +0000 |
commit | 972adb833389607a84e879e2df565e37451d4c60 (patch) | |
tree | 5be3b387f6df7410788aeca4219f98456d29f2ae | |
parent | ebea307a766729981ed923db9b77543437d726dc (diff) |
Use clang-cc in this test.
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@90872 91177308-0d34-0410-b5e6-96231b3b80d8
-rw-r--r-- | test/CodeGen/arm_asm_clobber.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/CodeGen/arm_asm_clobber.c b/test/CodeGen/arm_asm_clobber.c index 34e2517aef..05eb2e211f 100644 --- a/test/CodeGen/arm_asm_clobber.c +++ b/test/CodeGen/arm_asm_clobber.c @@ -1,4 +1,4 @@ -// RUN: clang -ccc-host-triple armv6-unknown-unknown -emit-llvm -S -o %t %s +// RUN: clang-cc -triple armv6-unknown-unknown -emit-llvm -o %t %s void test0(void) { asm volatile("mov r0, r0" :: ); |