[llvm] r281086 - [cmake] Fix a stale comment from an earlier version of r281085. NFC.

Michael Gottesman via llvm-commits llvm-commits at lists.llvm.org
Fri Sep 9 12:48:22 PDT 2016


Author: mgottesman
Date: Fri Sep  9 14:48:22 2016
New Revision: 281086

URL: http://llvm.org/viewvc/llvm-project?rev=281086&view=rev
Log:
[cmake] Fix a stale comment from an earlier version of r281085. NFC.

Modified:
    llvm/trunk/cmake/modules/CMakeLists.txt

Modified: llvm/trunk/cmake/modules/CMakeLists.txt
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/cmake/modules/CMakeLists.txt?rev=281086&r1=281085&r2=281086&view=diff
==============================================================================
--- llvm/trunk/cmake/modules/CMakeLists.txt (original)
+++ llvm/trunk/cmake/modules/CMakeLists.txt Fri Sep  9 14:48:22 2016
@@ -1,8 +1,7 @@
 set(LLVM_INSTALL_PACKAGE_DIR lib${LLVM_LIBDIR_SUFFIX}/cmake/llvm)
 set(llvm_cmake_builddir "${LLVM_BINARY_DIR}/${LLVM_INSTALL_PACKAGE_DIR}")
 
-# First for users who use an installed LLVM, create the
-# LLVMInstallationExports.cmake
+# First for users who use an installed LLVM, create the LLVMExports.cmake file.
 set(LLVM_EXPORTS_FILE ${llvm_cmake_builddir}/LLVMExports.cmake)
 get_property(LLVM_EXPORTS GLOBAL PROPERTY LLVM_EXPORTS)
 export(TARGETS ${LLVM_EXPORTS} FILE ${LLVM_EXPORTS_FILE})




More information about the llvm-commits mailing list