CVS commit: src/external/bsd/llvm/lib/libLLVMAMDGPUUtils

2019-03-11 Thread Maya Rashish
Module Name:src
Committed By:   maya
Date:   Tue Mar 12 02:07:14 UTC 2019

Modified Files:
src/external/bsd/llvm/lib/libLLVMAMDGPUUtils: Makefile

Log Message:
Correct copy-paste error. From joerg, thanks.


To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 \
src/external/bsd/llvm/lib/libLLVMAMDGPUUtils/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/bsd/llvm/lib/libLLVMAMDGPUUtils/Makefile
diff -u src/external/bsd/llvm/lib/libLLVMAMDGPUUtils/Makefile:1.1 src/external/bsd/llvm/lib/libLLVMAMDGPUUtils/Makefile:1.2
--- src/external/bsd/llvm/lib/libLLVMAMDGPUUtils/Makefile:1.1	Sun Mar 10 12:14:06 2019
+++ src/external/bsd/llvm/lib/libLLVMAMDGPUUtils/Makefile	Tue Mar 12 02:07:14 2019
@@ -1,11 +1,11 @@
-#	$NetBSD: Makefile,v 1.1 2019/03/10 12:14:06 mrg Exp $
+#	$NetBSD: Makefile,v 1.2 2019/03/12 02:07:14 maya Exp $
 
 LIB=	LLVMAMDGPUUtils
 
 .include 
 
-X86_OBJDIR!=	cd ${.CURDIR}/../libLLVMAMDGPUCodeGen && ${PRINTOBJDIR}
-CPPFLAGS+=	-I${X86_OBJDIR} -I${LLVM_SRCDIR}/lib/Target/AMDGPU
+AMDGPU_OBJDIR!=	cd ${.CURDIR}/../libLLVMAMDGPUCodeGen && ${PRINTOBJDIR}
+CPPFLAGS+=	-I${AMDGPU_OBJDIR} -I${LLVM_SRCDIR}/lib/Target/AMDGPU
 
 CPPFLAGS+=	-I${LLVM_SRCDIR}/lib/Target/AMDGPU
 



CVS commit: src/external/bsd/llvm/lib/libLLVMAMDGPUUtils

2019-03-11 Thread Maya Rashish
Module Name:src
Committed By:   maya
Date:   Tue Mar 12 02:07:14 UTC 2019

Modified Files:
src/external/bsd/llvm/lib/libLLVMAMDGPUUtils: Makefile

Log Message:
Correct copy-paste error. From joerg, thanks.


To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 \
src/external/bsd/llvm/lib/libLLVMAMDGPUUtils/Makefile

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



CVS commit: src/external/bsd/llvm/lib

2014-08-10 Thread Joerg Sonnenberger
Module Name:src
Committed By:   joerg
Date:   Sun Aug 10 17:35:08 UTC 2014

Modified Files:
src/external/bsd/llvm/lib/libclangStaticAnalyzerCheckers: Makefile
src/external/bsd/llvm/lib/liblldCore: Makefile
src/external/bsd/llvm/lib/liblldPasses: Makefile
src/external/bsd/llvm/lib/liblldReaderWriterELFMips: Makefile
src/external/bsd/llvm/lib/liblldReaderWriterMachO: Makefile
src/external/bsd/llvm/lib/liblldbAPI: Makefile
src/external/bsd/llvm/lib/liblldbCore: Makefile
src/external/bsd/llvm/lib/liblldbHostCommon: Makefile
src/external/bsd/llvm/lib/liblldbInterpreter: Makefile
src/external/bsd/llvm/lib/liblldbPluginProcessUtility: Makefile
src/external/bsd/llvm/lib/liblldbTarget: Makefile
src/external/bsd/llvm/lib/liblldbUtility: Makefile
Added Files:
src/external/bsd/llvm/lib/libclangRewrite: Makefile
src/external/bsd/llvm/lib/liblldbPluginABISysV_hexagon: Makefile
src/external/bsd/llvm/lib/liblldbPluginDynamicLoaderHexagonDYLD:
Makefile
src/external/bsd/llvm/lib/liblldbPluginPlatformKalimba: Makefile
Removed Files:
src/external/bsd/llvm/lib/libclangRewriteCore: Makefile
src/external/bsd/llvm/lib/libclangRewriteFrontend: Makefile

Log Message:
Update build glue for LLVM/Clang 3.6svn r215315. Changes include various
performance improvements across all backends and a much improved PPC32
backend.


To generate a diff of this commit:
cvs rdiff -u -r0 -r1.5 src/external/bsd/llvm/lib/libclangRewrite/Makefile
cvs rdiff -u -r1.1 -r0 src/external/bsd/llvm/lib/libclangRewriteCore/Makefile
cvs rdiff -u -r1.1 -r0 \
src/external/bsd/llvm/lib/libclangRewriteFrontend/Makefile
cvs rdiff -u -r1.23 -r1.24 \
src/external/bsd/llvm/lib/libclangStaticAnalyzerCheckers/Makefile
cvs rdiff -u -r1.3 -r1.4 src/external/bsd/llvm/lib/liblldCore/Makefile
cvs rdiff -u -r1.2 -r1.3 src/external/bsd/llvm/lib/liblldPasses/Makefile
cvs rdiff -u -r1.2 -r1.3 \
src/external/bsd/llvm/lib/liblldReaderWriterELFMips/Makefile
cvs rdiff -u -r1.5 -r1.6 \
src/external/bsd/llvm/lib/liblldReaderWriterMachO/Makefile
cvs rdiff -u -r1.2 -r1.3 src/external/bsd/llvm/lib/liblldbAPI/Makefile
cvs rdiff -u -r1.2 -r1.3 src/external/bsd/llvm/lib/liblldbCore/Makefile
cvs rdiff -u -r1.2 -r1.3 src/external/bsd/llvm/lib/liblldbHostCommon/Makefile
cvs rdiff -u -r1.1 -r1.2 \
src/external/bsd/llvm/lib/liblldbInterpreter/Makefile
cvs rdiff -u -r0 -r1.1 \
src/external/bsd/llvm/lib/liblldbPluginABISysV_hexagon/Makefile
cvs rdiff -u -r0 -r1.1 \
src/external/bsd/llvm/lib/liblldbPluginDynamicLoaderHexagonDYLD/Makefile
cvs rdiff -u -r0 -r1.1 \
src/external/bsd/llvm/lib/liblldbPluginPlatformKalimba/Makefile
cvs rdiff -u -r1.3 -r1.4 \
src/external/bsd/llvm/lib/liblldbPluginProcessUtility/Makefile
cvs rdiff -u -r1.4 -r1.5 src/external/bsd/llvm/lib/liblldbTarget/Makefile
cvs rdiff -u -r1.2 -r1.3 src/external/bsd/llvm/lib/liblldbUtility/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/bsd/llvm/lib/libclangStaticAnalyzerCheckers/Makefile
diff -u src/external/bsd/llvm/lib/libclangStaticAnalyzerCheckers/Makefile:1.23 src/external/bsd/llvm/lib/libclangStaticAnalyzerCheckers/Makefile:1.24
--- src/external/bsd/llvm/lib/libclangStaticAnalyzerCheckers/Makefile:1.23	Wed Jan 15 22:21:35 2014
+++ src/external/bsd/llvm/lib/libclangStaticAnalyzerCheckers/Makefile	Sun Aug 10 17:35:06 2014
@@ -1,4 +1,4 @@
-#	$NetBSD: Makefile,v 1.23 2014/01/15 22:21:35 joerg Exp $
+#	$NetBSD: Makefile,v 1.24 2014/08/10 17:35:06 joerg Exp $
 
 LIB=	clangStaticAnalyzerCheckers
 
@@ -62,6 +62,7 @@ SRCS+=	AllocationDiagnostics.cpp \
 	StackAddrEscapeChecker.cpp \
 	StreamChecker.cpp \
 	TaintTesterChecker.cpp \
+	TestAfterDivZeroChecker.cpp \
 	TraversalChecker.cpp \
 	UndefBranchChecker.cpp \
 	UndefCapturedBlockVarChecker.cpp \

Index: src/external/bsd/llvm/lib/liblldCore/Makefile
diff -u src/external/bsd/llvm/lib/liblldCore/Makefile:1.3 src/external/bsd/llvm/lib/liblldCore/Makefile:1.4
--- src/external/bsd/llvm/lib/liblldCore/Makefile:1.3	Thu Nov 28 14:19:59 2013
+++ src/external/bsd/llvm/lib/liblldCore/Makefile	Sun Aug 10 17:35:07 2014
@@ -1,4 +1,4 @@
-#	$NetBSD: Makefile,v 1.3 2013/11/28 14:19:59 joerg Exp $
+#	$NetBSD: Makefile,v 1.4 2014/08/10 17:35:07 joerg Exp $
 
 LIB=	lldCore
 
@@ -11,7 +11,6 @@ SRCS+=	DefinedAtom.cpp \
 	File.cpp \
 	InputGraph.cpp \
 	LinkingContext.cpp \
-	PassManager.cpp \
 	Resolver.cpp \
 	SymbolTable.cpp
 

Index: src/external/bsd/llvm/lib/liblldPasses/Makefile
diff -u src/external/bsd/llvm/lib/liblldPasses/Makefile:1.2 src/external/bsd/llvm/lib/liblldPasses/Makefile:1.3
--- src/external/bsd/llvm/lib/liblldPasses/Makefile:1.2	Wed Oct 30 20:27:39 2013
+++ src/external/bsd/llvm/lib/liblldPasses/Makefile	Sun Aug 10 17:35:07 2014
@@ -1,4 +1,4 @@
-#	$NetBSD: Makefile,v 1.2 2013/10/30 

CVS commit: src/external/bsd/llvm/lib

2014-08-10 Thread Joerg Sonnenberger
Module Name:src
Committed By:   joerg
Date:   Sun Aug 10 17:35:08 UTC 2014

Modified Files:
src/external/bsd/llvm/lib/libclangStaticAnalyzerCheckers: Makefile
src/external/bsd/llvm/lib/liblldCore: Makefile
src/external/bsd/llvm/lib/liblldPasses: Makefile
src/external/bsd/llvm/lib/liblldReaderWriterELFMips: Makefile
src/external/bsd/llvm/lib/liblldReaderWriterMachO: Makefile
src/external/bsd/llvm/lib/liblldbAPI: Makefile
src/external/bsd/llvm/lib/liblldbCore: Makefile
src/external/bsd/llvm/lib/liblldbHostCommon: Makefile
src/external/bsd/llvm/lib/liblldbInterpreter: Makefile
src/external/bsd/llvm/lib/liblldbPluginProcessUtility: Makefile
src/external/bsd/llvm/lib/liblldbTarget: Makefile
src/external/bsd/llvm/lib/liblldbUtility: Makefile
Added Files:
src/external/bsd/llvm/lib/libclangRewrite: Makefile
src/external/bsd/llvm/lib/liblldbPluginABISysV_hexagon: Makefile
src/external/bsd/llvm/lib/liblldbPluginDynamicLoaderHexagonDYLD:
Makefile
src/external/bsd/llvm/lib/liblldbPluginPlatformKalimba: Makefile
Removed Files:
src/external/bsd/llvm/lib/libclangRewriteCore: Makefile
src/external/bsd/llvm/lib/libclangRewriteFrontend: Makefile

Log Message:
Update build glue for LLVM/Clang 3.6svn r215315. Changes include various
performance improvements across all backends and a much improved PPC32
backend.


To generate a diff of this commit:
cvs rdiff -u -r0 -r1.5 src/external/bsd/llvm/lib/libclangRewrite/Makefile
cvs rdiff -u -r1.1 -r0 src/external/bsd/llvm/lib/libclangRewriteCore/Makefile
cvs rdiff -u -r1.1 -r0 \
src/external/bsd/llvm/lib/libclangRewriteFrontend/Makefile
cvs rdiff -u -r1.23 -r1.24 \
src/external/bsd/llvm/lib/libclangStaticAnalyzerCheckers/Makefile
cvs rdiff -u -r1.3 -r1.4 src/external/bsd/llvm/lib/liblldCore/Makefile
cvs rdiff -u -r1.2 -r1.3 src/external/bsd/llvm/lib/liblldPasses/Makefile
cvs rdiff -u -r1.2 -r1.3 \
src/external/bsd/llvm/lib/liblldReaderWriterELFMips/Makefile
cvs rdiff -u -r1.5 -r1.6 \
src/external/bsd/llvm/lib/liblldReaderWriterMachO/Makefile
cvs rdiff -u -r1.2 -r1.3 src/external/bsd/llvm/lib/liblldbAPI/Makefile
cvs rdiff -u -r1.2 -r1.3 src/external/bsd/llvm/lib/liblldbCore/Makefile
cvs rdiff -u -r1.2 -r1.3 src/external/bsd/llvm/lib/liblldbHostCommon/Makefile
cvs rdiff -u -r1.1 -r1.2 \
src/external/bsd/llvm/lib/liblldbInterpreter/Makefile
cvs rdiff -u -r0 -r1.1 \
src/external/bsd/llvm/lib/liblldbPluginABISysV_hexagon/Makefile
cvs rdiff -u -r0 -r1.1 \
src/external/bsd/llvm/lib/liblldbPluginDynamicLoaderHexagonDYLD/Makefile
cvs rdiff -u -r0 -r1.1 \
src/external/bsd/llvm/lib/liblldbPluginPlatformKalimba/Makefile
cvs rdiff -u -r1.3 -r1.4 \
src/external/bsd/llvm/lib/liblldbPluginProcessUtility/Makefile
cvs rdiff -u -r1.4 -r1.5 src/external/bsd/llvm/lib/liblldbTarget/Makefile
cvs rdiff -u -r1.2 -r1.3 src/external/bsd/llvm/lib/liblldbUtility/Makefile

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



CVS commit: src/external/bsd/llvm/lib/libLLVMLineEditor

2014-02-14 Thread Joerg Sonnenberger
Module Name:src
Committed By:   joerg
Date:   Fri Feb 14 20:32:58 UTC 2014

Added Files:
src/external/bsd/llvm/lib/libLLVMLineEditor: Makefile

Log Message:
Build glue for the libedit wrapper, not yet used.


To generate a diff of this commit:
cvs rdiff -u -r0 -r1.1 src/external/bsd/llvm/lib/libLLVMLineEditor/Makefile

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

Added files:

Index: src/external/bsd/llvm/lib/libLLVMLineEditor/Makefile
diff -u /dev/null src/external/bsd/llvm/lib/libLLVMLineEditor/Makefile:1.1
--- /dev/null	Fri Feb 14 20:32:58 2014
+++ src/external/bsd/llvm/lib/libLLVMLineEditor/Makefile	Fri Feb 14 20:32:58 2014
@@ -0,0 +1,15 @@
+#	$NetBSD: Makefile,v 1.1 2014/02/14 20:32:58 joerg Exp $
+
+LIB=	LLVMLineEditor
+
+.include bsd.init.mk
+
+.PATH: ${LLVM_SRCDIR}/lib/LineEditor
+
+SRCS+=	LineEditor.cpp
+
+.if defined(HOSTLIB)
+.include bsd.hostlib.mk
+.else
+.include bsd.lib.mk
+.endif



CVS commit: src/external/bsd/llvm/lib/libLLVMLineEditor

2014-02-14 Thread Joerg Sonnenberger
Module Name:src
Committed By:   joerg
Date:   Fri Feb 14 20:32:58 UTC 2014

Added Files:
src/external/bsd/llvm/lib/libLLVMLineEditor: Makefile

Log Message:
Build glue for the libedit wrapper, not yet used.


To generate a diff of this commit:
cvs rdiff -u -r0 -r1.1 src/external/bsd/llvm/lib/libLLVMLineEditor/Makefile

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



CVS commit: src/external/bsd/llvm/lib/liblldbPluginSystemRuntimeMacOSX

2013-11-28 Thread Joerg Sonnenberger
Module Name:src
Committed By:   joerg
Date:   Thu Nov 28 14:20:33 UTC 2013

Added Files:
src/external/bsd/llvm/lib/liblldbPluginSystemRuntimeMacOSX: Makefile

Log Message:
Forgotten file in update to r195771.


To generate a diff of this commit:
cvs rdiff -u -r0 -r1.1 \
src/external/bsd/llvm/lib/liblldbPluginSystemRuntimeMacOSX/Makefile

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

Added files:

Index: src/external/bsd/llvm/lib/liblldbPluginSystemRuntimeMacOSX/Makefile
diff -u /dev/null src/external/bsd/llvm/lib/liblldbPluginSystemRuntimeMacOSX/Makefile:1.1
--- /dev/null	Thu Nov 28 14:20:33 2013
+++ src/external/bsd/llvm/lib/liblldbPluginSystemRuntimeMacOSX/Makefile	Thu Nov 28 14:20:33 2013
@@ -0,0 +1,15 @@
+#	$NetBSD: Makefile,v 1.1 2013/11/28 14:20:33 joerg Exp $
+
+LIB=	lldbPluginSystemRuntimeMacOSX
+
+.include bsd.init.mk
+
+.PATH: ${LLDB_SRCDIR}/source/Plugins/SystemRuntime/MacOSX
+
+SRCS+=	SystemRuntimeMacOSX.cpp
+
+.if defined(HOSTLIB)
+.include bsd.hostlib.mk
+.else
+.include bsd.lib.mk
+.endif



CVS commit: src/external/bsd/llvm/lib/liblldbPluginSystemRuntimeMacOSX

2013-11-28 Thread Joerg Sonnenberger
Module Name:src
Committed By:   joerg
Date:   Thu Nov 28 14:20:33 UTC 2013

Added Files:
src/external/bsd/llvm/lib/liblldbPluginSystemRuntimeMacOSX: Makefile

Log Message:
Forgotten file in update to r195771.


To generate a diff of this commit:
cvs rdiff -u -r0 -r1.1 \
src/external/bsd/llvm/lib/liblldbPluginSystemRuntimeMacOSX/Makefile

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



CVS commit: src/external/bsd/llvm/lib

2013-09-03 Thread Joerg Sonnenberger
Module Name:src
Committed By:   joerg
Date:   Tue Sep  3 14:54:00 UTC 2013

Modified Files:
src/external/bsd/llvm/lib/libLLVMSupport: Makefile
src/external/bsd/llvm/lib/libLLVMX86Disassembler: Makefile

Log Message:
Use CPPFLAGS.src and not COPTS.src to override -std=c++11 flag. The
latter doesn't help make depend.


To generate a diff of this commit:
cvs rdiff -u -r1.20 -r1.21 src/external/bsd/llvm/lib/libLLVMSupport/Makefile
cvs rdiff -u -r1.2 -r1.3 \
src/external/bsd/llvm/lib/libLLVMX86Disassembler/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/bsd/llvm/lib/libLLVMSupport/Makefile
diff -u src/external/bsd/llvm/lib/libLLVMSupport/Makefile:1.20 src/external/bsd/llvm/lib/libLLVMSupport/Makefile:1.21
--- src/external/bsd/llvm/lib/libLLVMSupport/Makefile:1.20	Mon Sep  2 14:34:56 2013
+++ src/external/bsd/llvm/lib/libLLVMSupport/Makefile	Tue Sep  3 14:54:00 2013
@@ -1,4 +1,4 @@
-#	$NetBSD: Makefile,v 1.20 2013/09/02 14:34:56 joerg Exp $
+#	$NetBSD: Makefile,v 1.21 2013/09/03 14:54:00 joerg Exp $
 
 LIB=	LLVMSupport
 
@@ -111,7 +111,7 @@ SRCS+=	Host.inc \
 	TimeValue.inc
 
 .for src in ${SRCS:M*.c}
-COPTS.${src}+=	-std=gnu99
+CPPFLAGS.${src}+=	-std=gnu99
 .endfor
 
 .if defined(HOSTLIB)

Index: src/external/bsd/llvm/lib/libLLVMX86Disassembler/Makefile
diff -u src/external/bsd/llvm/lib/libLLVMX86Disassembler/Makefile:1.2 src/external/bsd/llvm/lib/libLLVMX86Disassembler/Makefile:1.3
--- src/external/bsd/llvm/lib/libLLVMX86Disassembler/Makefile:1.2	Mon Sep  2 14:34:56 2013
+++ src/external/bsd/llvm/lib/libLLVMX86Disassembler/Makefile	Tue Sep  3 14:54:00 2013
@@ -1,4 +1,4 @@
-#	$NetBSD: Makefile,v 1.2 2013/09/02 14:34:56 joerg Exp $
+#	$NetBSD: Makefile,v 1.3 2013/09/03 14:54:00 joerg Exp $
 
 LIB=	LLVMX86Disassembler
 
@@ -13,7 +13,7 @@ SRCS+=	X86Disassembler.cpp \
 	X86DisassemblerDecoder.c
 
 .for src in ${SRCS:M*.c}
-COPTS.${src}+=	-std=gnu99
+CPPFLAGS.${src}+=	-std=gnu99
 .endfor
 
 .if defined(HOSTLIB)



CVS commit: src/external/bsd/llvm/lib

2013-09-03 Thread Joerg Sonnenberger
Module Name:src
Committed By:   joerg
Date:   Tue Sep  3 14:54:00 UTC 2013

Modified Files:
src/external/bsd/llvm/lib/libLLVMSupport: Makefile
src/external/bsd/llvm/lib/libLLVMX86Disassembler: Makefile

Log Message:
Use CPPFLAGS.src and not COPTS.src to override -std=c++11 flag. The
latter doesn't help make depend.


To generate a diff of this commit:
cvs rdiff -u -r1.20 -r1.21 src/external/bsd/llvm/lib/libLLVMSupport/Makefile
cvs rdiff -u -r1.2 -r1.3 \
src/external/bsd/llvm/lib/libLLVMX86Disassembler/Makefile

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



CVS commit: src/external/bsd/llvm/lib

2012-08-09 Thread Joerg Sonnenberger
Module Name:src
Committed By:   joerg
Date:   Thu Aug  9 14:39:02 UTC 2012

Modified Files:
src/external/bsd/llvm/lib: Makefile
Added Files:
src/external/bsd/llvm/lib/libclangASTMatchers: Makefile

Log Message:
Add (optional) libclangASTMatchers.


To generate a diff of this commit:
cvs rdiff -u -r1.23 -r1.24 src/external/bsd/llvm/lib/Makefile
cvs rdiff -u -r0 -r1.1 src/external/bsd/llvm/lib/libclangASTMatchers/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/bsd/llvm/lib/Makefile
diff -u src/external/bsd/llvm/lib/Makefile:1.23 src/external/bsd/llvm/lib/Makefile:1.24
--- src/external/bsd/llvm/lib/Makefile:1.23	Sun Jun 17 15:12:13 2012
+++ src/external/bsd/llvm/lib/Makefile	Thu Aug  9 14:39:01 2012
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.23 2012/06/17 15:12:13 joerg Exp $
+# $NetBSD: Makefile,v 1.24 2012/08/09 14:39:01 joerg Exp $
 
 .include bsd.own.mk
 
@@ -100,7 +100,8 @@ SUBDIR+= \
 
 .if ${NO_LLVM_DEVELOPER:Uno} == no  ${LLVM_DEVELOPER:U} == yes
 SUBDIR+= \
-	libclangTooling
+	libclangTooling \
+	libclangASTMatchers
 .endif
 
 .include bsd.subdir.mk

Added files:

Index: src/external/bsd/llvm/lib/libclangASTMatchers/Makefile
diff -u /dev/null src/external/bsd/llvm/lib/libclangASTMatchers/Makefile:1.1
--- /dev/null	Thu Aug  9 14:39:02 2012
+++ src/external/bsd/llvm/lib/libclangASTMatchers/Makefile	Thu Aug  9 14:39:01 2012
@@ -0,0 +1,16 @@
+#	$NetBSD: Makefile,v 1.1 2012/08/09 14:39:01 joerg Exp $
+
+LIB=	clangASTMatchers
+
+.include bsd.init.mk
+
+.PATH: ${CLANG_SRCDIR}/lib/ASTMatchers
+
+SRCS+=	ASTMatchFinder.cpp \
+	ASTMatchersInternal.cpp
+
+.if defined(HOSTLIB)
+.include bsd.hostlib.mk
+.else
+.include bsd.lib.mk
+.endif



CVS commit: src/external/bsd/llvm/lib

2012-08-09 Thread Joerg Sonnenberger
Module Name:src
Committed By:   joerg
Date:   Thu Aug  9 14:39:02 UTC 2012

Modified Files:
src/external/bsd/llvm/lib: Makefile
Added Files:
src/external/bsd/llvm/lib/libclangASTMatchers: Makefile

Log Message:
Add (optional) libclangASTMatchers.


To generate a diff of this commit:
cvs rdiff -u -r1.23 -r1.24 src/external/bsd/llvm/lib/Makefile
cvs rdiff -u -r0 -r1.1 src/external/bsd/llvm/lib/libclangASTMatchers/Makefile

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



CVS commit: src/external/bsd/llvm/lib

2012-06-17 Thread Joerg Sonnenberger
Module Name:src
Committed By:   joerg
Date:   Sun Jun 17 15:12:13 UTC 2012

Modified Files:
src/external/bsd/llvm/lib: Makefile

Log Message:
Including bsd.own.mk twice in a row is a bit too much


To generate a diff of this commit:
cvs rdiff -u -r1.22 -r1.23 src/external/bsd/llvm/lib/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/bsd/llvm/lib/Makefile
diff -u src/external/bsd/llvm/lib/Makefile:1.22 src/external/bsd/llvm/lib/Makefile:1.23
--- src/external/bsd/llvm/lib/Makefile:1.22	Sun Apr 29 19:19:05 2012
+++ src/external/bsd/llvm/lib/Makefile	Sun Jun 17 15:12:13 2012
@@ -1,6 +1,4 @@
-# $NetBSD: Makefile,v 1.22 2012/04/29 19:19:05 joerg Exp $
-
-.include bsd.own.mk
+# $NetBSD: Makefile,v 1.23 2012/06/17 15:12:13 joerg Exp $
 
 .include bsd.own.mk
 



CVS commit: src/external/bsd/llvm/lib

2012-06-17 Thread Joerg Sonnenberger
Module Name:src
Committed By:   joerg
Date:   Sun Jun 17 15:12:13 UTC 2012

Modified Files:
src/external/bsd/llvm/lib: Makefile

Log Message:
Including bsd.own.mk twice in a row is a bit too much


To generate a diff of this commit:
cvs rdiff -u -r1.22 -r1.23 src/external/bsd/llvm/lib/Makefile

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



CVS commit: src/external/bsd/llvm/lib

2011-07-07 Thread Joerg Sonnenberger
Module Name:src
Committed By:   joerg
Date:   Thu Jul  7 21:46:50 UTC 2011

Modified Files:
src/external/bsd/llvm/lib: Makefile

Log Message:
Invert def/undef condition to make LLVM_DEVELOPER=yes work as expected.


To generate a diff of this commit:
cvs rdiff -u -r1.11 -r1.12 src/external/bsd/llvm/lib/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/bsd/llvm/lib/Makefile
diff -u src/external/bsd/llvm/lib/Makefile:1.11 src/external/bsd/llvm/lib/Makefile:1.12
--- src/external/bsd/llvm/lib/Makefile:1.11	Tue Jul  5 19:37:11 2011
+++ src/external/bsd/llvm/lib/Makefile	Thu Jul  7 21:46:50 2011
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.11 2011/07/05 19:37:11 joerg Exp $
+# $NetBSD: Makefile,v 1.12 2011/07/07 21:46:50 joerg Exp $
 
 .include bsd.own.mk
 
@@ -55,7 +55,7 @@
 	libLLVMX86TargetInfo \
 	libLLVMX86Utils
 
-.if ${NO_LLVM_DEVELOPER:Dno} == yes  ${LLVM_DEVELOPER:U} == yes
+.if ${NO_LLVM_DEVELOPER:Uno} == no  ${LLVM_DEVELOPER:U} == yes
 SUBDIR+= \
 	libLLVMArchive \
 	libLLVMCBackend \



CVS commit: src/external/bsd/llvm/lib

2011-07-07 Thread Joerg Sonnenberger
Module Name:src
Committed By:   joerg
Date:   Thu Jul  7 21:46:50 UTC 2011

Modified Files:
src/external/bsd/llvm/lib: Makefile

Log Message:
Invert def/undef condition to make LLVM_DEVELOPER=yes work as expected.


To generate a diff of this commit:
cvs rdiff -u -r1.11 -r1.12 src/external/bsd/llvm/lib/Makefile

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