• 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
trap-handler-simulator-unittest.cc 3.88 KB