[libcxx-commits] [libcxx] [libcxx] [test] Enable gdb_pretty_printer_test.sh.cpp for clang-19 (PR #102893)

Martin Storsjö via libcxx-commits libcxx-commits at lists.llvm.org
Mon Aug 12 06:14:11 PDT 2024


mstorsjo wrote:

> Does this also work for older clang versions?

Actually, yes, it seems to run fine in the current CI environments with all clang versions. I guess it can easily fail in users' own local checkouts though, but in that case we should probably add a more finegrained `REQUIRES` for the test. There doesn't seem to be anything related to the clang version itself here at least.

https://github.com/llvm/llvm-project/pull/102893


More information about the libcxx-commits mailing list