[PATCH] D35103: Expand clang-interpreter with example of throwing in and from the JIT for Windows64.
Martell Malone via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Thu Jul 13 13:28:46 PDT 2017
martell added inline comments.
================
Comment at: examples/clang-interpreter/Manager.cpp:18
+#define NOMINMAX
+#include <Windows.h>
+#endif
----------------
windows.h with lower case `w` to not break mingw
https://reviews.llvm.org/D35103
More information about the cfe-commits
mailing list