diff options
author | Mahesha S <mahesha.llvm@gmail.com> | 2012-10-27 10:44:42 +0000 |
---|---|---|
committer | Mahesha S <mahesha.llvm@gmail.com> | 2012-10-27 10:44:42 +0000 |
commit | 286d6236850ed3710822e659afdfdf08a315716b (patch) | |
tree | 14335818ffbf906d8e3b5de44223be721b326efb /lib/Driver/Tools.cpp | |
parent | 68de140b5d1df4c21cbf5ef1be2abcbfbc835cb5 (diff) |
Reverted back the changes made in 166868 and in 166869
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@166871 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/Driver/Tools.cpp')
-rw-r--r-- | lib/Driver/Tools.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/Driver/Tools.cpp b/lib/Driver/Tools.cpp index 399daab210..d0cf1cad5e 100644 --- a/lib/Driver/Tools.cpp +++ b/lib/Driver/Tools.cpp @@ -2412,7 +2412,6 @@ void Clang::ConstructJob(Compilation &C, const JobAction &JA, Args.AddLastArg(CmdArgs, options::OPT_pthread); - Args.AddLastArg(CmdArgs, options::OPT_fopenmp); // -stack-protector=0 is default. unsigned StackProtectorLevel = 0; |