Deleted lib/Target/MBlaze/AsmPrinter/CMakeLists.txt. This way the

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
This commit is contained in:
Oscar Fuentes 2010-10-21 05:01:26 +00:00
parent 4e9141fd4c
commit b692360955

View File

@ -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)