1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-20 19:42:54 +02:00

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

CMake build does not try to build that library, which collides with
MBlaze/InstPrinter.

llvm-svn: 116997
This commit is contained in:
Oscar Fuentes 2010-10-21 05:01:26 +00:00
parent d646a12f25
commit 00ad8b9b29

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)