X-Git-Url: http://plrg.eecs.uci.edu/git/?a=blobdiff_plain;f=lib%2FTarget%2FPowerPC%2FTargetInfo%2FCMakeLists.txt;h=1732ddb12adb01ab9baf3daf92f1e42e40bc1c46;hb=9ec9b8434bbe9489a94825d8310a375b346938f9;hp=aab91ae0360861c4c19e5f823e5cbd50fe7ea44c;hpb=ac03e736c77bcf7e8deb515fc16a7e55d343dc8d;p=oota-llvm.git diff --git a/lib/Target/PowerPC/TargetInfo/CMakeLists.txt b/lib/Target/PowerPC/TargetInfo/CMakeLists.txt index aab91ae0360..1732ddb12ad 100644 --- a/lib/Target/PowerPC/TargetInfo/CMakeLists.txt +++ b/lib/Target/PowerPC/TargetInfo/CMakeLists.txt @@ -1,13 +1,5 @@ -include_directories( ${CMAKE_CURRENT_BINARY_DIR}/.. ${CMAKE_CURRENT_SOURCE_DIR}/.. ) - add_llvm_library(LLVMPowerPCInfo PowerPCTargetInfo.cpp ) -add_llvm_library_dependencies(LLVMPowerPCInfo - LLVMMC - LLVMSupport - LLVMTarget - ) - -add_dependencies(LLVMPowerPCInfo PowerPCCodeGenTable_gen) +add_dependencies(LLVMPowerPCInfo PowerPCCommonTableGen)