From 92e1deb05182c116bf39bec5f4df3769b5abc7f4 Mon Sep 17 00:00:00 2001 From: "Michael J. Spencer" Date: Thu, 20 Jan 2011 06:39:06 +0000 Subject: Add llvm-objdump git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@123898 91177308-0d34-0410-b5e6-96231b3b80d8 --- tools/CMakeLists.txt | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to 'tools/CMakeLists.txt') diff --git a/tools/CMakeLists.txt b/tools/CMakeLists.txt index aad45c0ff4..2f37911d25 100644 --- a/tools/CMakeLists.txt +++ b/tools/CMakeLists.txt @@ -1,6 +1,6 @@ -# NOTE: The tools are organized into five groups of four consisting of one -# large and three small executables. This is done to minimize memory load -# in parallel builds. Please retain this ordering. +# NOTE: The tools are organized into groups of four consisting of one large and +# three small executables. This is done to minimize memory load in parallel +# builds. Please retain this ordering. # If polly exists and is not disabled compile it and add it to the LLVM tools. option(LLVM_BUILD_POLLY "Compile polly" ON) @@ -37,6 +37,7 @@ add_subdirectory(lli) add_subdirectory(llvm-extract) add_subdirectory(llvm-diff) add_subdirectory(macho-dump) +add_subdirectory(llvm-objdump) add_subdirectory(bugpoint) add_subdirectory(bugpoint-passes) -- cgit v1.2.3