After the recent change that grouped some of the ABI plugins together, those plugins ended up with multiple initializers per plugin. This is incompatible with my proposed approach of generating the initializers dynamically, which is why I've grouped them together in a new entry point.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
Comment Actions
Yeah, I expected something like this would be needed. This is fine, but I'd call the files ABIX86.h instead of just X86.h, to match the names of the classes and everything...
lldb/source/API/SystemInitializerFull.cpp | ||
---|---|---|
26–27 | Are you missing the equivalent changes in SystemInitializerTest ? |
Are you missing the equivalent changes in SystemInitializerTest ?