Current version for the module summary in bitcode files.

Synopsis

Declared in <llvm/IR/ModuleSummaryIndex.h>

inline constexpr static
uint64_t BitcodeSummaryVersion = 14;

Description

The BitcodeSummaryVersion should be bumped whenever we introduce changes in the way some record are interpreted, like flags for instance. Note that incrementing this may require changes in both BitcodeReader.cpp and BitcodeWriter.cpp.

Created with MrDocs