aboutsummaryrefslogtreecommitdiffstats
path: root/include/llvm/CompilerDriver/Common.td
diff options
context:
space:
mode:
Diffstat (limited to 'include/llvm/CompilerDriver/Common.td')
-rw-r--r--include/llvm/CompilerDriver/Common.td6
1 files changed, 4 insertions, 2 deletions
diff --git a/include/llvm/CompilerDriver/Common.td b/include/llvm/CompilerDriver/Common.td
index 4589f91..109a7e5 100644
--- a/include/llvm/CompilerDriver/Common.td
+++ b/include/llvm/CompilerDriver/Common.td
@@ -38,10 +38,12 @@ def prefix_list_option;
def append_cmd;
def forward;
def forward_as;
-def stop_compilation;
-def unpack_values;
def help;
+def hidden;
+def really_hidden;
def required;
+def stop_compilation;
+def unpack_values;
// Empty DAG marker.
def empty;