We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b5e52e5 commit 854841eCopy full SHA for 854841e
clang/lib/Driver/ToolChains/Darwin.cpp
@@ -2865,7 +2865,7 @@ void AppleMachO::AddCXXStdlibLibArgs(const ArgList &Args,
2865
// name) which may have been configured with different options, be at a
2866
// different version, etc.
2867
SmallString<128> InstallLib = llvm::sys::path::parent_path(getDriver().Dir);
2868
- llvm::sys::path::append(InstallLib, "lib"); // <install>/bin/../lib
+ llvm::sys::path::append(InstallLib, "lib"); // <install>/lib
2869
auto Link = [&](StringRef Library) {
2870
SmallString<128> Shared(InstallLib);
2871
llvm::sys::path::append(Shared,
0 commit comments