Files
archived-llvm/tools
Michael Kruse d9d01c9cb2 [opt] Initialize WriteBitcode pass.
Probably due to a change of how some pass initializes its dependencies,
the -write-bitcode pass (Bitcode/Writer/BitcodeWriterPass.cpp) is not
initialized in opt anymore and therefore not usable with

opt -write-bitcode

Explicitly call initializeWriteBitcodePassPass() to make it available
in opt again.

Differential Revision: https://reviews.llvm.org/D39223

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@316464 91177308-0d34-0410-b5e6-96231b3b80d8
2017-10-24 17:17:27 +00:00
..
2017-10-06 20:24:35 +00:00
2017-10-18 13:31:28 +00:00
2017-10-04 20:27:01 +00:00
2017-10-24 17:17:27 +00:00