meson/mesonbuild/compilers/mixins
Martin Storsjö deb1d7caba Canonicalize target architectures aarch64/armv* into arm64/arm for MSVC tools
If the architectures are taken from the output of "clang-cl --version",
we need to convert these names into names that the MSVC tools accept
as the -machine: parameter.
2020-09-17 11:23:36 +00:00
..
__init__.py compilers: Move clike into a mixins directory 2019-07-15 10:59:22 -07:00
arm.py Modifed buildtypes and armclang compiler flags to match documented results 2020-05-22 18:28:09 +03:00
c2000.py -Add xc16 and c2000 C,Cpp toolchain support 2020-03-21 00:47:24 +02:00
ccrx.py -Fixed Renesas RX Family compiler to work with latest meson, updated cross-file, fixed assembly file use 2020-01-30 22:11:26 +02:00
clang.py Make meson recognize the Qualcomm LLVM toolchain 2020-08-02 10:39:44 -07:00
clike.py Fix typo when fetching buildtype option for compiler checks 2020-08-27 00:13:58 +00:00
compcert.py Add support for the CompCert C Compiler 2020-09-15 21:51:21 +03:00
elbrus.py Fix Sider errors 2020-01-27 22:37:21 +03:00
emscripten.py linkers/compilers: Move an emscripten method to the compiler 2020-09-16 20:28:56 -07:00
gnu.py compilers: Cache gnu-mixins has_arguments() checks 2020-07-23 07:39:59 +00:00
intel.py typing: fully annotate arglist 2020-09-08 20:15:57 +02:00
islinker.py Fix native builds on Windows ARM64 machines 2020-07-13 15:28:38 +00:00
pgi.py types: import typing as T (fixes #6333) 2020-01-08 15:28:17 +01:00
visualstudio.py Canonicalize target architectures aarch64/armv* into arm64/arm for MSVC tools 2020-09-17 11:23:36 +00:00
xc16.py -Add xc16 and c2000 C,Cpp toolchain support 2020-03-21 00:47:24 +02:00