LGTM
================
Comment at: CMakeLists.txt:16
@@ -15,2 +15,3 @@
-set(PACKAGE_VERSION "${LLVM_VERSION_MAJOR}.${LLVM_VERSION_MINOR}svn")
+if (NOT PACKAGE_VERSION)
+ set(PACKAGE_VERSION "${LLVM_VERSION_MAJOR}.${LLVM_VERSION_MINOR}svn")
----------------
If you don't cache this, I believe subsequent reconfigures will overwrite it.
I don't think we can cache the PACKAGE_VERSION directly, I think Alp had to
change that recently.
Maybe we could have a PACKAGE_SUFFIX value defaulting to "svn" and cache that,
since it doesn't change as the version updates? IMO this is fine as is, since
building RCs happens rarely.
http://llvm-reviews.chandlerc.com/D2245
_______________________________________________
cfe-commits mailing list
[email protected]
http://lists.cs.uiuc.edu/mailman/listinfo/cfe-commits