[PATCH] D114201: [LTO] Add a function `LTOCodeGenerator::getMergedModule`
Shilei Tian via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Mon Dec 20 17:40:30 PST 2021
tianshilei1992 added a comment.
It seems like the root cause of link error reported in many BuildBolt is `Module::dump` is stripped in release mode. Probably should not use that function at the first place. Need to come up with another way to test.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D114201/new/
https://reviews.llvm.org/D114201
More information about the llvm-commits
mailing list