[all-commits] [llvm/llvm-project] ebf9a9: [lldb/Plugin] Reject WASM and Hexagon in DynamicLo...
Jonas Devlieghere via All-commits
all-commits at lists.llvm.org
Tue Feb 18 13:29:39 PST 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: ebf9a99bbdcd88f15f16480f4d9b8f39d280f105
https://github.com/llvm/llvm-project/commit/ebf9a99bbdcd88f15f16480f4d9b8f39d280f105
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/DynamicLoader/Static/DynamicLoaderStatic.cpp
M lldb/tools/lldb-test/SystemInitializerTest.cpp
Log Message:
-----------
[lldb/Plugin] Reject WASM and Hexagon in DynamicLoaderStatic
The WASM and Hexagon plugin check the ArchType rather than the OSType,
so explicitly reject those in the DynamicLoaderStatic.
Differential revision: https://reviews.llvm.org/D74780
More information about the All-commits
mailing list