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 | 182765004e261fc81c53135b5ff66c69b7256c77 (patch) | |
tree | ac0fba7bf778e43372407eb5ff992f6c1de9e425 /llvm/test/LLVMC/MultiValuedOption.td | |
parent | 534ea5ae328e3f0193c923c5fbe414067b742a24 (diff) | |
download | bcm5719-llvm-182765004e261fc81c53135b5ff66c69b7256c77.tar.gz bcm5719-llvm-182765004e261fc81c53135b5ff66c69b7256c77.zip |
Input files should go before all other options.
Important, for example, when calling 'gcc a.o b.o c.o -lD -lE -lF'.
llvm-svn: 83524
Diffstat (limited to 'llvm/test/LLVMC/MultiValuedOption.td')
-rw-r--r-- | llvm/test/LLVMC/MultiValuedOption.td | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/test/LLVMC/MultiValuedOption.td b/llvm/test/LLVMC/MultiValuedOption.td index 0272e082be1..bd1e0338f75 100644 --- a/llvm/test/LLVMC/MultiValuedOption.td +++ b/llvm/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 |