From 2dea1fe38dccda7744bd6efdda4d4a163f057c25 Mon Sep 17 00:00:00 2001 From: Peter Collingbourne Date: Wed, 19 Nov 2014 03:34:17 +0000 Subject: Expose LLVM version string via macro in llvm-config.h, and modify Go bindings to make use of it. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@222307 91177308-0d34-0410-b5e6-96231b3b80d8 --- configure | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'configure') diff --git a/configure b/configure index 597d119c2a2..4bfc2e595d3 100755 --- a/configure +++ b/configure @@ -1941,6 +1941,11 @@ cat >>confdefs.h <<_ACEOF _ACEOF +cat >>confdefs.h <<_ACEOF +#define LLVM_VERSION_STRING "$PACKAGE_VERSION" +_ACEOF + + -- cgit v1.2.3