diff options
author | Mikhail Glushenkov <foldr@codedgers.com> | 2009-09-28 01:16:42 +0000 |
---|---|---|
committer | Mikhail Glushenkov <foldr@codedgers.com> | 2009-09-28 01:16:42 +0000 |
commit | ad981bfbccedd4e8c139f27db4bbc49ef3e783b9 (patch) | |
tree | 918743cbb6adb1dc4e0e7ace612d2af513c2c213 /include/llvm/CompilerDriver | |
parent | d66e8de8385597688e0456307861e4f8173258fd (diff) |
Add a way to query the number of input files.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@82957 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'include/llvm/CompilerDriver')
-rw-r--r-- | include/llvm/CompilerDriver/Common.td | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/llvm/CompilerDriver/Common.td b/include/llvm/CompilerDriver/Common.td index e1a0213bf0..5b7c543f1c 100644 --- a/include/llvm/CompilerDriver/Common.td +++ b/include/llvm/CompilerDriver/Common.td @@ -66,6 +66,8 @@ def input_languages_contain; def empty; def not_empty; def default; +def single_input_file; +def multiple_input_files; // Possible actions. |