Factor out some common logic used to find the runtime library in a list
of modules.
Depends on D23043.
Paths
| Differential D23150
[InstrumentationRuntime] Refactor the API (Part 2/N) (NFCI) ClosedPublic Authored by vsk on Aug 3 2016, 9:19 PM.
Details Summary Factor out some common logic used to find the runtime library in a list Depends on D23043.
Diff Detail Event Timelinevsk updated this object. kubamracek edited edge metadata. Comment ActionsLGTM. While you’re at it, could you also reformat with clang-format? I noticed that the files inconsistently use curly braces on same line or new line. This revision is now accepted and ready to land.Aug 11 2016, 8:07 AM Comment Actions Thanks for the review! Normally I'd be happy to commit some clang-format changes as a follow-up, but the lldb team is planning on doing a project-wide clang-format commit in early September. Maybe it would be best to wait for that? Closed by commit rL278368: [InstrumentationRuntime] Refactor the API (Part 2/N) (NFCI) (authored by vedantk). · Explain WhyAug 11 2016, 10:36 AM This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 66755 include/lldb/Target/InstrumentationRuntime.h
source/Plugins/InstrumentationRuntime/AddressSanitizer/AddressSanitizerRuntime.h
source/Plugins/InstrumentationRuntime/AddressSanitizer/AddressSanitizerRuntime.cpp
source/Plugins/InstrumentationRuntime/ThreadSanitizer/ThreadSanitizerRuntime.h
source/Plugins/InstrumentationRuntime/ThreadSanitizer/ThreadSanitizerRuntime.cpp
source/Target/InstrumentationRuntime.cpp
|