================ @@ -179,3 +180,14 @@ def calculate_arch_features(arch_string): if "LD_PRELOAD" in os.environ: config.available_features.add("ld_preload-present") + ---------------- JDevlieghere wrote:
I think that's obvious to us, but someone not familiar with our platform might wonder why they don't have `xcrun`. I'd throw it behind a check for Darwin. https://github.com/llvm/llvm-project/pull/84246 _______________________________________________ lldb-commits mailing list lldb-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits