Fix fallout caused by D89156 on 11.0.1 for MacOS
Details
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
LGTM (and thanks for the fix and apologies for the break) )but I think @tstellar should have a look given it's fixing a build break in the release/11.x branch caused by my porting of changes from master for https://bugs.llvm.org/show_bug.cgi?id=48053
lldb/source/Plugins/Platform/MacOSX/PlatformAppleTVSimulator.h | ||
---|---|---|
58 | D89156 pluralized the name (old_modules with an s) in all the places it made this change, since it's now a collection. IMO it would make sense to do the same in this change. |
lldb/source/Plugins/Platform/MacOSX/PlatformAppleTVSimulator.h | ||
---|---|---|
58 | Thanks, it makes sense to be pluralized. |
Landed in 11.1 https://github.com/llvm/llvm-project/commit/1fdec59bffc11ae37eb51a1b9869f0696bfd5312#diff-2fa23ad0cf1839955ddaf4a0d78a9d9b5fd9b88933f82f6433035916a2655c6c.
Patch needs to be rebased for trunk now.
clang-format not found in user's PATH; not linting file.