[Lldb-commits] [lldb] [lldb] Disable shell tests affected by ld64 bug (PR #84246)
Dave Lee via lldb-commits
lldb-commits at lists.llvm.org
Thu Mar 7 08:29:19 PST 2024
================
@@ -179,3 +180,14 @@ def calculate_arch_features(arch_string):
if "LD_PRELOAD" in os.environ:
config.available_features.add("ld_preload-present")
+
----------------
kastiglione wrote:
my thinking is that the darwin check is baked into the invocation of xcrun. If you think it's better to check for darwin explicitly, I will make that change it.
https://github.com/llvm/llvm-project/pull/84246
More information about the lldb-commits
mailing list