[PATCH] D45244: Add missing vtable anchors
Weiming Zhao via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Wed Apr 11 10:58:02 PDT 2018
weimingz added a comment.
In https://reviews.llvm.org/D45244#1064527, @dblaikie wrote:
> I meant what happens if you remove the changes to tools/lto/LLVMBuild.txt
> and tools/llvm-lto/LLVMBuild.txt and /only/ have a change to
> lib/LTO/LLVMBuild.txt - is that sufficient to make the build work?
I tried before and it didn't work. I think it's because lib/LTO is for the generation of libLLVMLTO.a (at least for the default build config), so the dependency on MCJIT has no effect on the archive generation.
Repository:
rL LLVM
https://reviews.llvm.org/D45244
More information about the llvm-commits
mailing list