[PATCH 1/1] [Orc] Add TransformUtils to dependency list

Chandler Carruth chandlerc at google.com
Fri Jan 23 18:35:23 PST 2015


LGTM, please commit.

On Fri, Jan 23, 2015 at 6:14 PM, Jan Vesely <jan.vesely at rutgers.edu> wrote:

> Fixes linking issues with cmake
>
> Signed-off-by: Jan Vesely <jan.vesely at rutgers.edu>
> ---
>  lib/ExecutionEngine/Orc/LLVMBuild.txt | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/lib/ExecutionEngine/Orc/LLVMBuild.txt
> b/lib/ExecutionEngine/Orc/LLVMBuild.txt
> index 6204494..921428e 100644
> --- a/lib/ExecutionEngine/Orc/LLVMBuild.txt
> +++ b/lib/ExecutionEngine/Orc/LLVMBuild.txt
> @@ -19,4 +19,4 @@
>  type = Library
>  name = OrcJIT
>  parent = ExecutionEngine
> -required_libraries = Core ExecutionEngine Object RuntimeDyld Support
> Target
> +required_libraries = Core ExecutionEngine Object RuntimeDyld Support
> Target TransformUtils
> --
> 2.1.0
>
> _______________________________________________
> llvm-commits mailing list
> llvm-commits at cs.uiuc.edu
> http://lists.cs.uiuc.edu/mailman/listinfo/llvm-commits
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20150123/f57f6843/attachment.html>


More information about the llvm-commits mailing list