diff options
Diffstat (limited to 'test/CodeGen/arm_asm_clobber.c')
-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 34e2517..05eb2e2 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" :: ); |