[llvm-commits] [llvm] r144251 - in /llvm/trunk/lib/Target: CBackend/LLVMBuild.txt CppBackend/LLVMBuild.txt

Daniel Dunbar daniel at zuster.org
Wed Nov 9 16:49:56 PST 2011


Author: ddunbar
Date: Wed Nov  9 18:49:55 2011
New Revision: 144251

URL: http://llvm.org/viewvc/llvm-project?rev=144251&view=rev
Log:
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).

Modified:
    llvm/trunk/lib/Target/CBackend/LLVMBuild.txt
    llvm/trunk/lib/Target/CppBackend/LLVMBuild.txt

Modified: llvm/trunk/lib/Target/CBackend/LLVMBuild.txt
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/lib/Target/CBackend/LLVMBuild.txt?rev=144251&r1=144250&r2=144251&view=diff
==============================================================================
--- llvm/trunk/lib/Target/CBackend/LLVMBuild.txt (original)
+++ llvm/trunk/lib/Target/CBackend/LLVMBuild.txt Wed Nov  9 18:49:55 2011
@@ -25,7 +25,6 @@
 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
 

Modified: llvm/trunk/lib/Target/CppBackend/LLVMBuild.txt
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/lib/Target/CppBackend/LLVMBuild.txt?rev=144251&r1=144250&r2=144251&view=diff
==============================================================================
--- llvm/trunk/lib/Target/CppBackend/LLVMBuild.txt (original)
+++ llvm/trunk/lib/Target/CppBackend/LLVMBuild.txt Wed Nov  9 18:49:55 2011
@@ -25,7 +25,6 @@
 type = Library
 name = CppBackendCodeGen
 parent = CppBackend
-library_name = CppBackend
 required_libraries = Core CppBackendInfo Support Target
 add_to_library_groups = CppBackend
 





More information about the llvm-commits mailing list