[all-commits] [llvm/llvm-project] 884a58: [lldb/Plugin] Unconditionally initialize DynamicLo...
Jonas Devlieghere via All-commits
all-commits at lists.llvm.org
Tue Feb 18 10:32:10 PST 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: 884a58948b1a666910dcf1408d3d792fbd486012
https://github.com/llvm/llvm-project/commit/884a58948b1a666910dcf1408d3d792fbd486012
Author: Jonas Devlieghere <jonas at devlieghere.com>
Date: 2020-02-18 (Tue, 18 Feb 2020)
Changed paths:
M lldb/source/API/SystemInitializerFull.cpp
M lldb/tools/lldb-test/SystemInitializerTest.cpp
Log Message:
-----------
[lldb/Plugin] Unconditionally initialize DynamicLoaderDarwinKernel
Other plugins depend on DynamicLoaderDarwinKernel and which means we
cannot conditionally enable/build this plugin based on the target
platform. This means that it will be past of the list of plugins
initialized once that's autogenerated.
More information about the All-commits
mailing list