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

Dmitry Vasilyev via lldb-commits lldb-commits at lists.llvm.org
Tue Oct 15 07:02:42 PDT 2024


slydiman wrote:

> maybe we could just skip the test if we can't locate the module?

Can you suggest how to do that (locate the module)?

> Won't setting USE_LIBSTDCPP be an issue on Darwin?
I can't test on Darwin. Maybe the following?
```
ifneq ($(OS),Darwin)
    USE_LIBSTDCPP := 1
else
    USE_SYSTEM_STDLIB := 1
endif
```

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


More information about the lldb-commits mailing list