2013-08-23 17:59:13 +00:00
|
|
|
add_llvm_tool_subdirectory(llvm-config)
|
2010-09-13 23:59:48 +00:00
|
|
|
|
2014-03-14 04:04:14 +00:00
|
|
|
# Build polly before the tools: the tools link against polly when
|
|
|
|
# LINK_POLLY_INTO_TOOLS is set.
|
|
|
|
if(WITH_POLLY)
|
|
|
|
add_llvm_external_project(polly)
|
|
|
|
else(WITH_POLLY)
|
|
|
|
list(APPEND LLVM_IMPLICIT_PROJECT_IGNORE "${LLVM_MAIN_SRC_DIR}/tools/polly")
|
|
|
|
endif(WITH_POLLY)
|
|
|
|
|
2014-11-10 15:03:02 +00:00
|
|
|
if( LLVM_BUILD_LLVM_DYLIB )
|
|
|
|
add_llvm_tool_subdirectory(llvm-shlib)
|
|
|
|
else()
|
|
|
|
ignore_llvm_tool_subdirectory(llvm-shlib)
|
|
|
|
endif()
|
|
|
|
|
2013-08-21 19:13:44 +00: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 01:08:49 +00:00
|
|
|
|
2013-08-21 19:13:44 +00: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 01:08:49 +00:00
|
|
|
|
2013-08-21 19:13:44 +00:00
|
|
|
add_llvm_tool_subdirectory(llvm-cov)
|
2014-02-17 23:22:49 +00:00
|
|
|
add_llvm_tool_subdirectory(llvm-profdata)
|
2013-08-21 19:13:44 +00:00
|
|
|
add_llvm_tool_subdirectory(llvm-link)
|
|
|
|
add_llvm_tool_subdirectory(lli)
|
2008-09-22 01:08:49 +00:00
|
|
|
|
2013-08-21 19:13:44 +00: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)
|
2014-07-24 23:14:40 +00:00
|
|
|
add_llvm_tool_subdirectory(llvm-vtabledump)
|
2012-11-21 20:38:26 +00:00
|
|
|
if( LLVM_USE_INTEL_JITEVENTS )
|
2013-08-21 19:13:44 +00:00
|
|
|
add_llvm_tool_subdirectory(llvm-jitlistener)
|
|
|
|
else()
|
|
|
|
ignore_llvm_tool_subdirectory(llvm-jitlistener)
|
2012-11-21 20:38:26 +00:00
|
|
|
endif( LLVM_USE_INTEL_JITEVENTS )
|
2008-09-22 01:08:49 +00:00
|
|
|
|
2013-08-21 19:13:44 +00: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 00:52:09 +00:00
|
|
|
|
2014-07-30 17:11:27 +00:00
|
|
|
add_llvm_tool_subdirectory(verify-uselistorder)
|
2014-07-25 17:13:03 +00:00
|
|
|
|
2013-08-21 19:13:44 +00:00
|
|
|
add_llvm_tool_subdirectory(llvm-symbolizer)
|
2012-11-12 11:33:29 +00:00
|
|
|
|
2013-10-23 17:56:59 +00:00
|
|
|
add_llvm_tool_subdirectory(llvm-c-test)
|
2013-10-23 08:10:20 +00:00
|
|
|
|
2013-08-21 19:13:44 +00:00
|
|
|
add_llvm_tool_subdirectory(obj2yaml)
|
|
|
|
add_llvm_tool_subdirectory(yaml2obj)
|
2013-04-05 02:57:22 +00:00
|
|
|
|
2014-10-23 02:33:23 +00:00
|
|
|
add_llvm_tool_subdirectory(llvm-go)
|
|
|
|
|
2014-06-27 02:51:21 +00:00
|
|
|
if(NOT CYGWIN AND LLVM_ENABLE_PIC)
|
2013-08-21 19:13:44 +00:00
|
|
|
add_llvm_tool_subdirectory(lto)
|
2013-09-19 22:15:52 +00:00
|
|
|
add_llvm_tool_subdirectory(llvm-lto)
|
2013-08-21 19:13:44 +00:00
|
|
|
else()
|
|
|
|
ignore_llvm_tool_subdirectory(lto)
|
2013-09-19 22:15:52 +00:00
|
|
|
ignore_llvm_tool_subdirectory(llvm-lto)
|
2011-03-13 03:06:59 +00:00
|
|
|
endif()
|
|
|
|
|
2011-04-28 08:18:22 +00:00
|
|
|
if( LLVM_ENABLE_PIC )
|
|
|
|
# TODO: support other systems:
|
2013-03-17 12:01:05 +00:00
|
|
|
if( (CMAKE_SYSTEM_NAME STREQUAL "Linux")
|
|
|
|
OR (CMAKE_SYSTEM_NAME STREQUAL "FreeBSD") )
|
2013-08-21 19:13:44 +00:00
|
|
|
add_llvm_tool_subdirectory(gold)
|
|
|
|
else()
|
|
|
|
ignore_llvm_tool_subdirectory(gold)
|
2011-04-28 08:18:22 +00:00
|
|
|
endif()
|
2013-08-21 19:13:44 +00:00
|
|
|
else()
|
|
|
|
ignore_llvm_tool_subdirectory(gold)
|
2011-04-28 08:18:22 +00:00
|
|
|
endif()
|
|
|
|
|
2012-04-26 19:43:35 +00:00
|
|
|
add_llvm_external_project(clang)
|
2014-11-27 00:15:21 +00:00
|
|
|
add_llvm_external_project(llgo)
|
2013-06-26 08:05:08 +00:00
|
|
|
|
|
|
|
if( NOT LLVM_INCLUDE_TOOLS STREQUAL "bootstrap-only" )
|
2013-08-27 23:27:56 +00:00
|
|
|
add_llvm_external_project(lld)
|
|
|
|
add_llvm_external_project(lldb)
|
2014-03-10 20:47:39 +00:00
|
|
|
|
2013-08-21 19:13:44 +00:00
|
|
|
# Automatically add remaining sub-directories containing a 'CMakeLists.txt'
|
|
|
|
# file as external projects.
|
|
|
|
add_llvm_implicit_external_projects()
|
2013-06-26 08:05:08 +00:00
|
|
|
endif()
|
2010-09-13 23:59:48 +00:00
|
|
|
|
|
|
|
set(LLVM_COMMON_DEPENDS ${LLVM_COMMON_DEPENDS} PARENT_SCOPE)
|