commit | 853d02bc0701a789ffcad0e429c0f36319852857 | [log] [tgz] |
---|---|---|
author | Guinevere Larsen <blarsen@redhat.com> | Wed Jul 31 11:23:51 2024 -0300 |
committer | Guinevere Larsen <blarsen@redhat.com> | Fri Aug 02 09:06:26 2024 -0300 |
tree | e92e86ed2d510db8cd979b63ad1ba3edd7a83cb4 | |
parent | 4a9843c301e5453ae21639e500b9b2bd62ff1e69 [diff] |
gdb/testsuite: add build-id compile flag to tests that expect it Clang doesn't add build-id information by default, unlike gcc. This means that tests that rely on build-id being available and don't explicitly add it to the compilation options will fail with clang. This commit fixes the fails in gdb.python/py-missing-debug.exp, gdb.server/remote-read-msgs.exp, gdb.base/coredump-filter-build-id.exp and gdb.server/solib-list.exp Approved-By: Andrew Burgess <aburgess@redhat.com>