[PATCH] D13360: [llvm-objdump] Teach -d about AArch64 mapping symbols

James Molloy via llvm-commits llvm-commits at lists.llvm.org
Wed Oct 7 08:25:33 PDT 2015


jmolloy added a subscriber: jmolloy.

================
Comment at: tools/llvm-objdump/llvm-objdump.cpp:988
@@ +987,3 @@
+      // Mapping symbols.
+      if (Symbols[si].second.startswith("$d")) {
+        DataInCode = true;
----------------
As this is a target-independent file, shouldn't we also make sure $a and $t (for AArch32) are covered here? Are you going to do this in another patch?


http://reviews.llvm.org/D13360





More information about the llvm-commits mailing list