[PATCH] D43871: [modules] No longer include stdlib.h from mm_malloc.h.

Vassil Vassilev via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Wed Apr 11 00:35:55 PDT 2018


v.g.vassilev added inline comments.


================
Comment at: test/CXX/except/except.spec/libc-empty-except.cpp:27
+#else
+#include "mm_malloc.h"
+#include "stdlib.h"
----------------
Maybe we should reverse the includes here as we discussed offline.


https://reviews.llvm.org/D43871





More information about the cfe-commits mailing list