Searched refs:CompilerCmd (Results 1 – 1 of 1) sorted by relevance
243 CustomCompiler(const std::string &CompilerCmd, in CustomCompiler() argument245 : CompilerCommand(CompilerCmd), CompilerArgs(std::move(CompArgs)) {} in CustomCompiler()