[all-commits] [llvm/llvm-project] 2d146a: [lldb/Plugin] Generate LLDB_PLUGIN_DECLARE with CMake
Jonas Devlieghere via All-commits
all-commits at lists.llvm.org
Tue Feb 18 11:30:09 PST 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: 2d146aa2a2cdef330877b511b54886823e71f92c
https://github.com/llvm/llvm-project/commit/2d146aa2a2cdef330877b511b54886823e71f92c
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/source/Plugins/CMakeLists.txt
A lldb/source/Plugins/Plugins.def.in
M lldb/tools/lldb-test/CMakeLists.txt
M lldb/tools/lldb-test/SystemInitializerTest.cpp
Log Message:
-----------
[lldb/Plugin] Generate LLDB_PLUGIN_DECLARE with CMake
Generate the LLDB_PLUGIN_DECLARE macros with CMake and a def file. I'm
landing D73067 in pieces so I can bisect what exactly is breaking the
Windows bot.
More information about the All-commits
mailing list