docs: Add a snippet for LLVM static linking support

pull/2444/head
Dylan Baker 7 years ago
parent 3aa97d4ab5
commit 9a43cb367a
  1. 8
      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.
Loading…
Cancel
Save