Module Name:    src
Committed By:   mrg
Date:           Tue Jul  2 21:56:00 UTC 2024

Modified Files:
        src/external/apache2/llvm/lib/libLLVMAMDGPUCodeGen: Makefile

Log Message:
arm64 GCC 12.4 complains about SILateBranchLowering.cpp.

turn off stringop-overread warning for GCC.


To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 \
    src/external/apache2/llvm/lib/libLLVMAMDGPUCodeGen/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/external/apache2/llvm/lib/libLLVMAMDGPUCodeGen/Makefile
diff -u src/external/apache2/llvm/lib/libLLVMAMDGPUCodeGen/Makefile:1.2 src/external/apache2/llvm/lib/libLLVMAMDGPUCodeGen/Makefile:1.3
--- src/external/apache2/llvm/lib/libLLVMAMDGPUCodeGen/Makefile:1.2	Sun May 30 01:56:50 2021
+++ src/external/apache2/llvm/lib/libLLVMAMDGPUCodeGen/Makefile	Tue Jul  2 21:56:00 2024
@@ -1,4 +1,4 @@
-#	$NetBSD: Makefile,v 1.2 2021/05/30 01:56:50 joerg Exp $
+#	$NetBSD: Makefile,v 1.3 2024/07/02 21:56:00 mrg Exp $
 
 LIB=	LLVMAMDGPUCodeGen
 
@@ -153,3 +153,5 @@ TABLEGEN_OUTPUT.R600.td= \
 .else
 .include <bsd.lib.mk>
 .endif
+
+CWARNFLAGS.gcc+=  ${CC_WNO_STRINGOP_OVERREAD}

Reply via email to