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

Method isCfgCompiler

lib/base-compiler.ts:3652–3659  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

3650 }
3651
3652 isCfgCompiler() {
3653 return (
3654 this.compiler.version.includes('clang') ||
3655 this.compiler.version.includes('icc (ICC)') ||
3656 ['amd64', 'arm32', 'aarch64', 'llvm'].includes(this.compiler.instructionSet ?? '') ||
3657 /^([\w-]*-)?g((\+\+)|(cc)|(dc))/.test(this.compiler.version) !== null
3658 );
3659 }
3660
3661 async processGccDumpOutput(
3662 opts: GccDumpOptions,

Callers 1

initialiseMethod · 0.95

Calls 1

testMethod · 0.80

Tested by

no test coverage detected