diff options
author | Nirbheek Chauhan <nirbheek.chauhan@gmail.com> | 2017-07-21 11:26:31 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-07-21 11:26:31 +0000 |
commit | 675a755e5c2af920792b7761cf771291f3e9fcb7 (patch) | |
tree | e3c386332c9e2753aa6edfaaa17deb8bba417f8e /docs/markdown/Compiler-properties.md | |
parent | 1764822ae4367a295a66db293313cb644e2c4b6e (diff) | |
download | meson-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.md | 5 |
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 | |