[PATCH] D39223: [opt] Initialize WriteBitcode pass.
Michael Kruse via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue Oct 24 10:17:50 PDT 2017
This revision was automatically updated to reflect the committed changes.
Closed by commit rL316464: [opt] Initialize WriteBitcode pass. (authored by Meinersbur).
Changed prior to commit:
https://reviews.llvm.org/D39223?vs=120008&id=120094#toc
Repository:
rL LLVM
https://reviews.llvm.org/D39223
Files:
llvm/trunk/tools/opt/opt.cpp
Index: llvm/trunk/tools/opt/opt.cpp
===================================================================
--- llvm/trunk/tools/opt/opt.cpp
+++ llvm/trunk/tools/opt/opt.cpp
@@ -405,6 +405,7 @@
initializeCountingFunctionInserterPass(Registry);
initializeUnreachableBlockElimLegacyPassPass(Registry);
initializeExpandReductionsPass(Registry);
+ initializeWriteBitcodePassPass(Registry);
#ifdef LINK_POLLY_INTO_TOOLS
polly::initializePollyPasses(Registry);
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D39223.120094.patch
Type: text/x-patch
Size: 467 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20171024/111559cb/attachment.bin>
More information about the llvm-commits
mailing list