build: Rename CBackend and CppBackend libraries to have CodeGen suffix, for

consistency with other targets.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@144292 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Daniel Dunbar 2011-11-10 15:35:14 +00:00
parent b191f5a7ef
commit 977665c24a
4 changed files with 6 additions and 6 deletions

View File

@ -1,8 +1,8 @@
add_llvm_target(CBackend
add_llvm_target(CBackendCodeGen
CBackend.cpp
)
add_llvm_library_dependencies(LLVMCBackend
add_llvm_library_dependencies(LLVMCBackendCodeGen
LLVMAnalysis
LLVMCBackendInfo
LLVMCodeGen

View File

@ -8,7 +8,7 @@
##===----------------------------------------------------------------------===##
LEVEL = ../../..
LIBRARYNAME = LLVMCBackend
LIBRARYNAME = LLVMCBackendCodeGen
DIRS = TargetInfo
include $(LEVEL)/Makefile.common

View File

@ -1,8 +1,8 @@
add_llvm_target(CppBackend
add_llvm_target(CppBackendCodeGen
CPPBackend.cpp
)
add_llvm_library_dependencies(LLVMCppBackend
add_llvm_library_dependencies(LLVMCppBackendCodeGen
LLVMCore
LLVMCppBackendInfo
LLVMSupport

View File

@ -8,7 +8,7 @@
##===----------------------------------------------------------------------===##
LEVEL = ../../..
LIBRARYNAME = LLVMCppBackend
LIBRARYNAME = LLVMCppBackendCodeGen
DIRS = TargetInfo
include $(LEVEL)/Makefile.common