We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3f4f20a commit 5cb566bCopy full SHA for 5cb566b
llvm/include/llvm/LTO/LTO.h
@@ -604,7 +604,8 @@ class LTO {
604
// Diagnostic optimization remarks file
605
LLVMRemarkFileHandle DiagnosticOutputFile;
606
607
- const SmallVector<const char *> *BitcodeLibFuncs;
+ const SmallVector<const char *> *BitcodeLibFuncs = &EmptyBitcodeLibFuncs;
608
+ SmallVector<const char *> EmptyBitcodeLibFuncs;
609
};
610
611
/// The resolution for a symbol. The linker must provide a SymbolResolution for
0 commit comments