diff options
-rw-r--r-- | include/llvm/CompilerDriver/Common.td | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/llvm/CompilerDriver/Common.td b/include/llvm/CompilerDriver/Common.td index bffab59f3a..79edb0260a 100644 --- a/include/llvm/CompilerDriver/Common.td +++ b/include/llvm/CompilerDriver/Common.td @@ -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. |