diff options
Diffstat (limited to 'include/llvm/CompilerDriver/Common.td')
-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 3ae77ae..aa15482 100644 --- a/include/llvm/CompilerDriver/Common.td +++ b/include/llvm/CompilerDriver/Common.td @@ -23,6 +23,7 @@ def output_suffix; def cmd_line; def join; def sink; +def works_on_empty; def actions; // Possible option types. |