[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 08:54:36 PDT 2024
jhuber6 wrote:
> One smallish costumer: https://github.com/llvm/llvm-project/tree/main/llvm/tools/llvm-gsymutil
I don't see where this is doing `cl::ConsumeAfter`. I need it to work like this, where `<args...>` aren't parsed at all.
```amdhsa-loader [options] <positional> <args...>```
https://github.com/llvm/llvm-project/pull/101501
More information about the libc-commits
mailing list