summaryrefslogtreecommitdiffstats
path: root/test/Parser/asm-constraints-pr7869.c
diff options
context:
space:
mode:
authorJohn Thompson <John.Thompson.JTSoftware@gmail.com>2010-09-18 01:15:13 +0000
committerJohn Thompson <John.Thompson.JTSoftware@gmail.com>2010-09-18 01:15:13 +0000
commit2f474ea9ef7505df5d092287c48c19974222293b (patch)
tree09fbb002f5e69770137dbb3115bf9c7234091393 /test/Parser/asm-constraints-pr7869.c
parent01add59bc8fd178960ad61169bc01566b0d6614c (diff)
Added '|' delimiter to separate inline asm multiple alternative constraints for Clang side of support.
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@114253 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/Parser/asm-constraints-pr7869.c')
-rw-r--r--test/Parser/asm-constraints-pr7869.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/Parser/asm-constraints-pr7869.c b/test/Parser/asm-constraints-pr7869.c
index d6f1725f1a..db369911cf 100644
--- a/test/Parser/asm-constraints-pr7869.c
+++ b/test/Parser/asm-constraints-pr7869.c
@@ -1,4 +1,4 @@
-// RUN: %clang_cc1 -fsyntax-only -verify %s
+// RUN: %clang_cc1 %s
int a, b, c, d, e, f, g, h, i, j, k, l;