AsmPrinter/CMakeLists.txt: Add explicit dependency to intrinsics_gen here.

llvm-svn: 187778
This commit is contained in:
NAKAMURA Takumi 2013-08-06 05:56:39 +00:00
parent 752f1ec651
commit e359e85649
1 changed files with 2 additions and 0 deletions

View File

@ -13,3 +13,5 @@ add_llvm_library(LLVMAsmPrinter
OcamlGCPrinter.cpp
Win64Exception.cpp
)
add_dependencies(LLVMAsmPrinter intrinsics_gen)