summaryrefslogtreecommitdiffstats
path: root/llvm/tools/CMakeLists.txt
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2009-06-18 23:04:45 +0000
committerChris Lattner <sabre@nondot.org>2009-06-18 23:04:45 +0000
commit8dd8a52533770743fe2dadcf54dbf25c9ef65a70 (patch)
tree512878461919894ab22cd7fe86513fc80beb417f /llvm/tools/CMakeLists.txt
parentf9906843b7a30dd08a65598b422de1c5a6a9bee2 (diff)
downloadbcm5719-llvm-8dd8a52533770743fe2dadcf54dbf25c9ef65a70.tar.gz
bcm5719-llvm-8dd8a52533770743fe2dadcf54dbf25c9ef65a70.zip
Add a skeleton driver for new machine code level fun. llvm-mc is meant
to be a test driver of other components in the system, which will develop over time. llvm-svn: 73732
Diffstat (limited to 'llvm/tools/CMakeLists.txt')
-rw-r--r--llvm/tools/CMakeLists.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/llvm/tools/CMakeLists.txt b/llvm/tools/CMakeLists.txt
index 5c1ee351a2a..7191d803541 100644
--- a/llvm/tools/CMakeLists.txt
+++ b/llvm/tools/CMakeLists.txt
@@ -9,6 +9,7 @@ endif()
add_subdirectory(opt)
add_subdirectory(llvm-as)
add_subdirectory(llvm-dis)
+add_subdirectory(llvm-mc)
add_subdirectory(llc)
add_subdirectory(llvm-ranlib)
OpenPOWER on IntegriCloud