aboutsummaryrefslogtreecommitdiffstats
path: root/dist/clang
diff options
context:
space:
mode:
authorNikolai Kosjar <nikolai.kosjar@qt.io>2017-07-04 14:48:38 +0200
committerNikolai Kosjar <nikolai.kosjar@qt.io>2017-07-13 13:23:19 +0000
commit249b39294779649b0245ef9515e885f337056917 (patch)
treebc249aaf738bead2bbfd416a781eb96ec4eb962d /dist/clang
parent6afc0c3eb65b75fadb3b61389ee05483709e5101 (diff)
Clang: Remove patch fixing mingw build
It was for llvm/clang >= 4.0, but we are still on 3.9 for now. Change-Id: I29338b6ed90b3ac4f32021085139e6917fd5ac9e Reviewed-by: Marco Bubke <marco.bubke@qt.io>
Diffstat (limited to 'dist/clang')
-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