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

Mitch Phillips via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu May 16 20:13:11 PDT 2019


hctim added inline comments.


================
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
----------------
morehouse wrote:
> "transient" - So Scudo's no-C++ library requirement will go away at some point?
TIL I've been using this word wrong. /s/transient/delegated.


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