From ce746c6c49883766c5cf1f8a207b20a2c1c785cf Mon Sep 17 00:00:00 2001 From: NAKAMURA Takumi Date: Thu, 28 Nov 2013 17:04:04 +0000 Subject: [CMake] Let add_public_tablegen_target responsible to provide dependency to CommonTableGen. add_public_tablegen_target adds *CommonTableGen to LLVM_COMMON_DEPENDS. LLVM_COMMON_DEPENDS affects add_llvm_library (and other add_target stuff) within its scope. llvm-svn: 195927 --- llvm/lib/Target/SystemZ/AsmParser/CMakeLists.txt | 2 -- 1 file changed, 2 deletions(-) (limited to 'llvm/lib/Target/SystemZ/AsmParser') diff --git a/llvm/lib/Target/SystemZ/AsmParser/CMakeLists.txt b/llvm/lib/Target/SystemZ/AsmParser/CMakeLists.txt index 4f3d699a3b5..ad19a565030 100644 --- a/llvm/lib/Target/SystemZ/AsmParser/CMakeLists.txt +++ b/llvm/lib/Target/SystemZ/AsmParser/CMakeLists.txt @@ -1,5 +1,3 @@ add_llvm_library(LLVMSystemZAsmParser SystemZAsmParser.cpp ) - -add_dependencies(LLVMSystemZAsmParser SystemZCommonTableGen) -- cgit v1.2.3