The WASM and Hexagon plugin check the ArchType rather than the OSType, so explicitly reject those in the DynamicLoaderStatic.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
Comment Actions
Sorting the plugins so the static loader is initialized before the WASM loader should exercise this code path.
Comment Actions
Yes, test functionalities/gdb_remote_client/TestWasm.py fails when the order of plugins is sorted.
LGTM. Could you also sort the initialization of DynamicLoaderStatic and DynamicLoaderWasmDYLD in lldb\tools\lldb-test\SystemInitializerTest.cpp and lldb\source\API\SystemInitializerFull.cpp?