aboutsummaryrefslogtreecommitdiff
path: root/lib/compilers/_all.ts
diff options
context:
space:
mode:
authorJeremy Rifkin <51220084+jeremy-rifkin@users.noreply.github.com>2023-06-26 19:28:09 -0500
committerGitHub <noreply@github.com>2023-06-26 20:28:09 -0400
commita9bd0a1f808d73c1b4ab5e06a8233478a2b285f5 (patch)
tree01a50c697713dd536b4081054dc3d5b710f85b30 /lib/compilers/_all.ts
parent660319505a04b8f071e6f86687b167734abbe96c (diff)
downloadcompiler-explorer-a9bd0a1f808d73c1b4ab5e06a8233478a2b285f5.tar.gz
compiler-explorer-a9bd0a1f808d73c1b4ab5e06a8233478a2b285f5.zip
Add the movfuscator (#5193)gh-7994
Resolves #985 Builder: https://github.com/compiler-explorer/misc-builder/pull/65 Infra: https://github.com/compiler-explorer/infra/pull/1041
Diffstat (limited to 'lib/compilers/_all.ts')
-rw-r--r--lib/compilers/_all.ts1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/compilers/_all.ts b/lib/compilers/_all.ts
index 2d6578d52..a66343ecd 100644
--- a/lib/compilers/_all.ts
+++ b/lib/compilers/_all.ts
@@ -74,6 +74,7 @@ export {LDCCompiler} from './ldc.js';
export {LLCCompiler} from './llc.js';
export {LLVMmcaTool} from './llvm-mca.js';
export {LLVMMOSCompiler} from './llvm-mos.js';
+export {MovfuscatorCompiler} from './movfuscator.js';
export {MLIRCompiler} from './mlir.js';
export {GM2Compiler} from './gm2.js';
export {MrustcCompiler} from './mrustc.js';