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
_______________________________________________
lldb-commits mailing list
lldb-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits

Reply via email to