diff options
| author | Daniel Dunbar <daniel@zuster.org> | 2011-11-10 15:35:14 +0000 |
|---|---|---|
| committer | Daniel Dunbar <daniel@zuster.org> | 2011-11-10 15:35:14 +0000 |
| commit | b538095011f89e422b1cff1bd192905e6ca94eee (patch) | |
| tree | b5d57bdcbc21737e39f812703985d41281d77691 /llvm/lib/Target/CppBackend | |
| parent | fe999b4799a0e05a9721c1a20427875ada0a341f (diff) | |
| download | bcm5719-llvm-b538095011f89e422b1cff1bd192905e6ca94eee.tar.gz bcm5719-llvm-b538095011f89e422b1cff1bd192905e6ca94eee.zip | |
build: Rename CBackend and CppBackend libraries to have CodeGen suffix, for
consistency with other targets.
llvm-svn: 144292
Diffstat (limited to 'llvm/lib/Target/CppBackend')
| -rw-r--r-- | llvm/lib/Target/CppBackend/CMakeLists.txt | 4 | ||||
| -rw-r--r-- | llvm/lib/Target/CppBackend/Makefile | 2 |
2 files changed, 3 insertions, 3 deletions
diff --git a/llvm/lib/Target/CppBackend/CMakeLists.txt b/llvm/lib/Target/CppBackend/CMakeLists.txt index 95b6058243d..53f68688b13 100644 --- a/llvm/lib/Target/CppBackend/CMakeLists.txt +++ b/llvm/lib/Target/CppBackend/CMakeLists.txt @@ -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 diff --git a/llvm/lib/Target/CppBackend/Makefile b/llvm/lib/Target/CppBackend/Makefile index d75f4e87226..efc7463fda3 100644 --- a/llvm/lib/Target/CppBackend/Makefile +++ b/llvm/lib/Target/CppBackend/Makefile @@ -8,7 +8,7 @@ ##===----------------------------------------------------------------------===## LEVEL = ../../.. -LIBRARYNAME = LLVMCppBackend +LIBRARYNAME = LLVMCppBackendCodeGen DIRS = TargetInfo include $(LEVEL)/Makefile.common |

