summaryrefslogtreecommitdiff
path: root/mesonbuild/compilers/__init__.py
diff options
context:
space:
mode:
Diffstat (limited to 'mesonbuild/compilers/__init__.py')
-rw-r--r--mesonbuild/compilers/__init__.py6
1 files changed, 6 insertions, 0 deletions
diff --git a/mesonbuild/compilers/__init__.py b/mesonbuild/compilers/__init__.py
index 7050b0c3d..31b7b897b 100644
--- a/mesonbuild/compilers/__init__.py
+++ b/mesonbuild/compilers/__init__.py
@@ -78,6 +78,9 @@ __all__ = [
'PathScaleFortranCompiler',
'PGIFortranCompiler',
'RustCompiler',
+ 'CcrxCCompiler',
+ 'CcrxCompiler',
+ 'CcrxCPPCompiler',
'SunFortranCompiler',
'SwiftCompiler',
'ValaCompiler',
@@ -110,6 +113,7 @@ from .compilers import (
CompilerArgs,
GnuCompiler,
IntelCompiler,
+ CcrxCompiler,
)
from .c import (
CCompiler,
@@ -120,6 +124,7 @@ from .c import (
GnuCCompiler,
ElbrusCCompiler,
IntelCCompiler,
+ CcrxCCompiler,
VisualStudioCCompiler,
)
from .cpp import (
@@ -131,6 +136,7 @@ from .cpp import (
GnuCPPCompiler,
ElbrusCPPCompiler,
IntelCPPCompiler,
+ CcrxCPPCompiler,
VisualStudioCPPCompiler,
)
from .cs import MonoCompiler, VisualStudioCsCompiler