In https://reviews.llvm.org/D156569 we changed the format of the IRPGO
counter names which broke some macOS tests because the __profc_
variable names changed. Use {{_?}} to allow mangled names to be
prefixed with _ to pass tests.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo