aboutsummaryrefslogtreecommitdiff
path: root/docs/markdown/Compiler-properties.md
diff options
context:
space:
mode:
authorJussi Pakkanen <jpakkane@gmail.com>2017-09-16 19:16:00 +0300
committerJussi Pakkanen <jpakkane@gmail.com>2017-09-18 18:28:10 +0300
commitb9154dd07c357ba616deefb7a608e8b2ca85b7ec (patch)
tree0b0c76c3fc8755ac25d431356dcee2b7ec2af264 /docs/markdown/Compiler-properties.md
parent5068f13a287123b9bd73dbb95b9d7faa33b420a4 (diff)
downloadmeson-b9154dd07c357ba616deefb7a608e8b2ca85b7ec.zip
meson-b9154dd07c357ba616deefb7a608e8b2ca85b7ec.tar.gz
meson-b9154dd07c357ba616deefb7a608e8b2ca85b7ec.tar.bz2
Added a page for reference tables.
Diffstat (limited to 'docs/markdown/Compiler-properties.md')
-rw-r--r--docs/markdown/Compiler-properties.md23
1 files changed, 3 insertions, 20 deletions
diff --git a/docs/markdown/Compiler-properties.md b/docs/markdown/Compiler-properties.md
index 5978b5d..06efff3 100644
--- a/docs/markdown/Compiler-properties.md
+++ b/docs/markdown/Compiler-properties.md
@@ -29,26 +29,9 @@ Compiler id
==
The compiler object has a method called `get_id`, which returns a
-lower case string describing the "family" of the compiler. It has one
-of the following values.
-
-| Value | Compiler family |
-| ----- | ---------------- |
-| gcc | The GNU Compiler Collection |
-| 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 |
-| g95 | The G95 Fortran compiler |
-| open64 | The Open64 Fortran Compiler |
-| nagfor | The NAG Fortran compiler |
+lower case string describing the "family" of the compiler. See
+[reference tables](Reference-tables.md) for a list of supported
+compiler ids.
Does code compile?
==