aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--dist/clang/patches/bug32018_workaround-llvm-tblgen-crash-during-mingw-build.patch12
1 files changed, 0 insertions, 12 deletions
diff --git a/dist/clang/patches/bug32018_workaround-llvm-tblgen-crash-during-mingw-build.patch b/dist/clang/patches/bug32018_workaround-llvm-tblgen-crash-during-mingw-build.patch
deleted file mode 100644
index 752ae87a5d..0000000000
--- a/dist/clang/patches/bug32018_workaround-llvm-tblgen-crash-during-mingw-build.patch
+++ /dev/null
@@ -1,12 +0,0 @@
-diff --git a/utils/TableGen/CMakeLists.txt b/utils/TableGen/CMakeLists.txt
-index 604e3f1..4e5874c 100644
---- a/utils/TableGen/CMakeLists.txt
-+++ b/utils/TableGen/CMakeLists.txt
-@@ -1,4 +1,7 @@
- set(LLVM_LINK_COMPONENTS Support)
-+if (MINGW)
-+ set(CMAKE_BUILD_TYPE "Debug")
-+endif()
-
- add_tablegen(llvm-tblgen LLVM
- AsmMatcherEmitter.cpp