summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Target/CMakeLists.txt
diff options
context:
space:
mode:
authorRui Ueyama <ruiu@google.com>2013-10-09 23:15:49 +0000
committerRui Ueyama <ruiu@google.com>2013-10-09 23:15:49 +0000
commit82166eef16b84042553961bbd4acfff20aee53ae (patch)
tree5c72a0a7654c95a0b5626f66dc2de53aa6a31de2 /llvm/lib/Target/CMakeLists.txt
parent197fee407e5e4d973155360f221be2e08a41a77d (diff)
downloadbcm5719-llvm-82166eef16b84042553961bbd4acfff20aee53ae.tar.gz
bcm5719-llvm-82166eef16b84042553961bbd4acfff20aee53ae.zip
Revert "llvm-c: Make target initializer functions external functions in lib."
This reverts commit r192316. The original change introduced circular dependencies between libTarget and backends. That would broke a build unless link everything into one big binary. llvm-svn: 192329
Diffstat (limited to 'llvm/lib/Target/CMakeLists.txt')
-rw-r--r--llvm/lib/Target/CMakeLists.txt1
1 files changed, 0 insertions, 1 deletions
diff --git a/llvm/lib/Target/CMakeLists.txt b/llvm/lib/Target/CMakeLists.txt
index 75b65cfffa4..02ac493b421 100644
--- a/llvm/lib/Target/CMakeLists.txt
+++ b/llvm/lib/Target/CMakeLists.txt
@@ -1,5 +1,4 @@
add_llvm_library(LLVMTarget
- AllTargets.cpp
Mangler.cpp
Target.cpp
TargetIntrinsicInfo.cpp
OpenPOWER on IntegriCloud