2011-01-20 14:39:06 +08:00
|
|
|
# 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.
|
2008-09-22 09:08:49 +08:00
|
|
|
|
2013-08-24 01:59:13 +08:00
|
|
|
add_llvm_tool_subdirectory(llvm-config)
|
2010-09-14 07:59:48 +08:00
|
|
|
|
2013-08-22 03:13:44 +08:00
|
|
|
add_llvm_tool_subdirectory(opt)
|
|
|
|
add_llvm_tool_subdirectory(llvm-as)
|
|
|
|
add_llvm_tool_subdirectory(llvm-dis)
|
|
|
|
add_llvm_tool_subdirectory(llvm-mc)
|
2008-09-22 09:08:49 +08:00
|
|
|
|
2013-08-22 03:13:44 +08:00
|
|
|
add_llvm_tool_subdirectory(llc)
|
|
|
|
add_llvm_tool_subdirectory(llvm-ar)
|
|
|
|
add_llvm_tool_subdirectory(llvm-nm)
|
|
|
|
add_llvm_tool_subdirectory(llvm-size)
|
2008-09-22 09:08:49 +08:00
|
|
|
|
2013-08-22 03:13:44 +08:00
|
|
|
add_llvm_tool_subdirectory(llvm-cov)
|
|
|
|
add_llvm_tool_subdirectory(llvm-prof)
|
|
|
|
add_llvm_tool_subdirectory(llvm-link)
|
|
|
|
add_llvm_tool_subdirectory(lli)
|
2008-09-22 09:08:49 +08:00
|
|
|
|
2013-08-22 03:13:44 +08:00
|
|
|
add_llvm_tool_subdirectory(llvm-extract)
|
|
|
|
add_llvm_tool_subdirectory(llvm-diff)
|
|
|
|
add_llvm_tool_subdirectory(macho-dump)
|
|
|
|
add_llvm_tool_subdirectory(llvm-objdump)
|
|
|
|
add_llvm_tool_subdirectory(llvm-readobj)
|
|
|
|
add_llvm_tool_subdirectory(llvm-rtdyld)
|
|
|
|
add_llvm_tool_subdirectory(llvm-dwarfdump)
|
2012-11-22 04:38:26 +08:00
|
|
|
if( LLVM_USE_INTEL_JITEVENTS )
|
2013-08-22 03:13:44 +08:00
|
|
|
add_llvm_tool_subdirectory(llvm-jitlistener)
|
|
|
|
else()
|
|
|
|
ignore_llvm_tool_subdirectory(llvm-jitlistener)
|
2012-11-22 04:38:26 +08:00
|
|
|
endif( LLVM_USE_INTEL_JITEVENTS )
|
2008-09-22 09:08:49 +08:00
|
|
|
|
2013-08-22 03:13:44 +08:00
|
|
|
add_llvm_tool_subdirectory(bugpoint)
|
|
|
|
add_llvm_tool_subdirectory(bugpoint-passes)
|
|
|
|
add_llvm_tool_subdirectory(llvm-bcanalyzer)
|
|
|
|
add_llvm_tool_subdirectory(llvm-stress)
|
|
|
|
add_llvm_tool_subdirectory(llvm-mcmarkup)
|
2008-10-26 08:52:09 +08:00
|
|
|
|
2013-08-22 03:13:44 +08:00
|
|
|
add_llvm_tool_subdirectory(llvm-symbolizer)
|
2012-11-12 19:33:29 +08:00
|
|
|
|
2013-08-22 03:13:44 +08:00
|
|
|
add_llvm_tool_subdirectory(obj2yaml)
|
|
|
|
add_llvm_tool_subdirectory(yaml2obj)
|
2013-04-05 10:57:22 +08:00
|
|
|
|
2011-03-13 11:06:59 +08:00
|
|
|
if( NOT WIN32 )
|
2013-08-22 03:13:44 +08:00
|
|
|
add_llvm_tool_subdirectory(lto)
|
|
|
|
else()
|
|
|
|
ignore_llvm_tool_subdirectory(lto)
|
2011-03-13 11:06:59 +08:00
|
|
|
endif()
|
|
|
|
|
2011-04-28 16:18:22 +08:00
|
|
|
if( LLVM_ENABLE_PIC )
|
|
|
|
# TODO: support other systems:
|
2013-03-17 20:01:05 +08:00
|
|
|
if( (CMAKE_SYSTEM_NAME STREQUAL "Linux")
|
|
|
|
OR (CMAKE_SYSTEM_NAME STREQUAL "FreeBSD") )
|
2013-08-22 03:13:44 +08:00
|
|
|
add_llvm_tool_subdirectory(gold)
|
|
|
|
else()
|
|
|
|
ignore_llvm_tool_subdirectory(gold)
|
2011-04-28 16:18:22 +08:00
|
|
|
endif()
|
2013-08-22 03:13:44 +08:00
|
|
|
else()
|
|
|
|
ignore_llvm_tool_subdirectory(gold)
|
2011-04-28 16:18:22 +08:00
|
|
|
endif()
|
|
|
|
|
2012-04-27 03:43:35 +08:00
|
|
|
add_llvm_external_project(clang)
|
2013-06-26 16:05:08 +08:00
|
|
|
|
|
|
|
if( NOT LLVM_INCLUDE_TOOLS STREQUAL "bootstrap-only" )
|
2013-08-28 07:27:56 +08:00
|
|
|
add_llvm_external_project(lld)
|
|
|
|
add_llvm_external_project(lldb)
|
|
|
|
add_llvm_external_project(polly)
|
|
|
|
|
2013-08-22 03:13:44 +08:00
|
|
|
# Automatically add remaining sub-directories containing a 'CMakeLists.txt'
|
|
|
|
# file as external projects.
|
|
|
|
add_llvm_implicit_external_projects()
|
2013-06-26 16:05:08 +08:00
|
|
|
endif()
|
2010-09-14 07:59:48 +08:00
|
|
|
|
|
|
|
set(LLVM_COMMON_DEPENDS ${LLVM_COMMON_DEPENDS} PARENT_SCOPE)
|