[libcxx-commits] [PATCH] D111509: [clang] use getCommonSugar in an assortment of places
Shafik Yaghmour via Phabricator via libcxx-commits
libcxx-commits at lists.llvm.org
Thu Dec 2 14:12:17 PST 2021
shafik added a comment.
Changing how types are printed can effect LLDB expression parsing tests. I ran the LLDB test suite with this change:
ninja check-lldb
and it changes to the results for `TestScalarURem.py` which can be run using:
llvm-lit -sv lldb/test --filter TestScalarURem.py
The change looks expected.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D111509/new/
https://reviews.llvm.org/D111509
More information about the libcxx-commits
mailing list