aboutsummaryrefslogtreecommitdiffstats
path: root/test/LLVMC
diff options
context:
space:
mode:
authorMikhail Glushenkov <foldr@codedgers.com>2010-02-13 22:37:28 +0000
committerMikhail Glushenkov <foldr@codedgers.com>2010-02-13 22:37:28 +0000
commit6fa80fc25abe78249bb1f9829084ba6a4e0edc6c (patch)
tree9bf704b360c64428a37f59b3a911c0a02e850bff /test/LLVMC
parent19f2cea2c9b39937cff57166862fa0a21a15609c (diff)
downloadexternal_llvm-6fa80fc25abe78249bb1f9829084ba6a4e0edc6c.zip
external_llvm-6fa80fc25abe78249bb1f9829084ba6a4e0edc6c.tar.gz
external_llvm-6fa80fc25abe78249bb1f9829084ba6a4e0edc6c.tar.bz2
Forward parameter options as '-option=parameter'.
Some tools do not like the '-option parameter' form. Should this be configurable? git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@96130 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/LLVMC')
-rw-r--r--test/LLVMC/ForwardAs.td2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/LLVMC/ForwardAs.td b/test/LLVMC/ForwardAs.td
index ce6fbb0..28bba60 100644
--- a/test/LLVMC/ForwardAs.td
+++ b/test/LLVMC/ForwardAs.td
@@ -13,7 +13,7 @@ def dummy_tool : Tool<[
(in_language "dummy"),
(out_language "dummy"),
(actions (case
- // CHECK: vec.push_back("unique_name")
+ // CHECK: vec.push_back("unique_name
(not_empty "dummy"), (forward_as "dummy", "unique_name")))
]>;