[clang] [LinkerWrapper] Extend with usual pass options (PR #96704)
Joseph Huber via cfe-commits
cfe-commits at lists.llvm.org
Tue Jun 25 14:40:23 PDT 2024
https://github.com/jhuber6 commented:
Makes sense overall. However in the future I'm looking to move away from the home-baked LTO pipeline in favor of giving it to the linker. That allows me to set up libraries as a part of the target toolchain in the driver. I guess for that I'll just need to forward `-mllvm` to the internal clang invocation.
https://github.com/llvm/llvm-project/pull/96704
More information about the cfe-commits
mailing list