diff --git a/CMakeLists.txt b/CMakeLists.txt index eb52c199..bf333d8b 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -115,4 +115,4 @@ configure_file( add_custom_target(uninstall COMMAND ${CMAKE_COMMAND} -P ${CMAKE_CURRENT_BINARY_DIR}/CMakeUninstall.cmake) -add_subdirectory(suite/fuzz) \ No newline at end of file +#add_subdirectory(suite/fuzz) diff --git a/llvm/include/llvm/Support/COFF.h b/llvm/include/llvm/Support/COFF.h index 1d5ef09b..b1871783 100644 --- a/llvm/include/llvm/Support/COFF.h +++ b/llvm/include/llvm/Support/COFF.h @@ -530,7 +530,13 @@ namespace COFF { EXCEPTION_TABLE, CERTIFICATE_TABLE, BASE_RELOCATION_TABLE, +#ifdef DEBUG +#undef DEBUG DEBUG, +#define DEBUG +#else + DEBUG, +#endif ARCHITECTURE, GLOBAL_PTR, TLS_TABLE,