[llvm-branch-commits] [Driver] Propagate -no-canonical-prefixes to clang-linker-wrapper (PR #184161)

Joseph Huber via llvm-branch-commits llvm-branch-commits at lists.llvm.org
Mon Mar 2 08:46:27 PST 2026


jhuber6 wrote:

> > Oh, didn't realize these were different PRs. Seems weird to separate them because without the flag handling this would cause errors.
> 
> This is stacked on top, so won't land before `clang-linker-wrapper` has the proper support. I figured splitting the driver changes from the `clang-linker-wrapper` changes made the most sense but maybe I've just confused everyone more.

Yeah, if this is just to forward it to the embedded clang job you should add this option to the list at the top of the function instead.

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


More information about the llvm-branch-commits mailing list