[PATCH] D14772: [llvm-symbolizer] Add architecture fallback from x86_64h to x86_64

Alexey Samsonov via llvm-commits llvm-commits at lists.llvm.org
Wed Nov 18 15:44:59 PST 2015


samsonov added a comment.

I don't see why this is correct place to fix it. If we can treat `x86_64h` as `x86_64`, then `getOrCreateObjects` should work correctly for it. Which means that `getObjectFileFromBinary` should work correctly for it. Which probably means that you need to teach `MachOUniversalBinary::getObjectForArch()` to return you slice for x86_64, if x86_64h is unavailable.


http://reviews.llvm.org/D14772





More information about the llvm-commits mailing list