X-Git-Url: http://plrg.eecs.uci.edu/git/?a=blobdiff_plain;f=tools%2Fgold%2FCMakeLists.txt;h=1a6169d65c2ca78a00d6382c1f270bb1a86d41d2;hb=ca21c56a5f5d4754f277d3547bf85446fc1636df;hp=3864e154548c9728a838079e0a2ff0b1d70b72e2;hpb=0b5745abd8e46ac60cd16f949a2fd5a581fc8fd4;p=oota-llvm.git diff --git a/tools/gold/CMakeLists.txt b/tools/gold/CMakeLists.txt index 3864e154548..1a6169d65c2 100644 --- a/tools/gold/CMakeLists.txt +++ b/tools/gold/CMakeLists.txt @@ -1,13 +1,6 @@ -set(LLVM_BINUTILS_INCDIR "" CACHE PATH - "PATH to binutils/include containing plugin-api.h for gold plugin.") - set(LLVM_EXPORTED_SYMBOL_FILE ${CMAKE_CURRENT_SOURCE_DIR}/gold.exports) -if( NOT LLVM_BINUTILS_INCDIR ) - # Nothing to say. -elseif( NOT EXISTS "${LLVM_BINUTILS_INCDIR}/plugin-api.h" ) - message(STATUS "plugin-api.h not found. gold plugin excluded from the build.") -else() +if( LLVM_ENABLE_PIC AND LLVM_BINUTILS_INCDIR ) include_directories( ${LLVM_BINUTILS_INCDIR} ) # Because off_t is used in the public API, the largefile parts are required for @@ -16,7 +9,9 @@ else() set(LLVM_LINK_COMPONENTS ${LLVM_TARGETS_TO_BUILD} - LTO + Linker + BitWriter + IPO ) add_llvm_loadable_module(LLVMgold