This revision was landed with ongoing or failed builds.
This revision was automatically updated to reflect the committed changes.
Closed by commit rG22a01b860b90: [LinkerWrapper] Forward `-mllvm` options to
the linker wrapper (authored by jhuber6).
Repository:
rG LLVM Github Monorepo
CHANGES S
jhuber6 updated this revision to Diff 443464.
jhuber6 added a comment.
Addressing comments
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D129424/new/
https://reviews.llvm.org/D129424
Files:
clang/lib/Driver/ToolChains/Clang.cpp
clang/test/Drive
MaskRay accepted this revision.
MaskRay added a comment.
This revision is now accepted and ready to land.
> This patch adds the ability to use -mllvm options in the linker wrapper when
> performing bitcode linking or the module compilation. This is done by passing
> in the LLVM argument to the c
jhuber6 created this revision.
jhuber6 added reviewers: jdoerfert, ye-luo, JonChesterfield, MaskRay.
Herald added a subscriber: StephenFan.
Herald added a project: All.
jhuber6 requested review of this revision.
Herald added subscribers: cfe-commits, sstefan1.
Herald added a project: clang.
This p