From 04866e51162e9263afc7fa0ff89e4e2a317d2713 Mon Sep 17 00:00:00 2001 From: Henning Heinold Date: Fri, 11 Jan 2013 15:02:27 +0100 Subject: llvm: disable llvm-mc again until we have real fix for * bump PR --- recipes-core/llvm/llvm2.8/llvm-mc_disable.patch | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 recipes-core/llvm/llvm2.8/llvm-mc_disable.patch (limited to 'recipes-core/llvm/llvm2.8/llvm-mc_disable.patch') 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 @@ +Index: llvm-2.8/tools/CMakeLists.txt +=================================================================== +--- llvm-2.8.orig/tools/CMakeLists.txt 2010-08-24 11:16:51.000000000 +0200 ++++ llvm-2.8/tools/CMakeLists.txt 2011-12-21 16:47:47.718508763 +0100 +@@ -14,7 +14,6 @@ + add_subdirectory(opt) + add_subdirectory(llvm-as) + add_subdirectory(llvm-dis) +-add_subdirectory(llvm-mc) + + add_subdirectory(llc) + add_subdirectory(llvm-ranlib) -- cgit v1.2.3-54-g00ecf