aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorOscar Fuentes <ofv@wanadoo.es>2010-10-21 05:01:26 +0000
committerOscar Fuentes <ofv@wanadoo.es>2010-10-21 05:01:26 +0000
commitc0fa5170e138a73ded815b1f6e3d290dc915f1d0 (patch)
tree1b0cec4669781c977b8f34b94ce66119dab2458c
parente5ef5e80e746a1f889dd0c407a65e1f18fd14a83 (diff)
downloadexternal_llvm-c0fa5170e138a73ded815b1f6e3d290dc915f1d0.zip
external_llvm-c0fa5170e138a73ded815b1f6e3d290dc915f1d0.tar.gz
external_llvm-c0fa5170e138a73ded815b1f6e3d290dc915f1d0.tar.bz2
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
-rw-r--r--lib/Target/MBlaze/AsmPrinter/CMakeLists.txt9
1 files changed, 0 insertions, 9 deletions
diff --git a/lib/Target/MBlaze/AsmPrinter/CMakeLists.txt b/lib/Target/MBlaze/AsmPrinter/CMakeLists.txt
deleted file mode 100644
index fac2c19..0000000
--- a/lib/Target/MBlaze/AsmPrinter/CMakeLists.txt
+++ /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)