[Lldb-commits] [lldb] [lldb] Disable shell tests affected by ld_new bug (PR #84246)

Jonas Devlieghere via lldb-commits lldb-commits at lists.llvm.org
Thu Mar 7 11:13:24 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")
+
----------------
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


More information about the lldb-commits mailing list