[CMake] Fixup R600.

llvm-svn: 169962
This commit is contained in:
NAKAMURA Takumi 2012-12-12 03:34:26 +00:00
parent 7b8c513f08
commit 85292a1338
1 changed files with 1 additions and 1 deletions

View File

@ -4,4 +4,4 @@ add_llvm_library(LLVMR600AsmPrinter
AMDGPUInstPrinter.cpp
)
add_dependencies(LLVMR600AsmPrinter R600CommonTableGen)
add_dependencies(LLVMR600AsmPrinter AMDGPUCommonTableGen)