AMDGPU: s/R600/AMDGPU/ in the Makefiles
authorTom Stellard <thomas.stellard@amd.com>
Sat, 13 Jun 2015 05:11:14 +0000 (05:11 +0000)
committerTom Stellard <thomas.stellard@amd.com>
Sat, 13 Jun 2015 05:11:14 +0000 (05:11 +0000)
Now the library names in the Makefiles match the library names in
LLVMBuild.txt.

This should hopefully fix the remaining bot failures.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@239661 91177308-0d34-0410-b5e6-96231b3b80d8

lib/Target/AMDGPU/AsmParser/Makefile
lib/Target/AMDGPU/InstPrinter/Makefile
lib/Target/AMDGPU/MCTargetDesc/Makefile
lib/Target/AMDGPU/Makefile
lib/Target/AMDGPU/TargetInfo/Makefile

index e6689b54b6ba11a6673c8ace9daaa88003adea38..5ad2190280368f646c3a9a0cffc100029898d061 100644 (file)
@@ -1,4 +1,4 @@
-##===- lib/Target/R600/AsmParser/Makefile ----------------*- Makefile -*-===##
+##===- lib/Target/AMDGPU/AsmParser/Makefile ----------------*- Makefile -*-===##
 #
 #                     The LLVM Compiler Infrastructure
 #
@@ -7,9 +7,9 @@
 #
 ##===----------------------------------------------------------------------===##
 LEVEL = ../../../..
-LIBRARYNAME = LLVMR600AsmParser
+LIBRARYNAME = LLVMAMDGPUAsmParser
 
-# Hack: we need to include 'main' R600 target directory to grab private headers
+# Hack: we need to include 'main' AMDGPU target directory to grab private headers
 CPP.Flags += -I$(PROJ_OBJ_DIR)/.. -I$(PROJ_SRC_DIR)/..
 
 include $(LEVEL)/Makefile.common
index a794cc1124edded27b0402838765d8f988cec639..4e48ac7e28a9d00f89160eb8bfea20cdd4810869 100644 (file)
@@ -7,7 +7,7 @@
 #
 ##===----------------------------------------------------------------------===##
 LEVEL = ../../../..
-LIBRARYNAME = LLVMR600AsmPrinter
+LIBRARYNAME = LLVMAMDGPUAsmPrinter
 
 # Hack: we need to include 'main' x86 target directory to grab private headers
 CPP.Flags += -I$(PROJ_OBJ_DIR)/.. -I$(PROJ_SRC_DIR)/..
index 8894a7607f4fd92a8b8fe9a286cd45fc75d0f6bf..5ad68662d98cbfd226d0974d673e564043d7e52f 100644 (file)
@@ -8,7 +8,7 @@
 ##===----------------------------------------------------------------------===##
 
 LEVEL = ../../../..
-LIBRARYNAME = LLVMR600Desc
+LIBRARYNAME = LLVMAMDGPUDesc
 
 # Hack: we need to include 'main' target directory to grab private headers
 CPP.Flags += -I$(PROJ_OBJ_DIR)/.. -I$(PROJ_SRC_DIR)/..
index 64a7c8c045c59f13267d1881f810993aff1c4373..2e2de50208672cb68d14d916a8e8da3b84d43c6c 100644 (file)
@@ -8,7 +8,7 @@
 ##===----------------------------------------------------------------------===##
 
 LEVEL = ../../..
-LIBRARYNAME = LLVMR600CodeGen
+LIBRARYNAME = LLVMAMDGPUCodeGen
 TARGET = AMDGPU
 
 # Make sure that tblgen is run, first thing.
index b8ac4e782302eaed5bde6d9bf91589d52c065f53..1b232871bd628b5eb4bc490a66a1b59e01ce99e2 100644 (file)
@@ -7,7 +7,7 @@
 #
 ##===----------------------------------------------------------------------===##
 LEVEL = ../../../..
-LIBRARYNAME = LLVMR600Info
+LIBRARYNAME = LLVMAMDGPUInfo
 
 # Hack: we need to include 'main' target directory to grab private headers
 CPPFLAGS = -I$(PROJ_OBJ_DIR)/.. -I$(PROJ_SRC_DIR)/..