aboutsummaryrefslogtreecommitdiffstats
path: root/lib
diff options
context:
space:
mode:
authorNAKAMURA Takumi <geek4civic@gmail.com>2012-12-12 03:34:26 +0000
committerNAKAMURA Takumi <geek4civic@gmail.com>2012-12-12 03:34:26 +0000
commitc34ccb7b68290a9ed09bda9c53cbf3ebd28ea91f (patch)
tree62bb3d5994b17fbc3e0125340c44fc5690d2b177 /lib
parent946a3a9f22c967d5432eaab5fa464b91343477cd (diff)
downloadexternal_llvm-c34ccb7b68290a9ed09bda9c53cbf3ebd28ea91f.zip
external_llvm-c34ccb7b68290a9ed09bda9c53cbf3ebd28ea91f.tar.gz
external_llvm-c34ccb7b68290a9ed09bda9c53cbf3ebd28ea91f.tar.bz2
[CMake] Fixup R600.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@169962 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib')
-rw-r--r--lib/Target/R600/InstPrinter/CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Target/R600/InstPrinter/CMakeLists.txt b/lib/Target/R600/InstPrinter/CMakeLists.txt
index 6776337..069c55b 100644
--- a/lib/Target/R600/InstPrinter/CMakeLists.txt
+++ b/lib/Target/R600/InstPrinter/CMakeLists.txt
@@ -4,4 +4,4 @@ add_llvm_library(LLVMR600AsmPrinter
AMDGPUInstPrinter.cpp
)
-add_dependencies(LLVMR600AsmPrinter R600CommonTableGen)
+add_dependencies(LLVMR600AsmPrinter AMDGPUCommonTableGen)