[all-commits] [llvm/llvm-project] 13956f: [gn] port c3a302d399e6 (SymbolLocator) more
Nico Weber via All-commits
all-commits at lists.llvm.org
Sun Nov 5 04:09:55 PST 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 13956fd27f59f7570a49c2155f09caf8e1297796
https://github.com/llvm/llvm-project/commit/13956fd27f59f7570a49c2155f09caf8e1297796
Author: Nico Weber <thakis at chromium.org>
Date: 2023-11-05 (Sun, 05 Nov 2023)
Changed paths:
M llvm/utils/gn/secondary/lldb/source/Plugins/BUILD.gn
M llvm/utils/gn/secondary/lldb/source/Plugins/SymbolLocator/DebugSymbols/BUILD.gn
M llvm/utils/gn/secondary/lldb/source/Plugins/SymbolLocator/Default/BUILD.gn
Log Message:
-----------
[gn] port c3a302d399e6 (SymbolLocator) more
I forgot that lldb/source/Plugins/CMakeLists.txt implicitly builds
all enums via LLDB_ENUM_PLUGINS / Plugins.def.in.
Now the GN build does this for the SymbolLocator plugins too.
(Also fix some minor stuff now that they actually build.)
More information about the All-commits
mailing list