[libc-commits] [libc] [libc] Use LLVM CommandLine for loader tool (PR #101501)
Joseph Huber via libc-commits
libc-commits at lists.llvm.org
Thu Aug 1 09:00:40 PDT 2024
jhuber6 wrote:
> I wanted to make your life easier. If you are happy with this option, then I am fine.
No problem, the Opt interface definitely has a lot of advantages over `CommandLine`. There's a reason I ported the `clang-linker-wrapper` away from it a long time ago. This just seemed like a really specific use-case that I couldn't easily replicate, so I went with it.
https://github.com/llvm/llvm-project/pull/101501
More information about the libc-commits
mailing list