[PATCH 0/2] Fix 'faddr2line' for LLVM arm64 builds

Will Deacon posted 2 patches 2 years, 4 months ago
There is a newer version of this series
scripts/faddr2line | 12 +++++++++---
1 file changed, 9 insertions(+), 3 deletions(-)
[PATCH 0/2] Fix 'faddr2line' for LLVM arm64 builds
Posted by Will Deacon 2 years, 4 months ago
Hi Josh,

We recently noticed that 'faddr2line' isn't working very well on arm64
Android kernels built with LLVM, so I've hacked up this pair of fixes
which get it back into action. Please take a look!

I suck at shell, so apologies in advance for the patches.

Cheers,

Will

Cc: Josh Poimboeuf <jpoimboe@kernel.org>
Cc: John Stultz <jstultz@google.com>

--->8

Will Deacon (2):
  scripts/faddr2line: Ignore non-function symbols in readelf output
  scripts/faddr2line: Use LLVM addr2line and readelf if LLVM=1

 scripts/faddr2line | 12 +++++++++---
 1 file changed, 9 insertions(+), 3 deletions(-)

-- 
2.41.0.487.g6d72f3e995-goog