[PATCH] D22528: [libcxxabi] When catching an exception of type nullptr_t with a handler of pointer-to-member type, produce a null value of the right type

Richard Smith via cfe-commits cfe-commits at lists.llvm.org
Tue Jul 19 12:53:49 PDT 2016


rsmith added inline comments.

================
Comment at: src/CMakeLists.txt:94
@@ -93,3 +93,3 @@
   PROPERTIES
-    COMPILE_FLAGS "${LIBCXXABI_COMPILE_FLAGS}"
+    COMPILE_FLAGS "${LIBCXXABI_COMPILE_FLAGS} -fno-modules"
   )
----------------
Err, ignore this :)


Repository:
  rL LLVM

https://reviews.llvm.org/D22528





More information about the cfe-commits mailing list