From 972adb833389607a84e879e2df565e37451d4c60 Mon Sep 17 00:00:00 2001 From: Daniel Dunbar Date: Tue, 8 Dec 2009 19:49:40 +0000 Subject: [PATCH] Use clang-cc in this test. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@90872 91177308-0d34-0410-b5e6-96231b3b80d8 --- test/CodeGen/arm_asm_clobber.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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" :: ); -- 2.40.0