summaryrefslogtreecommitdiff
path: root/docs/markdown/snippets/llvm-static-linking.md
blob: bb72a56eaf87d3d71d491d401e320c35b25f8b6e (plain)
1
2
3
4
5
6
7
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.