aboutsummaryrefslogtreecommitdiff
path: root/llvm/lib/Support/Error.cpp
diff options
context:
space:
mode:
authorFangrui Song <i@maskray.me>2023-07-07 23:57:45 -0700
committerFangrui Song <i@maskray.me>2023-07-07 23:57:45 -0700
commit681cb54a54bb60dea9034b4b0b45ccc392875b9a (patch)
treef6a22d48fab6d27747464d4a8a7ffeefb3f15e31 /llvm/lib/Support/Error.cpp
parent62281227bf7ca48d0101e4c9d11f71600208c7df (diff)
downloadllvm-681cb54a54bb60dea9034b4b0b45ccc392875b9a.zip
llvm-681cb54a54bb60dea9034b4b0b45ccc392875b9a.tar.gz
llvm-681cb54a54bb60dea9034b4b0b45ccc392875b9a.tar.bz2
[Driver] Fix duplicate -L after D150013
D150013 is to render -L for AMDGPU but updating tools::AddLinkerInputs is wrong and causes many non-isCrossCompiling targets to have duplicate -L options because they do `Args.AddAllArgs(CmdArgs, options::OPT_L);`. Revert the change and add a `Args.AddAllArgs(CmdArgs, options::OPT_L);` instead.
Diffstat (limited to 'llvm/lib/Support/Error.cpp')
0 files changed, 0 insertions, 0 deletions