From d67271e1a6e34b1da82e47521730dff9d0e5e36a Mon Sep 17 00:00:00 2001 From: Dylan Baker Date: Thu, 30 Jan 2020 13:32:33 -0800 Subject: Small cleanups for the LLVM dependency class (#6548) --- docs/markdown/Dependencies.md | 2 ++ 1 file changed, 2 insertions(+) (limited to 'docs/markdown') diff --git a/docs/markdown/Dependencies.md b/docs/markdown/Dependencies.md index d21bb97..cf2744f 100644 --- a/docs/markdown/Dependencies.md +++ b/docs/markdown/Dependencies.md @@ -370,6 +370,8 @@ As of 0.44.0 Meson supports the `static` keyword argument for LLVM. Before this LLVM >= 3.9 would always dynamically link, while older versions would statically link, due to a quirk in `llvm-config`. +`method` may be `auto`, `config-tool`, or `cmake`. + ### Modules, a.k.a. Components Meson wraps LLVM's concept of components in it's own modules concept. -- cgit v1.1