Expose LLVM version string via macro in llvm-config.h, and modify Go bindings
[oota-llvm.git] / include / llvm / Config / llvm-config.h.in
index 5656240eb127c4fca9796f75a6a61912878de85b..2d6add71a4e03240159893db4d23bb86f31b97fb 100644 (file)
@@ -92,4 +92,7 @@
 /* Minor version of the LLVM API */
 #undef LLVM_VERSION_MINOR
 
+/* LLVM version string */
+#undef LLVM_VERSION_STRING
+
 #endif