mirror of
https://github.com/capstone-engine/llvm-capstone.git
synced 2025-03-05 17:08:17 +00:00
Remove sanitizer context workaround no longer necessary
The base linker is now lld. llvm-svn: 354721
This commit is contained in:
parent
1bf3a09b3d
commit
6c664eda78
@ -226,9 +226,7 @@ void openbsd::Linker::ConstructJob(Compilation &C, const JobAction &JA,
|
||||
CmdArgs.push_back(Args.MakeArgString(ToolChain.GetFilePath(crtend)));
|
||||
}
|
||||
|
||||
const char *Exec = Args.MakeArgString(
|
||||
!NeedsSanitizerDeps ? ToolChain.GetLinkerPath()
|
||||
: ToolChain.GetProgramPath("ld.lld"));
|
||||
const char *Exec = Args.MakeArgString(ToolChain.GetLinkerPath());
|
||||
C.addCommand(llvm::make_unique<Command>(JA, *this, Exec, CmdArgs, Inputs));
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user