[PATCH] D18478: python bindings: expose the clang version string

Saleem Abdulrasool via cfe-commits cfe-commits at lists.llvm.org
Sun Aug 7 22:09:30 PDT 2016


compnerd added a comment.

Hmm, could do something devious.  Write the test and run that through the c preprocessor and then use that to compare the string.  Ugly, but would be completely generic and ensure that we see the value we expect always.


https://reviews.llvm.org/D18478





More information about the cfe-commits mailing list