[PATCH] D62048: [GWP-ASan] Fixed issue with c++ standard library dependency.

Matt Morehouse via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu May 16 17:58:05 PDT 2019


morehouse accepted this revision.
morehouse added inline comments.
This revision is now accepted and ready to land.


================
Comment at: compiler-rt/lib/gwp_asan/CMakeLists.txt:13
 
-# Disable RTTI and exception support, as we want these libraries to be
-# C-compatible. Regular C source files can be linked against the generated
-# GwpAsan libraries using the Clang C compiler.
-set(GWP_ASAN_CFLAGS -fno-rtti -fno-exceptions)
+# Ensure that GWP-ASan meets the transient requirements of some supporting
+# allocators. Some supporting allocators (e.g. scudo standalone) cannot use any
----------------
"transient" - So Scudo's no-C++ library requirement will go away at some point?


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D62048





More information about the llvm-commits mailing list