CMakeLists.txt: removed mismatched endif predicate.

llvm-svn: 119064
This commit is contained in:
Oscar Fuentes 2010-11-14 20:15:05 +00:00
parent 3249cd7521
commit 090b3ad054

View File

@ -331,7 +331,7 @@ foreach(t ${LLVM_TARGETS_TO_BUILD})
if( EXISTS ${LLVM_MAIN_SRC_DIR}/lib/Target/${t}/*AsmPrinter.cpp )
set(LLVM_ENUM_ASM_PRINTERS
"${LLVM_ENUM_ASM_PRINTERS}LLVM_ASM_PRINTER(${t})\n")
endif( EXISTS ${LLVM_MAIN_SRC_DIR}/lib/Target/${t}/AsmPrinter/CMakeLists.txt )
endif()
if( EXISTS ${LLVM_MAIN_SRC_DIR}/lib/Target/${t}/InstPrinter/CMakeLists.txt )
add_subdirectory(lib/Target/${t}/InstPrinter)