Deleted lib/Target/MBlaze/AsmPrinter/CMakeLists.txt. This way the
authorOscar Fuentes <ofv@wanadoo.es>
Thu, 21 Oct 2010 05:01:26 +0000 (05:01 +0000)
committerOscar Fuentes <ofv@wanadoo.es>
Thu, 21 Oct 2010 05:01:26 +0000 (05:01 +0000)
CMake build does not try to build that library, which collides with
MBlaze/InstPrinter.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@116997 91177308-0d34-0410-b5e6-96231b3b80d8

lib/Target/MBlaze/AsmPrinter/CMakeLists.txt [deleted file]

diff --git a/lib/Target/MBlaze/AsmPrinter/CMakeLists.txt b/lib/Target/MBlaze/AsmPrinter/CMakeLists.txt
deleted file mode 100644 (file)
index fac2c19..0000000
+++ /dev/null
@@ -1,9 +0,0 @@
-include_directories(
-  ${CMAKE_CURRENT_BINARY_DIR}/..
-  ${CMAKE_CURRENT_SOURCE_DIR}/..
-  )
-
-add_llvm_library(LLVMMBlazeAsmPrinter
-  MBlazeAsmPrinter.cpp
-  )
-add_dependencies(LLVMMBlazeAsmPrinter MBlazeCodeGenTable_gen)