diff options
author | Douglas Katzman <dougk@google.com> | 2015-09-02 13:42:43 +0000 |
---|---|---|
committer | Douglas Katzman <dougk@google.com> | 2015-09-02 13:42:43 +0000 |
commit | 15172619d4bb85eea95e662268e85707d03f4896 (patch) | |
tree | c804c4f2f83704668545c229f098858b0a997c81 /clang/lib/Driver/Tools.cpp | |
parent | 917c7382c1f587387b9efcb5ef1db42bd073b449 (diff) | |
download | bcm5719-llvm-15172619d4bb85eea95e662268e85707d03f4896.tar.gz bcm5719-llvm-15172619d4bb85eea95e662268e85707d03f4896.zip |
[Shave]: pass through more clang options to moviCompile
llvm-svn: 246652
Diffstat (limited to 'clang/lib/Driver/Tools.cpp')
-rw-r--r-- | clang/lib/Driver/Tools.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/clang/lib/Driver/Tools.cpp b/clang/lib/Driver/Tools.cpp index 53c3c1be7a9..75bf7e40417 100644 --- a/clang/lib/Driver/Tools.cpp +++ b/clang/lib/Driver/Tools.cpp @@ -9606,6 +9606,7 @@ void tools::SHAVE::Compiler::ConstructJob(Compilation &C, const JobAction &JA, options::OPT_f_Group, options::OPT_f_clang_Group, options::OPT_g_Group, + options::OPT_M_Group, options::OPT_O_Group, options::OPT_W_Group}); CmdArgs.push_back("-fno-exceptions"); // Always do this even if unspecified. |