On 03/08/2013 01:14 AM, Argyrios Kyrtzidis wrote:


How about defining ${LIBCLANG_LIBRARY_VERSION} as concatenation of
${CINDEX_VERSION_MAJOR}.${CINDEX_VERSION_MINOR}.${CLANG_VERSION_MAJOR}.${CLANG_VERSION_MINOR},
for example: libclang 0.12.3.3

0.12 is the important one for linking/using the libclang API, but it is
also good to know the clang version it was built with.


Thanks this is a nice idea.

I will do it this way then, and check compatibility in version file against the CINDEX_* ones.

I'll send an updated patch on Wednesday, I should have time to rework it until there.

Cheers and Thank you,
--
Damien Buhl
alias daminetreg
_______________________________________________
cfe-commits mailing list
[email protected]
http://lists.cs.uiuc.edu/mailman/listinfo/cfe-commits

Reply via email to