From: NAKAMURA Takumi Date: Thu, 20 Feb 2014 13:42:16 +0000 (+0000) Subject: [CMake] intrinsics_gen: Use add_public_tablegen_target(). X-Git-Url: http://plrg.eecs.uci.edu/git/?a=commitdiff_plain;h=e4ede0b83f9934d34944f0377c879d80c5799728;p=oota-llvm.git [CMake] intrinsics_gen: Use add_public_tablegen_target(). git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@201786 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/include/llvm/IR/CMakeLists.txt b/include/llvm/IR/CMakeLists.txt index d6e5cd1db24..dd8e04f1510 100644 --- a/include/llvm/IR/CMakeLists.txt +++ b/include/llvm/IR/CMakeLists.txt @@ -2,6 +2,4 @@ set(LLVM_TARGET_DEFINITIONS Intrinsics.td) tablegen(LLVM Intrinsics.gen -gen-intrinsic) -add_custom_target(intrinsics_gen ALL - DEPENDS ${LLVM_INCLUDE_DIR}/llvm/IR/Intrinsics.gen) -set_target_properties(intrinsics_gen PROPERTIES FOLDER "Tablegenning") +add_public_tablegen_target(intrinsics_gen)