summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Target/CppBackend
diff options
context:
space:
mode:
authorNAKAMURA Takumi <geek4civic@gmail.com>2013-11-28 14:53:30 +0000
committerNAKAMURA Takumi <geek4civic@gmail.com>2013-11-28 14:53:30 +0000
commit413518f1f83c4095b947c5f75456c67b45e5c7bd (patch)
tree893f535f2df8bacfd3f25cd0d1a793d263382d64 /llvm/lib/Target/CppBackend
parent979e604d8c5fbb0eecbfc169892b804cc636298f (diff)
downloadbcm5719-llvm-413518f1f83c4095b947c5f75456c67b45e5c7bd.tar.gz
bcm5719-llvm-413518f1f83c4095b947c5f75456c67b45e5c7bd.zip
[CMake] Prune include_directories() in llvm/lib/Target. add_llvm_target() sets them.
llvm-svn: 195921
Diffstat (limited to 'llvm/lib/Target/CppBackend')
-rw-r--r--llvm/lib/Target/CppBackend/TargetInfo/CMakeLists.txt2
1 files changed, 0 insertions, 2 deletions
diff --git a/llvm/lib/Target/CppBackend/TargetInfo/CMakeLists.txt b/llvm/lib/Target/CppBackend/TargetInfo/CMakeLists.txt
index f82d72e378c..d86446f6bc0 100644
--- a/llvm/lib/Target/CppBackend/TargetInfo/CMakeLists.txt
+++ b/llvm/lib/Target/CppBackend/TargetInfo/CMakeLists.txt
@@ -1,5 +1,3 @@
-include_directories( ${CMAKE_CURRENT_BINARY_DIR}/.. ${CMAKE_CURRENT_SOURCE_DIR}/.. )
-
add_llvm_library(LLVMCppBackendInfo
CppBackendTargetInfo.cpp
)
OpenPOWER on IntegriCloud