parent
3aa97d4ab5
commit
9a43cb367a
1 changed files with 8 additions and 0 deletions
@ -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…
Reference in new issue