aboutsummaryrefslogtreecommitdiff
path: root/docs/markdown/Compiler-properties.md
diff options
context:
space:
mode:
authorNirbheek Chauhan <nirbheek.chauhan@gmail.com>2017-07-21 11:26:31 +0000
committerGitHub <noreply@github.com>2017-07-21 11:26:31 +0000
commit675a755e5c2af920792b7761cf771291f3e9fcb7 (patch)
treee3c386332c9e2753aa6edfaaa17deb8bba417f8e /docs/markdown/Compiler-properties.md
parent1764822ae4367a295a66db293313cb644e2c4b6e (diff)
downloadmeson-675a755e5c2af920792b7761cf771291f3e9fcb7.zip
meson-675a755e5c2af920792b7761cf771291f3e9fcb7.tar.gz
meson-675a755e5c2af920792b7761cf771291f3e9fcb7.tar.bz2
Update compiler ids in Compiler-properties.md
Diffstat (limited to 'docs/markdown/Compiler-properties.md')
-rw-r--r--docs/markdown/Compiler-properties.md5
1 files changed, 5 insertions, 0 deletions
diff --git a/docs/markdown/Compiler-properties.md b/docs/markdown/Compiler-properties.md
index 83fc0d9..1765bef 100644
--- a/docs/markdown/Compiler-properties.md
+++ b/docs/markdown/Compiler-properties.md
@@ -27,6 +27,11 @@ The compiler object has a method called `get_id`, which returns a lower case str
| clang | The Clang compiler |
| msvc | Microsoft Visual Studio |
| intel | Intel compiler |
+| llvm | LLVM-based compiler (Swift, D) |
+| mono | Xamarin C# compiler |
+| dmd | D lang reference compiler |
+| rustc | Rust compiler |
+| valac | Vala compiler |
| pathscale | The Pathscale Fortran compiler |
| pgi | The Portland Fortran compiler |
| sun | Sun Fortran compiler |