[PATCH] D39223: [opt] Initialize WriteBitcode pass.

Matthias Braun via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Oct 24 09:53:10 PDT 2017


MatzeB accepted this revision.
MatzeB added a comment.
This revision is now accepted and ready to land.

Seems obvious, LGTM.

> Alternatively, is there an initializeBitcode{Reader/Writer}() function that initializes all passes from the Bitcode lib?

The reader and writer are in separate libraries, aren't they?


https://reviews.llvm.org/D39223





More information about the llvm-commits mailing list