At the moment we create our own SelectorTable even though the Preprocessor always
creates one for us that we can (and should) reuse.
Details
Details
Diff Detail
Diff Detail
- Repository
- rLLDB LLDB
Event Timeline
Comment Actions
LGTM. This is NFC, it seems. There's a FIXME in Preprocessor.h about the lifetime of SelectorTable eventually not being tied to Preprocessor, but this is correct for now.
Comment Actions
Yeah, but the FIXME has been around for like a decade, so I think that bug has survived long enough to be promoted to a feature :).