[llvm] [CodeGen] Replace CodeGenPassBuilder CRTP with virtual hooks (PR #216468)

Aiden Grossman via llvm-commits llvm-commits at lists.llvm.org
Tue Aug 18 21:48:52 PDT 2026


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

I think this is a reasonable path forward.

The relocations in PIE builds are a bit unfortunate but definitely balanced out by the .text savings. Having the hooks checked at compile time will be nice too.

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


More information about the llvm-commits mailing list