The Meson Build System http://mesonbuild.com/
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 

358 B

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.