From 9a43cb367a526e3b9a5107f45a41d205aa0e1f24 Mon Sep 17 00:00:00 2001 From: Dylan Baker Date: Wed, 25 Oct 2017 10:14:46 -0700 Subject: docs: Add a snippet for LLVM static linking support --- docs/markdown/snippets/llvm-static-linking.md | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 docs/markdown/snippets/llvm-static-linking.md (limited to 'docs') diff --git a/docs/markdown/snippets/llvm-static-linking.md b/docs/markdown/snippets/llvm-static-linking.md new file mode 100644 index 0000000..bb72a56 --- /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. -- cgit v1.1