NFC
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@248312
91177308-0d34-0410-b5e6-
96231b3b80d8
Options.Verbose = Verbose;
Options.NoOutput = NoOutput;
Options.NoODR = NoODR;
+ Options.PrependPath = OsoPrependPath;
llvm::InitializeAllTargetInfos();
llvm::InitializeAllTargetMCs();
bool Verbose; ///< Verbosity
bool NoOutput; ///< Skip emitting output
bool NoODR; ///< Do not unique types according to ODR
+ std::string PrependPath; //< -oso-prepend-path
LinkOptions() : Verbose(false), NoOutput(false) {}
};