aboutsummaryrefslogtreecommitdiffstats
path: root/lib/Target/MBlaze/InstPrinter/CMakeLists.txt
diff options
context:
space:
mode:
authorWesley Peck <peckw@wesleypeck.com>2010-10-21 03:34:22 +0000
committerWesley Peck <peckw@wesleypeck.com>2010-10-21 03:34:22 +0000
commit60e7127e862e359eb1b4694e5161da6dc4c2c397 (patch)
tree3b7b7f394b741cfd7b592c76909062d7a30623a7 /lib/Target/MBlaze/InstPrinter/CMakeLists.txt
parentd9707e3d852622197133a73dcb788a7fcd364015 (diff)
downloadexternal_llvm-60e7127e862e359eb1b4694e5161da6dc4c2c397.zip
external_llvm-60e7127e862e359eb1b4694e5161da6dc4c2c397.tar.gz
external_llvm-60e7127e862e359eb1b4694e5161da6dc4c2c397.tar.bz2
Reverting the commit 116986. It was breaking the build on llvm-x86_64-linux though it
compiles on OS X. I'll ensure that it builds on a linux machine before committing again. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@116991 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/Target/MBlaze/InstPrinter/CMakeLists.txt')
-rw-r--r--lib/Target/MBlaze/InstPrinter/CMakeLists.txt8
1 files changed, 0 insertions, 8 deletions
diff --git a/lib/Target/MBlaze/InstPrinter/CMakeLists.txt b/lib/Target/MBlaze/InstPrinter/CMakeLists.txt
deleted file mode 100644
index 242a573..0000000
--- a/lib/Target/MBlaze/InstPrinter/CMakeLists.txt
+++ /dev/null
@@ -1,8 +0,0 @@
-include_directories( ${CMAKE_CURRENT_BINARY_DIR}/..
- ${CMAKE_CURRENT_SOURCE_DIR}/.. )
-
-add_llvm_library(LLVMMBlazeAsmPrinter
- MBlazeInstPrinter.cpp
- )
-
-add_dependencies(LLVMMBlazeAsmPrinter MBlazeCodeGenTable_gen)