[PATCH] D143675: Discussion: Darwin Sanitizers Stable ABI
Brittany Blue Gaston via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Tue Feb 28 16:38:53 PST 2023
thetruestblue added inline comments.
================
Comment at: compiler-rt/cmake/config-ix.cmake:734
set(COMPILER_RT_HAS_ASAN TRUE)
+ set(COMPILER_RT_HAS_ASABI TRUE)
else()
----------------
This was an artifact leftover from some of my cmake changes. This line needs to be removed..
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D143675/new/
https://reviews.llvm.org/D143675
More information about the cfe-commits
mailing list