Closed nikic closed 6 months ago
@llvm/issue-subscribers-backend-powerpc
Author: Nikita Popov (nikic)
/cherry-pick 3a3aeb8eba40e981d3a9ff92175f949c2f3d4434
Failed to cherry-pick: 3a3aeb8eba40e981d3a9ff92175f949c2f3d4434
https://github.com/llvm/llvm-project/actions/runs/9012367245
Please manually backport the fix and push it to your github fork. Once this is done, please create a pull request
Backport PR: https://github.com/llvm/llvm-project/pull/91557
PPC string pool merging replaces the
@id
uses with string pool references. Both of these (in catch and in llvm.eh.typeid.for) are illegal as they are required to be constants.