[Lldb-commits] [PATCH] D112340: [lldb/Formatters] Remove space from vector type string summaries (NFCI)
Raphael Isemann via Phabricator via lldb-commits
lldb-commits at lists.llvm.org
Fri Oct 22 13:22:42 PDT 2021
teemperor added a comment.
In D112340#3081532 <https://reviews.llvm.org/D112340#3081532>, @dblaikie wrote:
> Sorry I missed this - are these tested anywhere/should I have been able to discover if these needed to be changed before I made the change?
TestCompactVectors tests this but its unfortunately marked as Darwin-only (as it includes the `Accelerate` framework). Providing a platform-neutral test that just typedef's the same things as Accelerate (in addition to the test including the real framework) seems like a good idea.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D112340/new/
https://reviews.llvm.org/D112340
More information about the lldb-commits
mailing list