[Lldb-commits] [lldb] [lldb] Disable shell tests affected by ld64 bug (PR #84246)
Adrian Prantl via lldb-commits
lldb-commits at lists.llvm.org
Thu Mar 7 08:19:35 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")
+
----------------
adrian-prantl wrote:
I guess it fails gracefully, but should this check whether we're on Darwin first?
https://github.com/llvm/llvm-project/pull/84246
More information about the lldb-commits
mailing list