summaryrefslogtreecommitdiff
path: root/compiler/jit/jit_compiler.cc
diff options
context:
space:
mode:
author Mythri Alle <mythria@google.com> 2022-11-01 12:21:29 +0000
committer Mythri Alle <mythria@google.com> 2022-11-07 08:35:21 +0000
commit18a41f0ae2368a83b8febafc13f53d106755fe9b (patch)
tree449af883ea5002f40e1e3083d0d68423ea50e8f0 /compiler/jit/jit_compiler.cc
parentd8a521948115649720f3098386a5775d279e6274 (diff)
Fix ExceptionTest to properly untag when setting up a fake stack
ExceptionTest.StackTraceElement sets up a fake stack to test stack walking. When setting up this stack, the return pc is obtained from ToNativeQuickPc which returns HWAsan tagged pointers. We don't expect tagged values on stack so untag before setting it as return pc. Bug: 230392320 Test: gtest.py --gtest_filter=ExceptionTest.StackTrace (on hwasan) Change-Id: Ic4783e37b4d5d46fbe5c3817eb094a04d97fd565
Diffstat (limited to 'compiler/jit/jit_compiler.cc')
0 files changed, 0 insertions, 0 deletions