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

Reply via email to