From: Daniel Dunbar Date: Thu, 10 Nov 2011 00:49:55 +0000 (+0000) Subject: llvm-build: Change CBackend and CppBackend to not use library_name. This will X-Git-Url: http://plrg.eecs.uci.edu/git/?a=commitdiff_plain;h=6852b69e15c4b1078e23d6a5abd023ce48d4576a;p=oota-llvm.git 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). git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@144251 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/lib/Target/CBackend/LLVMBuild.txt b/lib/Target/CBackend/LLVMBuild.txt index 7cd420bfe02..0b1f885703d 100644 --- a/lib/Target/CBackend/LLVMBuild.txt +++ b/lib/Target/CBackend/LLVMBuild.txt @@ -25,7 +25,6 @@ add_to_library_groups = all-targets type = Library name = CBackendCodeGen parent = CBackend -library_name = CBackend required_libraries = Analysis CBackendInfo CodeGen Core MC Scalar Support Target TransformUtils add_to_library_groups = CBackend diff --git a/lib/Target/CppBackend/LLVMBuild.txt b/lib/Target/CppBackend/LLVMBuild.txt index 447795f3b88..79ad4c1f544 100644 --- a/lib/Target/CppBackend/LLVMBuild.txt +++ b/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