diff options
author | Mikhail Glushenkov <foldr@codedgers.com> | 2009-10-08 04:40:08 +0000 |
---|---|---|
committer | Mikhail Glushenkov <foldr@codedgers.com> | 2009-10-08 04:40:08 +0000 |
commit | 39482dde6680b5e0bf02426aab3eecc620d9b18a (patch) | |
tree | 3f57ab9846f4909904608352c8f23155fea468f2 /test/LLVMC/MultiValuedOption.td | |
parent | 1f30dcbd8dcf18cabb4be780fcf492869d5dcab9 (diff) | |
download | external_llvm-39482dde6680b5e0bf02426aab3eecc620d9b18a.zip external_llvm-39482dde6680b5e0bf02426aab3eecc620d9b18a.tar.gz external_llvm-39482dde6680b5e0bf02426aab3eecc620d9b18a.tar.bz2 |
Input files should go before all other options.
Important, for example, when calling 'gcc a.o b.o c.o -lD -lE -lF'.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@83524 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/LLVMC/MultiValuedOption.td')
-rw-r--r-- | test/LLVMC/MultiValuedOption.td | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/LLVMC/MultiValuedOption.td b/test/LLVMC/MultiValuedOption.td index 0272e08..bd1e033 100644 --- a/test/LLVMC/MultiValuedOption.td +++ b/test/LLVMC/MultiValuedOption.td @@ -10,7 +10,7 @@ def OptList : OptionList<[ (parameter_list_option "baz", (multi_val 2), (extern))]>; def dummy_tool : Tool<[ -(cmd_line "dummy_cmd"), +(cmd_line "dummy_cmd $INFILE"), (in_language "dummy"), (out_language "dummy"), (actions (case |