diff options
| author | Dylan Baker <dylan@pnwbakers.com> | 2017-10-25 10:14:46 -0700 |
|---|---|---|
| committer | Dylan Baker <dylan@pnwbakers.com> | 2017-10-25 10:14:46 -0700 |
| commit | 9a43cb367a526e3b9a5107f45a41d205aa0e1f24 (patch) | |
| tree | db545e755bace6de7ac710e7bfda1a4fecdb57f7 | |
| parent | 3aa97d4ab577948daaae4a702e248ab2ccfa3dda (diff) | |
| download | meson-9a43cb367a526e3b9a5107f45a41d205aa0e1f24.tar.gz | |
docs: Add a snippet for LLVM static linking support
| -rw-r--r-- | docs/markdown/snippets/llvm-static-linking.md | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/docs/markdown/snippets/llvm-static-linking.md b/docs/markdown/snippets/llvm-static-linking.md new file mode 100644 index 000000000..bb72a56ea --- /dev/null +++ b/docs/markdown/snippets/llvm-static-linking.md @@ -0,0 +1,8 @@ +# LLVM dependency supports both dynamic and static linking + +The LLVM dependency has been improved to consistently use dynamic linking. +Previously recent version (>= 3.9) would link dynamically while older versions +would link statically. + +Now LLVM also accepts the `static` keyword to enable statically linking to LLVM +modules instead of dynamically linking. |
