diff options
author | Patrick Quist <partouf@gmail.com> | 2022-09-12 14:38:51 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-09-12 14:38:51 +0200 |
commit | f8a79d52f9f2d1b25cc54a7afba3516aa0a89b99 (patch) | |
tree | d5739b2306e5b26dbdcfccafb7e9c1177b5952a8 | |
parent | 2a310b31867069dc4915d1a45124f0d4c8eb0bc2 (diff) | |
download | compiler-explorer-gh-4192.tar.gz compiler-explorer-gh-4192.zip |
Update base-compiler.tsgh-4192
-rw-r--r-- | lib/base-compiler.ts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/base-compiler.ts b/lib/base-compiler.ts index ac9efd3a8..4631aa292 100644 --- a/lib/base-compiler.ts +++ b/lib/base-compiler.ts @@ -71,8 +71,8 @@ import {AsmParser} from './parsers/asm-parser'; import {IAsmParser} from './parsers/asm-parser.interfaces'; import {LlvmPassDumpParser} from './parsers/llvm-pass-dump-parser'; import {getToolchainPath} from './toolchain-utils'; -import * as utils from './utils'; import {ToolTypeKey} from './tooling/base-tool.interface'; +import * as utils from './utils'; export class BaseCompiler { public compiler: any; |