From 739c720e66e1b8889bb752131e4e27b797cec97c Mon Sep 17 00:00:00 2001 From: Mikhail Glushenkov Date: Fri, 28 Nov 2008 00:13:25 +0000 Subject: Add 'hidden' and 'really_hidden' option properties. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@60198 91177308-0d34-0410-b5e6-96231b3b80d8 --- include/llvm/CompilerDriver/Common.td | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'include/llvm/CompilerDriver/Common.td') diff --git a/include/llvm/CompilerDriver/Common.td b/include/llvm/CompilerDriver/Common.td index 4589f9179c..109a7e5eda 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; -- cgit v1.2.3-18-g5258