Module Name:    src
Committed By:   rjs
Date:           Sat Jul 15 21:14:01 UTC 2023

Modified Files:
        src/external/apache2/llvm/librt: Makefile
Added Files:
        src/external/apache2/llvm/librt/libLLVMAMDGPUDisassembler: Makefile

Log Message:
Add AMDGPUDisassembler to LLVM runtime.


To generate a diff of this commit:
cvs rdiff -u -r1.4 -r1.5 src/external/apache2/llvm/librt/Makefile
cvs rdiff -u -r0 -r1.1 \
    src/external/apache2/llvm/librt/libLLVMAMDGPUDisassembler/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/librt/Makefile
diff -u src/external/apache2/llvm/librt/Makefile:1.4 src/external/apache2/llvm/librt/Makefile:1.5
--- src/external/apache2/llvm/librt/Makefile:1.4	Sun May 30 01:56:58 2021
+++ src/external/apache2/llvm/librt/Makefile	Sat Jul 15 21:14:01 2023
@@ -1,4 +1,4 @@
-#	$NetBSD: Makefile,v 1.4 2021/05/30 01:56:58 joerg Exp $
+#	$NetBSD: Makefile,v 1.5 2023/07/15 21:14:01 rjs Exp $
 
 .include <bsd.own.mk>
 
@@ -92,6 +92,7 @@ SUBDIR+= \
 	libLLVMAMDGPUMCTargetDesc \
 	libLLVMAMDGPUTargetInfo \
 	libLLVMAMDGPUAsmParser \
+	libLLVMAMDGPUDisassembler \
 	libLLVMAMDGPUUtils
 .endif
 

Added files:

Index: src/external/apache2/llvm/librt/libLLVMAMDGPUDisassembler/Makefile
diff -u /dev/null src/external/apache2/llvm/librt/libLLVMAMDGPUDisassembler/Makefile:1.1
--- /dev/null	Sat Jul 15 21:14:01 2023
+++ src/external/apache2/llvm/librt/libLLVMAMDGPUDisassembler/Makefile	Sat Jul 15 21:14:01 2023
@@ -0,0 +1,3 @@
+#	$NetBSD: Makefile,v 1.1 2023/07/15 21:14:01 rjs Exp $
+
+.include <bsd.init.mk>

Reply via email to