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

Lang Hames lhames at gmail.com
Sat Jan 24 11:03:06 PST 2015


Committed in r227011. Thanks Jan!

- Lang.

On Fri, Jan 23, 2015 at 9:29 PM, Lang Hames <lhames at gmail.com> wrote:

> Nice catch. Thanks!
>
> - Lang.
>
> On Fri, Jan 23, 2015 at 6:35 PM, Chandler Carruth <chandlerc at google.com>
> wrote:
>
>> 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/20150124/72518abe/attachment.html>


More information about the llvm-commits mailing list