summaryrefslogtreecommitdiffstats
path: root/llvm/tools/llvmc
diff options
context:
space:
mode:
authorMikhail Glushenkov <foldr@codedgers.com>2010-02-13 22:36:43 +0000
committerMikhail Glushenkov <foldr@codedgers.com>2010-02-13 22:36:43 +0000
commit67f061d85cae6b91bfcc2b101d457bf2799582ce (patch)
tree54f7b11bfdd0cb502b21b479325d507dc3abb153 /llvm/tools/llvmc
parent299beb8c0f71b87a7ec74b008fc858346eba89d0 (diff)
downloadbcm5719-llvm-67f061d85cae6b91bfcc2b101d457bf2799582ce.tar.gz
bcm5719-llvm-67f061d85cae6b91bfcc2b101d457bf2799582ce.zip
Revert r94752, turns out we don't need to touch these options.
llvm-svn: 96127
Diffstat (limited to 'llvm/tools/llvmc')
-rw-r--r--llvm/tools/llvmc/plugins/Base/Base.td.in9
1 files changed, 0 insertions, 9 deletions
diff --git a/llvm/tools/llvmc/plugins/Base/Base.td.in b/llvm/tools/llvmc/plugins/Base/Base.td.in
index c94c3dfb1cd..38f7941cd67 100644
--- a/llvm/tools/llvmc/plugins/Base/Base.td.in
+++ b/llvm/tools/llvmc/plugins/Base/Base.td.in
@@ -50,11 +50,6 @@ def OptList : OptionList<[
(help "Choose linker (possible values: gcc, g++)")),
(parameter_option "mtune",
(help "Target a specific CPU type"), (hidden)),
- (parameter_option "fmessage-length",
- (help "Format error messages to fit on lines of about n characters "),
- (hidden)),
- (parameter_option "std",
- (help "Determine the language standard"), (hidden)),
// TODO: Add a conditional compilation mechanism to make Darwin-only options
// like '-arch' really Darwin-only.
@@ -153,8 +148,6 @@ class llvm_gcc_based <string cmd_prefix, string in_lang, string E_ext> : Tool<
(not_empty "mtune"), (forward "mtune"),
(not_empty "mcpu"), (forward "mcpu"),
(not_empty "m"), (forward "m"),
- (not_empty "std"), (forward "std"),
- (not_empty "fmessage-length"), (forward "fmessage-length"),
(switch_on "m32"), (forward "m32"),
(switch_on "m64"), (forward "m64"),
(switch_on "O0"), (forward "O0"),
@@ -202,7 +195,6 @@ def llvm_gcc_assembler : Tool<
(actions (case
(switch_on "c"), (stop_compilation),
(not_empty "arch"), (forward "arch"),
- (not_empty "fmessage-length"), (forward "fmessage-length"),
(not_empty "Wa,"), (forward_value "Wa,")))
]>;
@@ -243,7 +235,6 @@ class llvm_gcc_based_linker <string cmd_prefix> : Tool<
(not_empty "weak_framework"), (forward "weak_framework"),
(switch_on "m32"), (forward "m32"),
(switch_on "m64"), (forward "m64"),
- (not_empty "fmessage-length"), (forward "fmessage-length"),
(not_empty "l"), (forward "l"),
(not_empty "Wl,"), (forward "Wl,")))
]>;
OpenPOWER on IntegriCloud