aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPatrick Quist <partouf@gmail.com>2022-09-12 14:38:51 +0200
committerGitHub <noreply@github.com>2022-09-12 14:38:51 +0200
commitf8a79d52f9f2d1b25cc54a7afba3516aa0a89b99 (patch)
treed5739b2306e5b26dbdcfccafb7e9c1177b5952a8
parent2a310b31867069dc4915d1a45124f0d4c8eb0bc2 (diff)
downloadcompiler-explorer-gh-4192.tar.gz
compiler-explorer-gh-4192.zip
Update base-compiler.tsgh-4192
-rw-r--r--lib/base-compiler.ts2
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;