X-Git-Url: http://plrg.eecs.uci.edu/git/?a=blobdiff_plain;f=include%2Fllvm%2FCMakeLists.txt;h=ff805396eb0c85af96dde63c972bd56b957c904f;hb=5ad5d2c5359a4e878c732db59ee7fc6e0a25dc00;hp=523f231277894cf66f0ace440ed9c0fcbbe8cdea;hpb=422fcf3837e43c430b39d440efbbe369b1aea053;p=oota-llvm.git diff --git a/include/llvm/CMakeLists.txt b/include/llvm/CMakeLists.txt index 523f2312778..ff805396eb0 100644 --- a/include/llvm/CMakeLists.txt +++ b/include/llvm/CMakeLists.txt @@ -1,8 +1,7 @@ -set(LLVM_TARGET_DEFINITIONS Intrinsics.td) +add_subdirectory(IR) -tablegen(Intrinsics.gen -gen-intrinsic) - -add_custom_target(intrinsics_gen ALL - DEPENDS ${llvm_builded_incs_dir}/Intrinsics.gen) - -set(LLVM_COMMON_DEPENDS ${LLVM_COMMON_DEPENDS} intrinsics_gen PARENT_SCOPE) +# If we're doing an out-of-tree build, copy a module map for generated +# header files into the build area. +if (NOT "${CMAKE_SOURCE_DIR}" STREQUAL "${CMAKE_BINARY_DIR}") + configure_file(module.modulemap.build module.modulemap COPYONLY) +endif (NOT "${CMAKE_SOURCE_DIR}" STREQUAL "${CMAKE_BINARY_DIR}")