summaryrefslogtreecommitdiffstats
path: root/recipes-core/llvm/llvm2.8/llvm-mc_disable.patch
diff options
context:
space:
mode:
authorHenning Heinold <heinold@inf.fu-berlin.de>2013-01-11 15:02:27 +0100
committerHenning Heinold <heinold@inf.fu-berlin.de>2013-01-24 22:32:08 +0100
commit04866e51162e9263afc7fa0ff89e4e2a317d2713 (patch)
treed607f07ffc646e719909ff8f759a9ad49aa11d60 /recipes-core/llvm/llvm2.8/llvm-mc_disable.patch
parenta4870388a6798c84447e9e4c9bfeab8a5ac49777 (diff)
downloadmeta-java-04866e51162e9263afc7fa0ff89e4e2a317d2713.tar.gz
llvm: disable llvm-mc again until we have real fix for
* bump PR
Diffstat (limited to 'recipes-core/llvm/llvm2.8/llvm-mc_disable.patch')
-rw-r--r--recipes-core/llvm/llvm2.8/llvm-mc_disable.patch12
1 files changed, 12 insertions, 0 deletions
diff --git a/recipes-core/llvm/llvm2.8/llvm-mc_disable.patch b/recipes-core/llvm/llvm2.8/llvm-mc_disable.patch
new file mode 100644
index 0000000..fddc674
--- /dev/null
+++ b/recipes-core/llvm/llvm2.8/llvm-mc_disable.patch
@@ -0,0 +1,12 @@
1Index: llvm-2.8/tools/CMakeLists.txt
2===================================================================
3--- llvm-2.8.orig/tools/CMakeLists.txt 2010-08-24 11:16:51.000000000 +0200
4+++ llvm-2.8/tools/CMakeLists.txt 2011-12-21 16:47:47.718508763 +0100
5@@ -14,7 +14,6 @@
6 add_subdirectory(opt)
7 add_subdirectory(llvm-as)
8 add_subdirectory(llvm-dis)
9-add_subdirectory(llvm-mc)
10
11 add_subdirectory(llc)
12 add_subdirectory(llvm-ranlib)