[PATCH] D24462: [ARM] Don't convert switches to lookup tables of pointers with ROPI/RWPI
Joerg Sonnenberger via llvm-commits
llvm-commits at lists.llvm.org
Thu Sep 22 06:41:07 PDT 2016
joerg added a subscriber: joerg.
joerg added a comment.
This change doesn't make sense to me. At most, ROPI/RWPI should enforce creation of PIC jump tables. There are some issues with the way we currently generate those, which is biting us on PPC64, but it is still the correct way forward.
https://reviews.llvm.org/D24462
More information about the llvm-commits
mailing list