aboutsummaryrefslogtreecommitdiff
path: root/test/CodeGen/asm.c
diff options
context:
space:
mode:
authorDaniel Dunbar <daniel@zuster.org>2009-05-19 16:09:59 +0000
committerDaniel Dunbar <daniel@zuster.org>2009-05-19 16:09:59 +0000
commitb77e07a23dda6b74e0f73460ec7ef569345ea13b (patch)
tree48ef5ffc21a8a8fb6aedad5a02491e1d1d1ab5f1 /test/CodeGen/asm.c
parent825511013cad8d303bb583d46f55b32e74d5d5ad (diff)
Update test
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@72110 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/CodeGen/asm.c')
-rw-r--r--test/CodeGen/asm.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/CodeGen/asm.c b/test/CodeGen/asm.c
index db6567058d..58373fc4c9 100644
--- a/test/CodeGen/asm.c
+++ b/test/CodeGen/asm.c
@@ -1,4 +1,4 @@
-// RUN: clang-cc -emit-llvm %s -o %t -arch=i386 &&
+// RUN: clang-cc -triple i386-unknown-unknown -emit-llvm %s -o %t &&
void t1(int len) {
__asm__ volatile("" : "=&r"(len), "+&r"(len));
}