[llvm] r364124 - Make GlobalISel depend on SelectionDAG after D63169

Fāng-ruì Sòng via llvm-commits llvm-commits at lists.llvm.org
Tue Jun 25 07:21:50 PDT 2019


Thanks. Will do it next time. (I just committed another similar
-Wunused-variable fix which was not associated with a revision number..)

On Tue, Jun 25, 2019 at 9:59 PM Hans Wennborg <hans at chromium.org> wrote:

> On Sat, Jun 22, 2019 at 3:30 AM Fangrui Song via llvm-commits
> <llvm-commits at lists.llvm.org> wrote:
> >
> > Author: maskray
> > Date: Fri Jun 21 18:30:17 2019
> > New Revision: 364124
> >
> > URL: http://llvm.org/viewvc/llvm-project?rev=364124&view=rev
> > Log:
> > Make GlobalISel depend on SelectionDAG after D63169
>
> Please refer to commits by the SVN revision rather than the code
> review number. That way it's easier to find dependent changes when
> looking at a commit.
>
> >
> > GlobalISel/IRTranslator.cpp now references
> SelectionDAG/FunctionLoweringInfo.cpp.
> > This fixes a link error in -DBUILD_SHARED_LIBS=on builds:
> >
> >     ld.lld: error: undefined symbol: llvm::FunctionLoweringInfo::clear()
> >     >>> referenced by IRTranslator.cpp:2198
> (../lib/CodeGen/GlobalISel/IRTranslator.cpp:2198)
> >     >>>
>  lib/CodeGen/GlobalISel/CMakeFiles/LLVMGlobalISel.dir/IRTranslator.cpp.o:(llvm::IRTranslator::finalizeFunction())
>


-- 
宋方睿
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20190625/15a6cbf6/attachment.html>


More information about the llvm-commits mailing list