[libcxx-commits] [libcxx] [libcxx] [test] Enable gdb_pretty_printer_test.sh.cpp for clang (PR #102893)
Martin Storsjö via libcxx-commits
libcxx-commits at lists.llvm.org
Tue Aug 13 04:56:39 PDT 2024
mstorsjo wrote:
I ran into another case where this fails on Linux - the situation seems to be that my host GDB doesn't understand DWARF 5, but Clang defaults to that. Adding a `-gdwarf-4` to the build command fixes that.
So this test seems quite picky with the surrounding environment, and is quite prone to breakage when run in various user environments.
https://github.com/llvm/llvm-project/pull/102893
More information about the libcxx-commits
mailing list