diff options
author | Michael Gottesman <mgottesman@apple.com> | 2016-09-09 19:48:22 +0000 |
---|---|---|
committer | Michael Gottesman <mgottesman@apple.com> | 2016-09-09 19:48:22 +0000 |
commit | f27ef414349bfd74c201e77f7626d00242168fea (patch) | |
tree | 180048f7a09768db5c3f8c94177e2aff0ac40907 /llvm/cmake/modules/CMakeLists.txt | |
parent | 31e9363a3e469e4fb0b1c38a829826216f808f29 (diff) | |
download | bcm5719-llvm-f27ef414349bfd74c201e77f7626d00242168fea.tar.gz bcm5719-llvm-f27ef414349bfd74c201e77f7626d00242168fea.zip |
[cmake] Fix a stale comment from an earlier version of r281085. NFC.
llvm-svn: 281086
Diffstat (limited to 'llvm/cmake/modules/CMakeLists.txt')
-rw-r--r-- | llvm/cmake/modules/CMakeLists.txt | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/llvm/cmake/modules/CMakeLists.txt b/llvm/cmake/modules/CMakeLists.txt index deeaaa8be8b..96ae83be509 100644 --- a/llvm/cmake/modules/CMakeLists.txt +++ b/llvm/cmake/modules/CMakeLists.txt @@ -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}) |