[CMake] Polish a comment
authorStefan Granitz <stefan.graenitz@gmail.com>
Tue, 9 Jul 2019 10:29:07 +0000 (10:29 +0000)
committerStefan Granitz <stefan.graenitz@gmail.com>
Tue, 9 Jul 2019 10:29:07 +0000 (10:29 +0000)
llvm-svn: 365459

lldb/cmake/modules/LLDBFramework.cmake

index 04f35e1..96ffb52 100644 (file)
@@ -26,7 +26,8 @@ set_target_properties(liblldb PROPERTIES
   MACOSX_FRAMEWORK_INFO_PLIST ${LLDB_SOURCE_DIR}/resources/LLDB-Info.plist.in
 )
 
-# Defined in AddLLVM.cmake; handles edge cases for multi-config generators
+# Used in llvm_add_library() to set default output directories for multi-config
+# generators. Overwrite to account for special framework output directory.
 set_output_directory(liblldb
   BINARY_DIR ${framework_target_dir}
   LIBRARY_DIR ${framework_target_dir}