[PATCH] D33151: ThinLTO: Verify bitcode before lauching the ThinLTOCodeGenerator.

Adrian Prantl via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri May 12 14:21:55 PDT 2017


aprantl added a comment.

Interesting. The linker invocation I was debugging was using the

  if (CodeGenOnly) {
    // Perform only parallel codegen and return.
   ...

codepath, which doesn't initializer the PM the same way.


Repository:
  rL LLVM

https://reviews.llvm.org/D33151





More information about the llvm-commits mailing list