llvm-build: Change CBackend and CppBackend to not use library_name. This will
authorDaniel Dunbar <daniel@zuster.org>
Thu, 10 Nov 2011 00:49:55 +0000 (00:49 +0000)
committerDaniel Dunbar <daniel@zuster.org>
Thu, 10 Nov 2011 00:49:55 +0000 (00:49 +0000)
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

lib/Target/CBackend/LLVMBuild.txt
lib/Target/CppBackend/LLVMBuild.txt

index 7cd420bfe026f97ec4a48fa300230a61c5048ace..0b1f885703d662ab6fb0824c11ae32d4284e8a37 100644 (file)
@@ -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
 
index 447795f3b88a5bbc9260e8626362c64a1819f564..79ad4c1f54453ee5ab0d955becc88fe9956684bd 100644 (file)
@@ -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