Use clang-cc in this test.

llvm-svn: 90872
This commit is contained in:
Daniel Dunbar 2009-12-08 19:49:40 +00:00
parent 564c96bd5e
commit 888a89ccf2
1 changed files with 1 additions and 1 deletions

View File

@ -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) { void test0(void) {
asm volatile("mov r0, r0" :: ); asm volatile("mov r0, r0" :: );