compnerd accepted this revision. compnerd added inline comments. This revision is now accepted and ready to land.
================ Comment at: src/libunwind.cpp:27 +#ifndef __USING_SJLJ_EXCEPTIONS__ #include "AddressSpace.hpp" ---------------- I would prefer that you used: #if !defined(__USING_SJLJ_EXCEPTIONS__) https://reviews.llvm.org/D38249 _______________________________________________ cfe-commits mailing list cfe-commits@lists.llvm.org http://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits