pkgsrc-WIP-changes archive

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

llvm-netbsd: Update to SVN 302388



Module Name:	pkgsrc-wip
Committed By:	Kamil Rytarowski <n54%gmx.com@localhost>
Pushed By:	kamil
Date:		Mon May 8 03:52:35 2017 +0200
Changeset:	4f210cc566fd9d1b0723d610eb85a491a839d80a

Modified Files:
	llvm-netbsd/Makefile
	llvm-netbsd/PLIST

Log Message:
llvm-netbsd: Update to SVN 302388

Disable -DLLVM_LINK_LLVM_DYLIB=ON as it currently breaks trunk.

This revision contains patches for LLVM tests on NetBSD.

Sponsored by <The NetBSD Foundation>

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=4f210cc566fd9d1b0723d610eb85a491a839d80a

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

diffstat:
 llvm-netbsd/Makefile |  4 ++--
 llvm-netbsd/PLIST    | 12 ++++++++++--
 2 files changed, 12 insertions(+), 4 deletions(-)

diffs:
diff --git a/llvm-netbsd/Makefile b/llvm-netbsd/Makefile
index 0c18b7f4ff..260137d9f8 100644
--- a/llvm-netbsd/Makefile
+++ b/llvm-netbsd/Makefile
@@ -18,7 +18,7 @@ CATEGORIES=	lang devel
 
 SVN_REPOSITORIES=	llvm
 SVN_REPO.llvm=		http://llvm.org/svn/llvm-project/llvm/trunk
-SVN_REVISION.llvm=	301932
+SVN_REVISION.llvm=	302388
 
 MAINTAINER=	pkgsrc-users%NetBSD.org@localhost
 HOMEPAGE=	http://llvm.org/
@@ -40,7 +40,7 @@ CMAKE_ARGS+=	-DCMAKE_CXX_COMPILER=${CXX:Q}
 CMAKE_ARGS+=	-DCMAKE_CXX_LINK_FLAGS=${LDFLAGS:Q}
 CMAKE_ARGS+=	-DLLVM_BUILD_LLVM_DYLIB=ON
 CMAKE_ARGS+=	-DLLVM_INSTALL_UTILS=ON
-CMAKE_ARGS+=	-DLLVM_LINK_LLVM_DYLIB=ON
+#CMAKE_ARGS+=	-DLLVM_LINK_LLVM_DYLIB=ON
 
 CMAKE_ARGS.Darwin+=	-DCMAKE_LIBTOOL=/usr/bin/libtool
 
diff --git a/llvm-netbsd/PLIST b/llvm-netbsd/PLIST
index 4a0f2f0abe..944566dfa2 100644
--- a/llvm-netbsd/PLIST
+++ b/llvm-netbsd/PLIST
@@ -299,6 +299,7 @@ include/llvm/CodeGen/LiveStackAnalysis.h
 include/llvm/CodeGen/LiveVariables.h
 include/llvm/CodeGen/LowLevelType.h
 include/llvm/CodeGen/MIRParser/MIRParser.h
+include/llvm/CodeGen/MIRPrinter.h
 include/llvm/CodeGen/MIRYamlMapping.h
 include/llvm/CodeGen/MachORelocation.h
 include/llvm/CodeGen/MachineBasicBlock.h
@@ -395,9 +396,11 @@ include/llvm/DebugInfo/CodeView/ModuleDebugFileChecksumFragment.h
 include/llvm/DebugInfo/CodeView/ModuleDebugFragment.h
 include/llvm/DebugInfo/CodeView/ModuleDebugFragmentRecord.h
 include/llvm/DebugInfo/CodeView/ModuleDebugFragmentVisitor.h
+include/llvm/DebugInfo/CodeView/ModuleDebugInlineeLinesFragment.h
 include/llvm/DebugInfo/CodeView/ModuleDebugLineFragment.h
 include/llvm/DebugInfo/CodeView/ModuleDebugUnknownFragment.h
 include/llvm/DebugInfo/CodeView/RecordSerialization.h
+include/llvm/DebugInfo/CodeView/StringTable.h
 include/llvm/DebugInfo/CodeView/SymbolDeserializer.h
 include/llvm/DebugInfo/CodeView/SymbolDumpDelegate.h
 include/llvm/DebugInfo/CodeView/SymbolDumper.h
@@ -447,6 +450,7 @@ include/llvm/DebugInfo/DWARF/DWARFSection.h
 include/llvm/DebugInfo/DWARF/DWARFTypeUnit.h
 include/llvm/DebugInfo/DWARF/DWARFUnit.h
 include/llvm/DebugInfo/DWARF/DWARFUnitIndex.h
+include/llvm/DebugInfo/DWARF/DWARFVerifier.h
 include/llvm/DebugInfo/MSF/IMSFFile.h
 include/llvm/DebugInfo/MSF/MSFBuilder.h
 include/llvm/DebugInfo/MSF/MSFCommon.h
@@ -474,6 +478,7 @@ include/llvm/DebugInfo/PDB/IPDBSession.h
 include/llvm/DebugInfo/PDB/IPDBSourceFile.h
 include/llvm/DebugInfo/PDB/Native/DbiModuleDescriptor.h
 include/llvm/DebugInfo/PDB/Native/DbiModuleDescriptorBuilder.h
+include/llvm/DebugInfo/PDB/Native/DbiModuleList.h
 include/llvm/DebugInfo/PDB/Native/DbiStream.h
 include/llvm/DebugInfo/PDB/Native/DbiStreamBuilder.h
 include/llvm/DebugInfo/PDB/Native/EnumTables.h
@@ -494,13 +499,13 @@ include/llvm/DebugInfo/PDB/Native/NativeRawSymbol.h
 include/llvm/DebugInfo/PDB/Native/NativeSession.h
 include/llvm/DebugInfo/PDB/Native/PDBFile.h
 include/llvm/DebugInfo/PDB/Native/PDBFileBuilder.h
+include/llvm/DebugInfo/PDB/Native/PDBStringTable.h
+include/llvm/DebugInfo/PDB/Native/PDBStringTableBuilder.h
 include/llvm/DebugInfo/PDB/Native/PDBTypeServerHandler.h
 include/llvm/DebugInfo/PDB/Native/PublicsStream.h
 include/llvm/DebugInfo/PDB/Native/RawConstants.h
 include/llvm/DebugInfo/PDB/Native/RawError.h
 include/llvm/DebugInfo/PDB/Native/RawTypes.h
-include/llvm/DebugInfo/PDB/Native/StringTable.h
-include/llvm/DebugInfo/PDB/Native/StringTableBuilder.h
 include/llvm/DebugInfo/PDB/Native/SymbolStream.h
 include/llvm/DebugInfo/PDB/Native/TpiHashing.h
 include/llvm/DebugInfo/PDB/Native/TpiStream.h
@@ -1286,6 +1291,9 @@ ${PLIST.XCore}lib/libLLVMXCoreDisassembler.a
 ${PLIST.XCore}lib/libLLVMXCoreInfo.a
 lib/libLLVMXRay.a
 lib/libLLVMipo.a
+lib/libLLVM-5.0.0svn.${SOEXT}
+lib/libLLVM-5.0svn.${SOEXT}
+lib/libLLVM.${SOEXT}
 lib/libLTO.${SOEXT}
 lib/libLTO.${SOEXT}.5
 lib/libLTO.${SOEXT}.5.0.0svn


Home | Main Index | Thread Index | Old Index