[PATCH] D63877: Avoid infinite loop with asan interception

Ulrich Weigand via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Aug 22 07:15:57 PDT 2019


uweigand added a comment.

In D63877#1624258 <https://reviews.llvm.org/D63877#1624258>, @Hahnfeld wrote:

> Okay, I think I've found the issue for my way of building the sanitizers: I'm passing `SANITIZER_CXX_ABI=libcxxabi` while the default is `libstdc++` for Linux. This results in the full C++ library being linked into the shared asan library (while I only have the ABI) which is "needed" for the failure to appear. @uweigand how do you build the sanitizer runtimes?


Sorry, only just now noticed there was a question for me ...  I'm not passing any special option, so I'm assuming it will use the libstdc++ default.


Repository:
  rL LLVM

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D63877/new/

https://reviews.llvm.org/D63877





More information about the llvm-commits mailing list