mirror of
git://git.openembedded.org/meta-openembedded
synced 2026-08-14 03:11:17 +00:00
* llvm is generic enough to be useful outside meta-java e.g. we need it to enable llvmpipe galium driver in mesa * imported without any modification (except indentation), all credits go to Henning Heinold and Khem Raj for maintaining it in meta-java Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
13 lines
429 B
Diff
13 lines
429 B
Diff
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)
|