Expose LLVM version string via macro in llvm-config.h, and modify Go bindings
[oota-llvm.git] / include / llvm / Config / config.h.in
index beed1182c3f6d9290f03efb9f0f40733dce2fd6d..8fcf14548f81f4f87495925939d32b181d7e1f9b 100644 (file)
 /* Patch version of the LLVM API */
 #undef LLVM_VERSION_PATCH
 
+/* LLVM version string */
+#undef LLVM_VERSION_STRING
+
 /* The shared library extension */
 #undef LTDL_SHLIB_EXT