mirror of
https://github.com/intel/llvm.git
synced 2026-01-26 12:26:52 +08:00
This matches ELF (#97480). clang cc1 -emit-llvm and -emit-llvm-bc for ThinLTO backend compilation also uses `PreCodeGenModuleHook`. While here, replace deprecated %T with %t. Pull Request: https://github.com/llvm/llvm-project/pull/98589