commit | e8860a6e2f540990150b321e94ed1ca12112aa11 | [log] [tgz] |
---|---|---|
author | Sami Tolvanen <samitolvanen@google.com> | Wed Jan 29 16:04:42 2020 -0800 |
committer | Petri Gynther <pgynther@google.com> | Fri Feb 14 08:28:20 2020 +0000 |
tree | 8dee7c601db4896722e2828170679d03e329bf8d | |
parent | 96448155cdfa928c9d0d27e4f312a30c599aa478 [diff] |
ANDROID: kallsyms: strip hashes from function names with ThinLTO With CONFIG_THINLTO and CFI both enabled, LLVM appends a hash to the names of all static functions. This breaks userspace tools, so strip out the hash from output. Bug: 147422318 Change-Id: Ibea6be089d530e92dcd191481cb02549041203f6 Signed-off-by: Sami Tolvanen <samitolvanen@google.com>