[clang] [clang][nvlink-wrapper] Add support for opt-remarks command line options (PR #145200)

Joseph Huber via cfe-commits cfe-commits at lists.llvm.org
Sun Jun 22 08:31:00 PDT 2025


Miguel =?utf-8?q?Cárdenas?= <miguelecsx at gmail.com>
Message-ID:
In-Reply-To: <llvm.org/llvm/llvm-project/pull/145200 at github.com>


https://github.com/jhuber6 approved this pull request.

So, this is probably a little weird since we now have two ways this is parsed. One through the LLVM commandline interface and another here as the command options interface. The reason we had the previous one was *I think* related to plugins expecting these to be defined somewhere? I don't exactly remember, but this is fine because we now accept the plugin opt version which is more consistent since we are pretending this is a functional linker after all.

https://github.com/llvm/llvm-project/pull/145200


More information about the cfe-commits mailing list