[PATCH] move LLVM_VERSION_PATCH to llvm-config.h

Dylan Noblesmith nobled at dreamwidth.org
Tue Aug 12 15:41:33 PDT 2014


Since clients shouldn't (and shouldn't be able to)
include LLVM's internal config.h header, it was
effectively completely useless there.

Put it where LLVM_VERSION_MAJOR and LLVM_VERSION_MINOR
already are instead.

I didn't touch config.h.in because it's autogenerated by
autoconf/AutoRegen.sh , so any changes there will just get overridden
next time someone regenerates configure.

I have commit access; OK to commit? It should also get picked onto the
3.5 branch.
-------------- next part --------------
A non-text attachment was scrubbed...
Name: 0001-move-LLVM_VERSION_PATCH-to-llvm-config.h.patch
Type: text/x-patch
Size: 1961 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20140812/c2fcd0ab/attachment.bin>


More information about the llvm-commits mailing list