[all-commits] [llvm/llvm-project] 572a07: [HWASan] Try 'google' prefixed apex directories in...
Mitch Phillips via All-commits
all-commits at lists.llvm.org
Fri Dec 3 10:36:05 PST 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 572a0721a022e992648bf55c80b5defb53aa892f
https://github.com/llvm/llvm-project/commit/572a0721a022e992648bf55c80b5defb53aa892f
Author: Mitch Phillips <31459023+hctim at users.noreply.github.com>
Date: 2021-12-03 (Fri, 03 Dec 2021)
Changed paths:
M compiler-rt/lib/hwasan/scripts/hwasan_symbolize
Log Message:
-----------
[HWASan] Try 'google' prefixed apex directories in symbolizer.
Google-signed apexes appear on Android build servers' symbol files as
being under /apex/com.google.android.<foo>/. In reality, the apexes are
always installed as /apex/com.android.<foo>/ (note the lack of
'google'). In order for local symbolization under hwasan_symbolize to
work correctly, we also try the 'google' directory.
Reviewed By: eugenis
Differential Revision: https://reviews.llvm.org/D114919
More information about the All-commits
mailing list