[all-commits] [llvm/llvm-project] adf44d: [lldb] Fix some tests that fail with system libstd...
Tom Stellard via All-commits
all-commits at lists.llvm.org
Fri Sep 6 17:05:54 PDT 2024
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: adf44d5c3ea03569f019740e1140c3205810b3fa
https://github.com/llvm/llvm-project/commit/adf44d5c3ea03569f019740e1140c3205810b3fa
Author: Tom Stellard <tstellar at redhat.com>
Date: 2024-09-06 (Fri, 06 Sep 2024)
Changed paths:
M lldb/test/API/commands/expression/import-std-module/deque-dbg-info-content/Makefile
M lldb/test/API/commands/expression/import-std-module/list-dbg-info-content/Makefile
M lldb/test/API/commands/expression/import-std-module/vector-dbg-info-content/Makefile
Log Message:
-----------
[lldb] Fix some tests that fail with system libstdc++ (#106885)
This is a revert of b1fcc1840c312472cb9ccb8c4e5e02ca13b31113.
These tests weren't working on Ubuntu 22.04 or Fedora 37-40. I'm not
sure exactly why, but it seems like they may be incompatible with
libstdc++. Also, despite the fact that the tests were using the system
libstdc++, the tests were only run when libcxx was enabled.
I tested this with a RelWithDebInfo build and the tests passed.
Fixes #106475
To unsubscribe from these emails, change your notification settings at https://github.com/llvm/llvm-project/settings/notifications
More information about the All-commits
mailing list