summaryrefslogtreecommitdiff
path: root/lib/Target/CBackend
diff options
context:
space:
mode:
Diffstat (limited to 'lib/Target/CBackend')
-rw-r--r--lib/Target/CBackend/CMakeLists.txt4
-rw-r--r--lib/Target/CBackend/Makefile2
2 files changed, 3 insertions, 3 deletions
diff --git a/lib/Target/CBackend/CMakeLists.txt b/lib/Target/CBackend/CMakeLists.txt
index 96ae49f01f..edf8ee7a8a 100644
--- a/lib/Target/CBackend/CMakeLists.txt
+++ b/lib/Target/CBackend/CMakeLists.txt
@@ -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
diff --git a/lib/Target/CBackend/Makefile b/lib/Target/CBackend/Makefile
index 621948a9f4..bac3474099 100644
--- a/lib/Target/CBackend/Makefile
+++ b/lib/Target/CBackend/Makefile
@@ -8,7 +8,7 @@
##===----------------------------------------------------------------------===##
LEVEL = ../../..
-LIBRARYNAME = LLVMCBackend
+LIBRARYNAME = LLVMCBackendCodeGen
DIRS = TargetInfo
include $(LEVEL)/Makefile.common