[all-commits] [llvm/llvm-project] e17b65: [hwasan] Workaround unwinder issues in try-catch t...

Evgenii Stepanov via All-commits all-commits at lists.llvm.org
Mon Oct 21 16:55:56 PDT 2019


  Branch: refs/heads/master
  Home:   https://github.com/llvm/llvm-project
  Commit: e17b658fc75337c1de0cdd467f35cfa4a85939b1
      https://github.com/llvm/llvm-project/commit/e17b658fc75337c1de0cdd467f35cfa4a85939b1
  Author: Evgeniy Stepanov <eugeni.stepanov at gmail.com>
  Date:   2019-10-21 (Mon, 21 Oct 2019)

  Changed paths:
    M compiler-rt/test/hwasan/TestCases/try-catch.cpp

  Log Message:
  -----------
  [hwasan] Workaround unwinder issues in try-catch test.

Android links the unwinder library to every DSO. The problem is,
unwinder has global state, and hwasan implementation of personality
function wrapper happens to rub it the wrong way.

Switch the test to static libc++ as a temporary workaround.

llvm-svn: 375471




More information about the All-commits mailing list