diff options
Diffstat (limited to 'lib/compilers/_all.js')
-rw-r--r-- | lib/compilers/_all.js | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/compilers/_all.js b/lib/compilers/_all.js index 6fae03367..43b02a121 100644 --- a/lib/compilers/_all.js +++ b/lib/compilers/_all.js @@ -29,6 +29,7 @@ export { NasmCompiler } from './nasm'; export { Cc65Compiler } from './cc65'; export { ClangCompiler } from './clang'; export { ClangCudaCompiler } from './clang'; +export { ClangHipCompiler } from './clang'; export { CleanCompiler } from './clean'; export { CrystalCompiler } from './crystal'; export { DefaultCompiler } from './default'; |