[llvm] r260569 - [AArch64] Plug the beginning of the GlobalISel pipeline.

Matt Arsenault via llvm-commits llvm-commits at lists.llvm.org
Thu Feb 11 12:09:49 PST 2016


On 02/11/2016 11:35 AM, Quentin Colombet via llvm-commits wrote:
> --- llvm/trunk/lib/Target/AArch64/LLVMBuild.txt (original)
> +++ llvm/trunk/lib/Target/AArch64/LLVMBuild.txt Thu Feb 11 13:35:06 2016
> @@ -31,5 +31,5 @@ has_jit = 1
>   type = Library
>   name = AArch64CodeGen
>   parent = AArch64
> -required_libraries = AArch64AsmPrinter AArch64Desc AArch64Info AArch64Utils Analysis AsmPrinter CodeGen Core MC Scalar SelectionDAG Support Target
> +required_libraries = AArch64AsmPrinter AArch64Desc AArch64Info AArch64Utils Analysis AsmPrinter CodeGen Core MC Scalar SelectionDAG Support Target GlobalISel
>   add_to_library_groups = AArch64
Why do we still have LLVMBuild.txts? I thought these were only used for 
the autoconf build

-Matt


More information about the llvm-commits mailing list