[libcxx-commits] [PATCH] D60176: [libc++][libc++abi] Don't provide new/delete when built with ASan, HWASan or TSan

Roland McGrath via Phabricator via libcxx-commits libcxx-commits at lists.llvm.org
Tue Apr 2 20:44:10 PDT 2019


mcgrathr accepted this revision.
mcgrathr added a comment.
This revision is now accepted and ready to land.

lgtm



================
Comment at: libcxxabi/src/stdlib_new_delete.cpp:267
 
+#endif
+
----------------
Comment the conditions


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D60176





More information about the libcxx-commits mailing list