[PATCH] AMDGPU: Add GlobalISel to libdeps

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


And by libdeps I mean required_libraries.

This change is included in https://reviews.llvm.org/D26730 FWIW.

~Will

On Fri, Jan 27, 2017 at 7:28 AM, Will Dietz <wdietz2 at illinois.edu> wrote:
> 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


More information about the llvm-commits mailing list