Forgot a declaration.
authorMikhail Glushenkov <foldr@codedgers.com>
Thu, 22 Oct 2009 04:15:24 +0000 (04:15 +0000)
committerMikhail Glushenkov <foldr@codedgers.com>
Thu, 22 Oct 2009 04:15:24 +0000 (04:15 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@84828 91177308-0d34-0410-b5e6-96231b3b80d8

include/llvm/CompilerDriver/Common.td

index bffab59f3acf934acd22433c24319bfd7639ebfa..79edb0260a3e3c2f0c326daced88df3d5a714886 100644 (file)
@@ -70,6 +70,7 @@ def single_input_file;
 def multiple_input_files;
 def any_switch_on;
 def any_not_empty;
+def any_empty;
 
 // Possible actions.