[PATCH] D98803: [llvm-symbolizer][llvm-nm] Fix AArch64 and ARM mapping symbols handling.
James Henderson via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue Mar 23 03:13:41 PDT 2021
jhenderson accepted this revision.
jhenderson added a comment.
LGTM, with comment suggestion.
================
Comment at: llvm/test/DebugInfo/Symbolize/ELF/aarch64-mapping-symbol.s:6
+
+## Verify that mapping symbols are actually present in the object.
+# RUN: llvm-nm --special-syms %t | FileCheck %s -check-prefix MAPPING_SYM
----------------
================
Comment at: llvm/test/DebugInfo/Symbolize/ELF/arm-mapping-symbol.s:6
+
+## Verify that mapping symbols are actually present in the object.
+# RUN: llvm-nm --special-syms %t | FileCheck %s -check-prefix MAPPING_A
----------------
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D98803/new/
https://reviews.llvm.org/D98803
More information about the llvm-commits
mailing list