diff options
author | Bob Wilson <bob.wilson@apple.com> | 2012-05-03 05:23:52 +0000 |
---|---|---|
committer | Bob Wilson <bob.wilson@apple.com> | 2012-05-03 05:23:52 +0000 |
commit | 4206c27768e15865f936a9bdb8ea082087118b78 (patch) | |
tree | d0d109af0006a0c392ea6583bdb032492bb6a6bc /lib/Driver/Tools.cpp | |
parent | 67835c1a7ebaffd8613892e6bedfdb045eaf823f (diff) |
Rip out old code for finding libraries in GCC's directories.
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@156058 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/Driver/Tools.cpp')
-rw-r--r-- | lib/Driver/Tools.cpp | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/lib/Driver/Tools.cpp b/lib/Driver/Tools.cpp index 6b3effb4d0..7565c9005e 100644 --- a/lib/Driver/Tools.cpp +++ b/lib/Driver/Tools.cpp @@ -4210,8 +4210,6 @@ void darwin::Link::ConstructJob(Compilation &C, const JobAction &JA, // This is more complicated in gcc... CmdArgs.push_back("-lgomp"); - getDarwinToolChain().AddLinkSearchPathArgs(Args, CmdArgs); - if (isObjCRuntimeLinked(Args)) { // Avoid linking compatibility stubs on i386 mac. if (!getDarwinToolChain().isTargetMacOS() || |