[llvm-branch-commits] [lldb] [lldb] Revise IDE folder structure (PR #89748)
Jonas Devlieghere via llvm-branch-commits
llvm-branch-commits at lists.llvm.org
Tue Apr 23 08:54:45 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")
----------------
JDevlieghere wrote:
Should this be `LLDB/API`?
https://github.com/llvm/llvm-project/pull/89748
More information about the llvm-branch-commits
mailing list