From ef448b95aef43a1c4e0e2cb0c173b68ab78f220c Mon Sep 17 00:00:00 2001 From: Dylan Baker Date: Tue, 2 Jul 2019 10:58:07 -0700 Subject: compilers: Move ArmCompiler to a mixin module --- mesonbuild/compilers/cpp.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'mesonbuild/compilers/cpp.py') diff --git a/mesonbuild/compilers/cpp.py b/mesonbuild/compilers/cpp.py index 3a40ff82a..15edea09b 100644 --- a/mesonbuild/compilers/cpp.py +++ b/mesonbuild/compilers/cpp.py @@ -30,7 +30,6 @@ from .compilers import ( IntelGnuLikeCompiler, IntelVisualStudioLikeCompiler, PGICompiler, - ArmCompiler, ArmclangCompiler, Compiler, VisualStudioLikeCompiler, @@ -38,6 +37,7 @@ from .compilers import ( from .c_function_attributes import CXX_FUNC_ATTRIBUTES, C_FUNC_ATTRIBUTES from .mixins.clike import CLikeCompiler from .mixins.ccrx import CcrxCompiler +from .mixins.arm import ArmCompiler def non_msvc_eh_options(eh, args): -- cgit v1.2.3