summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Target/AMDGPU/TargetInfo
diff options
context:
space:
mode:
authorTom Stellard <thomas.stellard@amd.com>2015-06-13 05:11:14 +0000
committerTom Stellard <thomas.stellard@amd.com>2015-06-13 05:11:14 +0000
commit104ad064df78d047008b0079aed419d1bfd8aa8a (patch)
tree1b90342a0d88e0a25fe9f81d6fb431cffc7be80b /llvm/lib/Target/AMDGPU/TargetInfo
parent3e79bb74e249143f6c76234818a6bd1786f27dad (diff)
downloadbcm5719-llvm-104ad064df78d047008b0079aed419d1bfd8aa8a.tar.gz
bcm5719-llvm-104ad064df78d047008b0079aed419d1bfd8aa8a.zip
AMDGPU: s/R600/AMDGPU/ in the Makefiles
Now the library names in the Makefiles match the library names in LLVMBuild.txt. This should hopefully fix the remaining bot failures. llvm-svn: 239661
Diffstat (limited to 'llvm/lib/Target/AMDGPU/TargetInfo')
-rw-r--r--llvm/lib/Target/AMDGPU/TargetInfo/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/lib/Target/AMDGPU/TargetInfo/Makefile b/llvm/lib/Target/AMDGPU/TargetInfo/Makefile
index b8ac4e78230..1b232871bd6 100644
--- a/llvm/lib/Target/AMDGPU/TargetInfo/Makefile
+++ b/llvm/lib/Target/AMDGPU/TargetInfo/Makefile
@@ -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)/..
OpenPOWER on IntegriCloud