diff options
author | Vasu Penugonda <34339497+sompen@users.noreply.github.com> | 2018-06-21 03:25:39 +0530 |
---|---|---|
committer | Jussi Pakkanen <jpakkane@gmail.com> | 2018-06-21 00:55:39 +0300 |
commit | 7140afc0a86f2aae0689617fca985ef209a7c097 (patch) | |
tree | 90ea64438db91b8c29b2d70d5d1c5683fe0e86f1 /docs/markdown/Reference-tables.md | |
parent | f3c01a3c4f973ad234ead327f696b5e7fb43e4f6 (diff) | |
download | meson-7140afc0a86f2aae0689617fca985ef209a7c097.zip meson-7140afc0a86f2aae0689617fca985ef209a7c097.tar.gz meson-7140afc0a86f2aae0689617fca985ef209a7c097.tar.bz2 |
Added ARMCLANG compiler support for C/C++ (#3717)
Diffstat (limited to 'docs/markdown/Reference-tables.md')
-rw-r--r-- | docs/markdown/Reference-tables.md | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/docs/markdown/Reference-tables.md b/docs/markdown/Reference-tables.md index 571866f..b1a7bf6 100644 --- a/docs/markdown/Reference-tables.md +++ b/docs/markdown/Reference-tables.md @@ -23,6 +23,7 @@ These are return values of the `get_id` method in a compiler object. | nagfor | The NAG Fortran compiler | | lcc | Elbrus C/C++/Fortran Compiler | | arm | ARM compiler | +| armclang | ARMCLANG compiler | ## Script environment variables |