From 1e3bb3fc4198ab93fae493d7c2a4237733231334 Mon Sep 17 00:00:00 2001 From: NAKAMURA Takumi Date: Thu, 20 Feb 2014 13:42:30 +0000 Subject: [CMake] Move intrinsics_gen to lib/Target out of add_public_tablegen_target. add_public_tablegen_target is used somewhere. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@201787 91177308-0d34-0410-b5e6-96231b3b80d8 --- cmake/modules/TableGen.cmake | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'cmake') diff --git a/cmake/modules/TableGen.cmake b/cmake/modules/TableGen.cmake index fdb47511dc..36404811d7 100644 --- a/cmake/modules/TableGen.cmake +++ b/cmake/modules/TableGen.cmake @@ -65,7 +65,7 @@ macro(add_public_tablegen_target target) add_dependencies(${target} ${LLVM_COMMON_DEPENDS}) endif () set_target_properties(${target} PROPERTIES FOLDER "Tablegenning") - list(APPEND LLVM_COMMON_DEPENDS ${target} intrinsics_gen) + list(APPEND LLVM_COMMON_DEPENDS ${target}) endif( TABLEGEN_OUTPUT ) endmacro() -- cgit v1.2.3