mirror of
https://abf.rosa.ru/djam/llvm.git
synced 2025-02-24 00:32:49 +00:00
Bugfix build 2
This commit is contained in:
parent
2452b2dbf6
commit
562ca32e32
1 changed files with 0 additions and 9 deletions
|
@ -120,12 +120,3 @@ diff -Naur clang-9.0.1.src-orig/lib/Driver/ToolChains/Linux.cpp clang-9.0.1.src/
|
||||||
ExtraOpts.push_back("--enable-new-dtags");
|
ExtraOpts.push_back("--enable-new-dtags");
|
||||||
|
|
||||||
// The selection of paths to try here is designed to match the patterns which
|
// The selection of paths to try here is designed to match the patterns which
|
||||||
@@ -314,7 +315,7 @@
|
|
||||||
// to the link paths.
|
|
||||||
path_list &Paths = getFilePaths();
|
|
||||||
|
|
||||||
- const std::string OSLibDir = getOSLibDir(Triple, Args);
|
|
||||||
+ const std::string OSLibDir = getOSLibDir(Distro, Triple, Args);
|
|
||||||
const std::string MultiarchTriple = getMultiarchTriple(D, Triple, SysRoot);
|
|
||||||
|
|
||||||
// Add the multilib suffixed paths where they are available.
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue