[llvm-branch-commits] [lldb] [lldb] Revise IDE folder structure (PR #89748)

Michael Kruse via llvm-branch-commits llvm-branch-commits at lists.llvm.org
Tue Apr 23 15:13:58 PDT 2024


================
@@ -232,7 +231,7 @@ elseif (LLDB_EXPORT_ALL_SYMBOLS)
   )
 
   add_llvm_symbol_exports(liblldb ${exported_symbol_file})
-  set_target_properties(liblldb_exports PROPERTIES FOLDER "lldb misc")
+  set_target_properties(liblldb PROPERTIES FOLDER "LLDB/Misc")
----------------
Meinersbur wrote:

This `set_target_properties` is actually redundant: `add_llvm_symbol_exports` already puts it into a folder. It is also `${LLVM_SUBPROJECT_TITLE}/Misc`. I agree `${LLVM_SUBPROJECT_TITLE}/API` would be a better name. I am going to make that change in #89741. Thanks.

https://github.com/llvm/llvm-project/pull/89748


More information about the llvm-branch-commits mailing list