[llvm] r328998 - Remove unused PACKAGE_TARNAME; looks like a remnant of the old autoconf build.

Nico Weber via llvm-commits llvm-commits at lists.llvm.org
Mon Apr 2 11:13:05 PDT 2018


Author: nico
Date: Mon Apr  2 11:13:05 2018
New Revision: 328998

URL: http://llvm.org/viewvc/llvm-project?rev=328998&view=rev
Log:
Remove unused PACKAGE_TARNAME; looks like a remnant of the old autoconf build.

Modified:
    llvm/trunk/include/llvm/Config/config.h.cmake

Modified: llvm/trunk/include/llvm/Config/config.h.cmake
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/include/llvm/Config/config.h.cmake?rev=328998&r1=328997&r2=328998&view=diff
==============================================================================
--- llvm/trunk/include/llvm/Config/config.h.cmake (original)
+++ llvm/trunk/include/llvm/Config/config.h.cmake Mon Apr  2 11:13:05 2018
@@ -350,9 +350,6 @@
 /* Define to the full name and version of this package. */
 #cmakedefine PACKAGE_STRING "${PACKAGE_STRING}"
 
-/* Define to the one symbol short name of this package. */
-#undef PACKAGE_TARNAME
-
 /* Define to the version of this package. */
 #cmakedefine PACKAGE_VERSION "${PACKAGE_VERSION}"
 




More information about the llvm-commits mailing list