2017-03-07 11:23:28 +01:00
|
|
|
diff --git a/utils/TableGen/CMakeLists.txt b/utils/TableGen/CMakeLists.txt
|
2017-03-08 11:28:46 +01:00
|
|
|
index 604e3f1..4e5874c 100644
|
2017-03-07 11:23:28 +01:00
|
|
|
--- a/utils/TableGen/CMakeLists.txt
|
|
|
|
|
+++ b/utils/TableGen/CMakeLists.txt
|
2017-03-08 11:28:46 +01:00
|
|
|
@@ -1,4 +1,7 @@
|
2017-03-07 11:23:28 +01:00
|
|
|
set(LLVM_LINK_COMPONENTS Support)
|
2017-03-08 11:28:46 +01:00
|
|
|
+if (MINGW)
|
|
|
|
|
+ set(CMAKE_BUILD_TYPE "Debug")
|
|
|
|
|
+endif()
|
2017-03-07 11:23:28 +01:00
|
|
|
|
|
|
|
|
add_tablegen(llvm-tblgen LLVM
|
|
|
|
|
AsmMatcherEmitter.cpp
|