[llvm-branch-commits] [ASan] Make duplicate_os_log_reports.cpp work with the internal shell (PR #168656)

2025-11-19 Thread Andrew Haberlandt via llvm-branch-commits
@@ -1,20 +1,16 @@ // UNSUPPORTED: ios // REQUIRES: darwin_log_cmd // RUN: %clangxx_asan -fsanitize-recover=address %s -o %t -// RUN: { %env_asan_opts=halt_on_error=0,log_to_syslog=1 %run %t > %t.process_output.txt 2>&1 & } \ -// RUN: ; export TEST_PID=$! ; wait ${TEST_PID} +//

[llvm-branch-commits] [ASan] Make dyld_insert_libraries_reexec work with internal shell (PR #168655)

2025-11-19 Thread Andrew Haberlandt via llvm-branch-commits
@@ -8,3 +11,25 @@ def getRoot(config): if root.target_os not in ["Darwin"]: config.unsupported = True + + +def get_product_version(): +try: +version_process = subprocess.run( +["sw_vers", "-productVersion"], +check=True, +std

[llvm-branch-commits] [ASan] Make dyld_insert_libraries_reexec work with internal shell (PR #168655)

2025-11-19 Thread Andrew Haberlandt via llvm-branch-commits
https://github.com/ndrewh approved this pull request. https://github.com/llvm/llvm-project/pull/168655 ___ llvm-branch-commits mailing list [email protected] https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-branch-commits