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