MCPcopy
hub / github.com/compiler-explorer/compiler-explorer / buildExecutable

Method buildExecutable

lib/compilers/dmd.ts:67–76  ·  view source on GitHub ↗
(
        compiler: string,
        options: string[],
        inputFilename: string,
        execOptions: ExecutionOptionsWithEnv,
    )

Source from the content-addressed store, hash-verified

65 }
66
67 override buildExecutable(
68 compiler: string,
69 options: string[],
70 inputFilename: string,
71 execOptions: ExecutionOptionsWithEnv,
72 ) {
73 options = options.filter(param => param !== '-c');
74
75 return this.runCompiler(compiler, options, inputFilename, execOptions);
76 }
77
78 override getArgumentParserClass() {
79 return ClangParser;

Callers 1

Calls 1

runCompilerMethod · 0.45

Tested by

no test coverage detected