[Lldb-commits] [lldb] [lldb][test] Fix TestStdCXXDisassembly test (PR #112357)

Michael Buch via lldb-commits lldb-commits at lists.llvm.org
Tue Oct 15 06:49:05 PDT 2024


Michael137 wrote:

So the problem is that because we statically link we fail to find a `libstdc++.so`? Won't setting `USE_LIBSTDCPP` be an issue on Darwin?

Generally, why is this test trying to do disassembly on every STL symbol? Can't really tell if this was actually STL specific from the git history. I guess as a stress-test it seems fine, but maybe we could just skip the test if we can't locate the module? Instead of messing around with the Makefile variables to try and locate the STL.

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


More information about the lldb-commits mailing list