summaryrefslogtreecommitdiff
path: root/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
commit6852b69e15c4b1078e23d6a5abd023ce48d4576a (patch)
treec3ea049c2ae10d6f873b32955c4f6a1ed38d36fb /lib/Target/CppBackend
parentc352caf168094c83f05a8010ca14c2e643dbf618 (diff)
downloadllvm-6852b69e15c4b1078e23d6a5abd023ce48d4576a.tar.gz
llvm-6852b69e15c4b1078e23d6a5abd023ce48d4576a.tar.bz2
llvm-6852b69e15c4b1078e23d6a5abd023ce48d4576a.tar.xz
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
Diffstat (limited to 'lib/Target/CppBackend')
-rw-r--r--lib/Target/CppBackend/LLVMBuild.txt1
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/Target/CppBackend/LLVMBuild.txt b/lib/Target/CppBackend/LLVMBuild.txt
index 447795f3b8..79ad4c1f54 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