[llvm] r241731 - Add missing dependency to Hexagon target.

Krzysztof Parzyszek kparzysz at codeaurora.org
Wed Jul 8 14:45:08 PDT 2015


Hi Diego,
Thanks for fixing this.  How did this ever work without this change? 
I'm not seeing any failures related to this in the buildbots...

-Krzysztof


On 7/8/2015 4:13 PM, Diego Novillo wrote:
> Author: dnovillo
> Date: Wed Jul  8 16:13:37 2015
> New Revision: 241731
>
> URL: http://llvm.org/viewvc/llvm-project?rev=241731&view=rev
> Log:
> Add missing dependency to Hexagon target.
>
> A recent patch added calls to isInstructionTriviallyDead without the
> corresponding dependency on TransformUtils.
>
> Modified:
>      llvm/trunk/lib/Target/Hexagon/LLVMBuild.txt
>
> Modified: llvm/trunk/lib/Target/Hexagon/LLVMBuild.txt
> URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/lib/Target/Hexagon/LLVMBuild.txt?rev=241731&r1=241730&r2=241731&view=diff
> ==============================================================================
> --- llvm/trunk/lib/Target/Hexagon/LLVMBuild.txt (original)
> +++ llvm/trunk/lib/Target/Hexagon/LLVMBuild.txt Wed Jul  8 16:13:37 2015
> @@ -39,4 +39,5 @@ required_libraries =
>    SelectionDAG
>    Support
>    Target
> + TransformUtils
>   add_to_library_groups = Hexagon
>
>
> _______________________________________________
> llvm-commits mailing list
> llvm-commits at cs.uiuc.edu
> http://lists.cs.uiuc.edu/mailman/listinfo/llvm-commits
>


-- 
Qualcomm Innovation Center, Inc. is a member of Code Aurora Forum, 
hosted by The Linux Foundation



More information about the llvm-commits mailing list