[PATCH] D104176: [libunwind] Define and use portable macro for checking for presence of ASAN

Daniel Levin via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Jun 11 23:49:39 PDT 2021


daniel-levin added a comment.

Hi all :)

I am new to contributing to LLVM. This change fixes a broken build when bootstrapping with gcc. Both gcc and msvc define the __SANITIZE_ADDRESS__ macro when using asan.

Please give me any and all feedback. I am happy to make changes.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D104176



More information about the llvm-commits mailing list