summaryrefslogtreecommitdiff
path: root/test/LLVMC/ExternOptions.td
diff options
context:
space:
mode:
authorMikhail Glushenkov <foldr@codedgers.com>2009-10-08 04:40:08 +0000
committerMikhail Glushenkov <foldr@codedgers.com>2009-10-08 04:40:08 +0000
commit39482dde6680b5e0bf02426aab3eecc620d9b18a (patch)
tree3f57ab9846f4909904608352c8f23155fea468f2 /test/LLVMC/ExternOptions.td
parent1f30dcbd8dcf18cabb4be780fcf492869d5dcab9 (diff)
downloadllvm-39482dde6680b5e0bf02426aab3eecc620d9b18a.tar.gz
llvm-39482dde6680b5e0bf02426aab3eecc620d9b18a.tar.bz2
llvm-39482dde6680b5e0bf02426aab3eecc620d9b18a.tar.xz
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/ExternOptions.td')
-rw-r--r--test/LLVMC/ExternOptions.td2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/LLVMC/ExternOptions.td b/test/LLVMC/ExternOptions.td
index 7d71e91551..5c69af7d80 100644
--- a/test/LLVMC/ExternOptions.td
+++ b/test/LLVMC/ExternOptions.td
@@ -10,7 +10,7 @@ def OptList : OptionList<[(switch_option "Wall", (extern)),
(prefix_list_option "L", (extern))]>;
def dummy_tool : Tool<[
-(cmd_line "dummy_cmd"),
+(cmd_line "dummy_cmd $INFILE"),
(in_language "dummy"),
(out_language "dummy"),
(actions (case