[PATCH] AMDGPU: Add GlobalISel to libdeps

Will Dietz via llvm-commits llvm-commits at lists.llvm.org
Fri Jan 27 05:28:28 PST 2017


This fixes linking errors when building dynamically linked libraries,
similar to fix that resolved problems here:

https://reviews.llvm.org/D28336

Inlined below and attached.

~Will


>From c34fcb01b3f93bbaddcb0778732f6b565a1f6f8b Mon Sep 17 00:00:00 2001
From: Will Dietz <w at wdtz.org>
Date: Fri, 27 Jan 2017 07:14:11 -0600
Subject: [PATCH] AMDGPU: Add GlobalISel to libdeps

---
 lib/Target/AMDGPU/LLVMBuild.txt | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/lib/Target/AMDGPU/LLVMBuild.txt b/lib/Target/AMDGPU/LLVMBuild.txt
index bbdd17737cf..c54a13c4b4d 100644
--- a/lib/Target/AMDGPU/LLVMBuild.txt
+++ b/lib/Target/AMDGPU/LLVMBuild.txt
@@ -30,5 +30,5 @@ has_disassembler = 1
 type = Library
 name = AMDGPUCodeGen
 parent = AMDGPU
-required_libraries = Analysis AsmPrinter CodeGen Core IPO MC
AMDGPUAsmPrinter AMDGPUDesc AMDGPUInfo AMDGPUUtils Scalar SelectionDAG
Support Target TransformUtils Vectorize
+required_libraries = Analysis AsmPrinter CodeGen Core IPO MC
AMDGPUAsmPrinter AMDGPUDesc AMDGPUInfo AMDGPUUtils Scalar SelectionDAG
Support Target TransformUtils Vectorize GlobalISel
 add_to_library_groups = AMDGPU
--ยท
2.11.0
-------------- next part --------------
A non-text attachment was scrubbed...
Name: 0001-AMDGPU-Add-GlobalISel-to-libdeps.patch
Type: text/x-patch
Size: 971 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20170127/8352874c/attachment.bin>


More information about the llvm-commits mailing list