diff options
| author | Dylan Baker <dylan@pnwbakers.com> | 2019-07-02 15:14:48 -0700 |
|---|---|---|
| committer | Dylan Baker <dylan@pnwbakers.com> | 2019-07-15 10:59:22 -0700 |
| commit | bc4438b34f954eaf7dcd2f2479ed7c8496082935 (patch) | |
| tree | bb00ba9790a1f585039ca3c53f1a3d5db071061d /mesonbuild/compilers/__init__.py | |
| parent | 51b04204c915ae9037a0939395305e29aa75aad6 (diff) | |
| download | meson-bc4438b34f954eaf7dcd2f2479ed7c8496082935.tar.gz | |
compilers: Put clang mixin in a module
Diffstat (limited to 'mesonbuild/compilers/__init__.py')
| -rw-r--r-- | mesonbuild/compilers/__init__.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mesonbuild/compilers/__init__.py b/mesonbuild/compilers/__init__.py index 0be9ed4c9..37e0ad1bf 100644 --- a/mesonbuild/compilers/__init__.py +++ b/mesonbuild/compilers/__init__.py @@ -118,7 +118,6 @@ from .compilers import ( lang_suffixes, sanitizer_compile_args, sort_clink, - ClangCompiler, CompilerArgs, ) from .c import ( @@ -188,3 +187,4 @@ from .vala import ValaCompiler from .mixins.visualstudio import VisualStudioLikeCompiler from .mixins.gnu import GnuCompiler, get_macos_dylib_install_name from .mixins.intel import IntelGnuLikeCompiler, IntelVisualStudioLikeCompiler +from .mixins.clang import ClangCompiler |
