Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/external/apache2/llvm/librt Add AMDGPUDisassembler to LLVM r...



details:   https://anonhg.NetBSD.org/src/rev/94c2ed26fec2
branches:  trunk
changeset: 377524:94c2ed26fec2
user:      rjs <rjs%NetBSD.org@localhost>
date:      Sat Jul 15 21:14:01 2023 +0000

description:
Add AMDGPUDisassembler to LLVM runtime.

diffstat:

 external/apache2/llvm/librt/Makefile                           |  3 ++-
 external/apache2/llvm/librt/libLLVMAMDGPUDisassembler/Makefile |  3 +++
 2 files changed, 5 insertions(+), 1 deletions(-)

diffs (24 lines):

diff -r 966ff892fdca -r 94c2ed26fec2 external/apache2/llvm/librt/Makefile
--- a/external/apache2/llvm/librt/Makefile      Sat Jul 15 21:11:58 2023 +0000
+++ b/external/apache2/llvm/librt/Makefile      Sat Jul 15 21:14:01 2023 +0000
@@ -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
 
diff -r 966ff892fdca -r 94c2ed26fec2 external/apache2/llvm/librt/libLLVMAMDGPUDisassembler/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/external/apache2/llvm/librt/libLLVMAMDGPUDisassembler/Makefile    Sat Jul 15 21:14:01 2023 +0000
@@ -0,0 +1,3 @@
+#      $NetBSD: Makefile,v 1.1 2023/07/15 21:14:01 rjs Exp $
+
+.include <bsd.init.mk>



Home | Main Index | Thread Index | Old Index