diff options
| author | Jussi Pakkanen <jpakkane@gmail.com> | 2017-05-04 23:21:40 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2017-05-04 23:21:40 +0200 |
| commit | 11968382a3800f7dd6d04b3a94d4351f0950dd9a (patch) | |
| tree | 3f77f862dd1605173630074f674ec38cd0959b43 /docs | |
| parent | a576791064b92bfe44c958648eee64f55e87b23d (diff) | |
| parent | 4bee51655bea9c8bebd3c55414d7daf13591fb59 (diff) | |
| download | meson-11968382a3800f7dd6d04b3a94d4351f0950dd9a.tar.gz | |
Merge pull request #1621 from dcbaker/llvm-dep
RFC: Add dependency for LLVM. Fixes #1611
Diffstat (limited to 'docs')
| -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 a3ef38434..6e00ecd91 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. |
