We were not clearing the TOC vector in PPCAsmPrinter when initializing it. This caused duplicate definition asserts when the pass is reused on the module (i.e. with -compile-twice or in JIT contexts).
Diff Detail
Diff Detail
- Repository
- rL LLVM
Differential D17712 |