summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Target/CppBackend
diff options
context:
space:
mode:
authorDaniel Dunbar <daniel@zuster.org>2011-11-10 00:49:55 +0000
committerDaniel Dunbar <daniel@zuster.org>2011-11-10 00:49:55 +0000
commit1c04e1444780f17fa484db912c8508c86628f2bd (patch)
tree8c3a372d2bac9526b0deb6f9c65d6289af4a23f8 /llvm/lib/Target/CppBackend
parent82219ad4dc10d0ba49bb5681ce4b4718ab816a87 (diff)
downloadbcm5719-llvm-1c04e1444780f17fa484db912c8508c86628f2bd.tar.gz
bcm5719-llvm-1c04e1444780f17fa484db912c8508c86628f2bd.zip
llvm-build: Change CBackend and CppBackend to not use library_name. This will
change the generated library .a file name once we fully switch over, but simplifies how we treat these targets without requiring more special casing (since their library group name and the codegen library name currently map to the same "llvm-config" style component name). llvm-svn: 144251
Diffstat (limited to 'llvm/lib/Target/CppBackend')
-rw-r--r--llvm/lib/Target/CppBackend/LLVMBuild.txt1
1 files changed, 0 insertions, 1 deletions
diff --git a/llvm/lib/Target/CppBackend/LLVMBuild.txt b/llvm/lib/Target/CppBackend/LLVMBuild.txt
index 447795f3b88..79ad4c1f544 100644
--- a/llvm/lib/Target/CppBackend/LLVMBuild.txt
+++ b/llvm/lib/Target/CppBackend/LLVMBuild.txt
@@ -25,7 +25,6 @@ add_to_library_groups = all-targets
type = Library
name = CppBackendCodeGen
parent = CppBackend
-library_name = CppBackend
required_libraries = Core CppBackendInfo Support Target
add_to_library_groups = CppBackend
OpenPOWER on IntegriCloud