From 4bee51655bea9c8bebd3c55414d7daf13591fb59 Mon Sep 17 00:00:00 2001 From: Dylan Baker Date: Thu, 13 Apr 2017 14:46:36 -0700 Subject: 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. --- docs/markdown/Release-notes-for-0.41.0.md | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'docs/markdown') 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. -- cgit v1.1