diff options
author | Ben Boeckel <ben.boeckel@kitware.com> | 2021-12-16 17:08:10 -0500 |
---|---|---|
committer | Ben Boeckel <ben.boeckel@kitware.com> | 2021-12-16 17:08:10 -0500 |
commit | 28de74c9944bdbdf18ffccc91d2d96a0cd4ade48 (patch) | |
tree | f74b152456615f4773df71458dabdbe146b8e839 /mesonbuild/compilers/mixins | |
parent | e13d92bb6a5a2a1e18b87ce4a88a744361a27952 (diff) | |
download | meson-28de74c9944bdbdf18ffccc91d2d96a0cd4ade48.zip meson-28de74c9944bdbdf18ffccc91d2d96a0cd4ade48.tar.gz meson-28de74c9944bdbdf18ffccc91d2d96a0cd4ade48.tar.bz2 |
armclang: clarify that this is support for the Keil cross-compiler
Diffstat (limited to 'mesonbuild/compilers/mixins')
-rw-r--r-- | mesonbuild/compilers/mixins/arm.py | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/mesonbuild/compilers/mixins/arm.py b/mesonbuild/compilers/mixins/arm.py index 4e1898a..fc39851 100644 --- a/mesonbuild/compilers/mixins/arm.py +++ b/mesonbuild/compilers/mixins/arm.py @@ -136,6 +136,9 @@ class ArmCompiler(Compiler): class ArmclangCompiler(Compiler): + ''' + This is the Keil armclang. + ''' def __init__(self) -> None: if not self.is_cross: |