[llvm] [Pass] Add some missing passes (PR #77600)
    via llvm-commits 
    llvm-commits at lists.llvm.org
       
    Wed Jan 10 20:37:48 PST 2024
    
    
  
================
@@ -142,6 +143,7 @@ MODULE_PASS("tsan-module", ModuleThreadSanitizerPass())
 MODULE_PASS("verify", VerifierPass())
 MODULE_PASS("view-callgraph", CallGraphViewerPass())
 MODULE_PASS("wholeprogramdevirt", WholeProgramDevirtPass())
+MODULE_PASS("write-bitcode", BitcodeWriterPass(nulls(), true))
----------------
paperchalice wrote:
Oh, I forget the `-o` option.
https://github.com/llvm/llvm-project/pull/77600
    
    
More information about the llvm-commits
mailing list