Tested on x86_64-darwin17,18,19,20,21,23,24, powerpc64le-linux
pushed to trunk, thanks
Iain

--- 8< ---

Now we have support for findin dyld in the shared cache, we can enable
libsanitizer on newer systems.

libsanitizer/ChangeLog:

        * configure.tgt: Enable for Darwin22+.

Signed-off-by: Iain Sandoe <[email protected]>
---
 libsanitizer/configure.tgt | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/libsanitizer/configure.tgt b/libsanitizer/configure.tgt
index 77a0e68222b..3161ab3ee91 100644
--- a/libsanitizer/configure.tgt
+++ b/libsanitizer/configure.tgt
@@ -65,7 +65,7 @@ case "${target}" in
                HWASAN_SUPPORTED=yes
        fi
        ;;
-  x86_64-*-darwin2[01]* | x86_64-*-darwin1[6-9]* | i?86-*-darwin1[6-8]*)
+  x86_64-*-darwin2* | x86_64-*-darwin1[6-9]* | i?86-*-darwin1[6-8]*)
        TSAN_SUPPORTED=no
        EXTRA_CXXFLAGS="${EXTRA_CXXFLAGS} -Wl,-undefined,dynamic_lookup"
        ;;
-- 
2.39.5 (Apple Git-154)

Reply via email to