• Clemens Backes's avatar
    [traphandler] Fix test link errors on some MSan/ASan builds · b971ab30
    Clemens Backes authored
    Found these when compiling the arm64 simulator for MSan (Release) and
    ASan (Debug and Release). Depending on the exact configuration (and
    compiler), different functions will get inlined and different symbols
    need to be available at link time.
    
    1) Since GetRecoveredTrapCount is used in a unittest, it needs to be
       exported.
    
    2) The thread-local g_thread_in_wasm_code cannot be exported on
       Windows, hence it cannot (safely) be used in unit tests. Use the
       {GetThreadInWasmThreadLocalAddress} function instead, which will
       return the address of that thread-local variable.
    
    R=ahaas@chromium.org, mseaborn@chromium.org
    
    Bug: v8:11955
    Change-Id: I118f60c1580a8362f8232541576a1c41da7042bd
    Reviewed-on: https://chromium-review.googlesource.com/c/v8/v8/+/3049077Reviewed-by: 's avatarAndreas Haas <ahaas@chromium.org>
    Commit-Queue: Clemens Backes <clemensb@chromium.org>
    Cr-Commit-Position: refs/heads/master@{#75960}
    b971ab30
Name
Last commit
Last update
..
api Loading commit data...
asmjs Loading commit data...
assembler Loading commit data...
base Loading commit data...
codegen Loading commit data...
compiler Loading commit data...
compiler-dispatcher Loading commit data...
date Loading commit data...
debug Loading commit data...
diagnostics Loading commit data...
execution Loading commit data...
heap Loading commit data...
interpreter Loading commit data...
libplatform Loading commit data...
logging Loading commit data...
numbers Loading commit data...
objects Loading commit data...
parser Loading commit data...
profiler Loading commit data...
regexp Loading commit data...
regress Loading commit data...
runtime Loading commit data...
strings Loading commit data...
tasks Loading commit data...
torque Loading commit data...
utils Loading commit data...
wasm Loading commit data...
zone Loading commit data...
BUILD.gn Loading commit data...
DEPS Loading commit data...
run-all-unittests.cc Loading commit data...
test-helpers.cc Loading commit data...
test-helpers.h Loading commit data...
test-utils.cc Loading commit data...
test-utils.h Loading commit data...
testcfg.py Loading commit data...
unittests.status Loading commit data...