[PATCH] llvm-symbolizer: teach it about PowerPC64 ELF function descriptors

Alexey Samsonov vonosmas at gmail.com
Thu Nov 6 16:40:10 PST 2014


LGTM, thanks!

================
Comment at: tools/llvm-symbolizer/LLVMSymbolize.cpp:60
@@ +59,3 @@
+                                               Module->getBytesInAddress()));
+        OpdAddress = Section->getAddress();
+        break;
----------------
Put this under the if-statement, where you define OpdExtractor.

http://reviews.llvm.org/D6110






More information about the llvm-commits mailing list