[llvm-branch-commits] libcxx: In gdb test detect execute_mi with feature check instead of version check. (PR #132291)

Peter Collingbourne via llvm-branch-commits llvm-branch-commits at lists.llvm.org
Thu Mar 20 14:41:57 PDT 2025


https://github.com/pcc created https://github.com/llvm/llvm-project/pull/132291

The existing version check can lead to test failures on some distribution
packages of gdb where not all components of the version number are
integers, such as Fedora where gdb.VERSION can be something like
"15.2-4.fc41". Fix it by replacing the version check with a feature check.





More information about the llvm-branch-commits mailing list