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

Hans Wennborg via llvm-commits llvm-commits at lists.llvm.org
Tue Jun 25 06:59:11 PDT 2019


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())


More information about the llvm-commits mailing list