X-Git-Url: http://demsky.eecs.uci.edu/git/?a=blobdiff_plain;f=lib%2FTarget%2FR600%2FInstPrinter%2FCMakeLists.txt;h=dcd87037fabbca95b41de45f4f1f9fa9d0b6d723;hb=2105bd06afc40e801183fc23bc83eba2fa6ebb3e;hp=069c55ba948e37b968cfecd2f99a7dee31f5fc47;hpb=c34ccb7b68290a9ed09bda9c53cbf3ebd28ea91f;p=oota-llvm.git diff --git a/lib/Target/R600/InstPrinter/CMakeLists.txt b/lib/Target/R600/InstPrinter/CMakeLists.txt index 069c55ba948..dcd87037fab 100644 --- a/lib/Target/R600/InstPrinter/CMakeLists.txt +++ b/lib/Target/R600/InstPrinter/CMakeLists.txt @@ -1,7 +1,3 @@ -include_directories( ${CMAKE_CURRENT_BINARY_DIR}/.. ${CMAKE_CURRENT_SOURCE_DIR}/.. ) - add_llvm_library(LLVMR600AsmPrinter AMDGPUInstPrinter.cpp ) - -add_dependencies(LLVMR600AsmPrinter AMDGPUCommonTableGen)