[PATCH] D14653: [libcxx] Introduce the mechanism for fixing -fno-exceptions test failures.
Jonathan Roelofs via cfe-commits
cfe-commits at lists.llvm.org
Tue Dec 8 07:10:43 PST 2015
jroelofs added inline comments.
================
Comment at: test/support/noexcept.h:10
@@ +9,3 @@
+//===----------------------------------------------------------------------===//
+#ifdef _LIBCPP_NO_EXCEPTIONS
+
----------------
You should also add a header guard so that this doesn't get confused with one.
http://reviews.llvm.org/D14653
More information about the cfe-commits
mailing list