LLVM  4.0.0
Variables
ModuleSummaryIndexObjectFile.cpp File Reference
#include "llvm/Object/ModuleSummaryIndexObjectFile.h"
#include "llvm/ADT/STLExtras.h"
#include "llvm/Bitcode/BitcodeReader.h"
#include "llvm/IR/ModuleSummaryIndex.h"
#include "llvm/MC/MCStreamer.h"
#include "llvm/Object/ObjectFile.h"
#include "llvm/Support/MemoryBuffer.h"
#include "llvm/Support/raw_ostream.h"
Include dependency graph for ModuleSummaryIndexObjectFile.cpp:

Go to the source code of this file.

Variables

static llvm::cl::opt< boolIgnoreEmptyThinLTOIndexFile ("ignore-empty-index-file", llvm::cl::ZeroOrMore, llvm::cl::desc("Ignore an empty index file and perform non-ThinLTO compilation"), llvm::cl::init(false))
 

Variable Documentation

llvm::cl::opt<bool> IgnoreEmptyThinLTOIndexFile("ignore-empty-index-file", llvm::cl::ZeroOrMore, llvm::cl::desc("Ignore an empty index file and perform non-ThinLTO compilation"), llvm::cl::init(false))
static