зеркало из https://github.com/microsoft/clang-1.git
Enable new linker behaviour on FreeBSD.
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@160231 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Родитель
d320ffc0f5
Коммит
7dae689d32
|
@ -4996,6 +4996,8 @@ void freebsd::Link::ConstructJob(Compilation &C, const JobAction &JA,
|
|||
const char *LinkingOutput) const {
|
||||
const Driver &D = getToolChain().getDriver();
|
||||
ArgStringList CmdArgs;
|
||||
CmdArgs.push_back("--hash-style=both");
|
||||
CmdArgs.push_back("--enable-new-dtags");
|
||||
|
||||
if (!D.SysRoot.empty())
|
||||
CmdArgs.push_back(Args.MakeArgString("--sysroot=" + D.SysRoot));
|
||||
|
|
Загрузка…
Ссылка в новой задаче