diff options
author | Dylan Baker <dylan@pnwbakers.com> | 2017-04-13 14:46:36 -0700 |
---|---|---|
committer | Dylan Baker <dylan@pnwbakers.com> | 2017-05-03 14:35:38 -0700 |
commit | 4bee51655bea9c8bebd3c55414d7daf13591fb59 (patch) | |
tree | 427a07b1c87dcfc7c9ccdead7b634ff23fa9a496 /docs/markdown | |
parent | 4334c960624f2981e536a46697e429a43fc19f36 (diff) | |
download | meson-4bee51655bea9c8bebd3c55414d7daf13591fb59.zip meson-4bee51655bea9c8bebd3c55414d7daf13591fb59.tar.gz meson-4bee51655bea9c8bebd3c55414d7daf13591fb59.tar.bz2 |
Add dependency for LLVM. Fixes #1611
This adds a depdendncy wrapper for llvm-config based on the wxwidgets
dependency. IT handles libs, version, include dir, and the llvm unique
concept of components. These components are individual pieces of the
LLVM library that may or may not be available depending on the platform.
Diffstat (limited to 'docs/markdown')
-rw-r--r-- | docs/markdown/Release-notes-for-0.41.0.md | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/docs/markdown/Release-notes-for-0.41.0.md b/docs/markdown/Release-notes-for-0.41.0.md index a3ef384..6e00ecd 100644 --- a/docs/markdown/Release-notes-for-0.41.0.md +++ b/docs/markdown/Release-notes-for-0.41.0.md @@ -8,3 +8,7 @@ short-description: Release notes for 0.41 (preliminary) # New features Add features here as code is merged to master. + +## Dependency Handler for LLVM + +Native support for linking against LLVM using the `dependency` function. |