[PATCH] D45244: Add missing vtable anchors
David Blaikie via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Mon Apr 9 12:02:16 PDT 2018
dblaikie added subscribers: weimingz, dblaikie.
dblaikie added a comment.
Looks like ObjectMemoryBuffer is part of ExecutionEngine, so having libLTO
dependent on ExecutionEngine seems basically correct for the dependencies
that are there already. Whether or not those dependencies should be there
is another question, I guess. (maybe ObjectMemoryBuffer should be moved
somewhere more common, etc - but I wouldn't worry about doing that unless
the LTO dependency breaks things)
Repository:
rL LLVM
https://reviews.llvm.org/D45244
More information about the llvm-commits
mailing list