[PATCH] D95222: [LTOBackend] Return module when Parallelism Level == 1.

Steven Wu via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Jan 22 16:47:47 PST 2021


steven_wu added a comment.

MergedModule is needed to support legacy API `lto_codegen_write_merged_modules`. You don't technical get the module back in memory, you just need to write to a file.

I forgot if there are APIs needed to work for merged module in memory but I will just implement that as first write to a file then read it back.


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D95222/new/

https://reviews.llvm.org/D95222



More information about the llvm-commits mailing list