summaryrefslogtreecommitdiff
path: root/tools
diff options
context:
space:
mode:
authorMikhail Glushenkov <foldr@codedgers.com>2010-01-02 08:27:23 +0000
committerMikhail Glushenkov <foldr@codedgers.com>2010-01-02 08:27:23 +0000
commit364cf75c405771e6ba07a1801657aad7c32cc99c (patch)
tree4f3c13209afdc14cecc9b432383bfc6b5c86ed5a /tools
parentbc56d86e25010684ada8494c7bfd3d9de6cb5091 (diff)
downloadllvm-364cf75c405771e6ba07a1801657aad7c32cc99c.tar.gz
llvm-364cf75c405771e6ba07a1801657aad7c32cc99c.tar.bz2
llvm-364cf75c405771e6ba07a1801657aad7c32cc99c.tar.xz
Forward -O0 to llvm-gcc.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@92414 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'tools')
-rw-r--r--tools/llvmc/plugins/Base/Base.td.in1
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/llvmc/plugins/Base/Base.td.in b/tools/llvmc/plugins/Base/Base.td.in
index c594b8c740..cf0ff68a9b 100644
--- a/tools/llvmc/plugins/Base/Base.td.in
+++ b/tools/llvmc/plugins/Base/Base.td.in
@@ -139,6 +139,7 @@ class llvm_gcc_based <string cmd_prefix, string in_lang, string E_ext> : Tool<
(not_empty "m"), (forward "m"),
(switch_on "m32"), (forward "m32"),
(switch_on "m64"), (forward "m64"),
+ (switch_on "O0"), (forward "O0"),
(switch_on "O1"), (forward "O1"),
(switch_on "O2"), (forward "O2"),
(switch_on "O3"), (forward "O3"),