pkgsrc-WIP-changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
llvm-netbsd: Update to r.298111 and sync PLIST
Module Name: pkgsrc-wip
Committed By: Kamil Rytarowski <n54%gmx.com@localhost>
Pushed By: kamil
Date: Fri Mar 17 23:02:35 2017 +0100
Changeset: 01f924337ff93fb692887c11e4f77754b024f0b5
Modified Files:
llvm-netbsd/Makefile
llvm-netbsd/PLIST
Log Message:
llvm-netbsd: Update to r.298111 and sync PLIST
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=01f924337ff93fb692887c11e4f77754b024f0b5
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
diffstat:
llvm-netbsd/Makefile | 2 +-
llvm-netbsd/PLIST | 22 +++++++++++++++-------
2 files changed, 16 insertions(+), 8 deletions(-)
diffs:
diff --git a/llvm-netbsd/Makefile b/llvm-netbsd/Makefile
index f02cdbc330..ad9264cbb2 100644
--- a/llvm-netbsd/Makefile
+++ b/llvm-netbsd/Makefile
@@ -5,7 +5,7 @@ CATEGORIES= lang devel
SVN_REPOSITORIES= llvm
SVN_REPO.llvm= http://llvm.org/svn/llvm-project/llvm/trunk
-SVN_REVISION.llvm= 296360
+SVN_REVISION.llvm= 298111
MAINTAINER= pkgsrc-users%NetBSD.org@localhost
HOMEPAGE= http://llvm.org/
diff --git a/llvm-netbsd/PLIST b/llvm-netbsd/PLIST
index 7ec52410ae..2f053f7330 100644
--- a/llvm-netbsd/PLIST
+++ b/llvm-netbsd/PLIST
@@ -438,13 +438,6 @@ 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/MSF/BinaryByteStream.h
-include/llvm/DebugInfo/MSF/BinaryItemStream.h
-include/llvm/DebugInfo/MSF/BinaryStream.h
-include/llvm/DebugInfo/MSF/BinaryStreamArray.h
-include/llvm/DebugInfo/MSF/BinaryStreamReader.h
-include/llvm/DebugInfo/MSF/BinaryStreamRef.h
-include/llvm/DebugInfo/MSF/BinaryStreamWriter.h
include/llvm/DebugInfo/MSF/IMSFFile.h
include/llvm/DebugInfo/MSF/MSFBuilder.h
include/llvm/DebugInfo/MSF/MSFCommon.h
@@ -473,6 +466,7 @@ include/llvm/DebugInfo/PDB/IPDBSourceFile.h
include/llvm/DebugInfo/PDB/Native/DbiStream.h
include/llvm/DebugInfo/PDB/Native/DbiStreamBuilder.h
include/llvm/DebugInfo/PDB/Native/EnumTables.h
+include/llvm/DebugInfo/PDB/Native/Formatters.h
include/llvm/DebugInfo/PDB/Native/GlobalsStream.h
include/llvm/DebugInfo/PDB/Native/Hash.h
include/llvm/DebugInfo/PDB/Native/HashTable.h
@@ -480,8 +474,11 @@ include/llvm/DebugInfo/PDB/Native/ISectionContribVisitor.h
include/llvm/DebugInfo/PDB/Native/InfoStream.h
include/llvm/DebugInfo/PDB/Native/InfoStreamBuilder.h
include/llvm/DebugInfo/PDB/Native/ModInfo.h
+include/llvm/DebugInfo/PDB/Native/ModInfoBuilder.h
include/llvm/DebugInfo/PDB/Native/ModStream.h
include/llvm/DebugInfo/PDB/Native/NamedStreamMap.h
+include/llvm/DebugInfo/PDB/Native/NativeCompilandSymbol.h
+include/llvm/DebugInfo/PDB/Native/NativeEnumModules.h
include/llvm/DebugInfo/PDB/Native/NativeRawSymbol.h
include/llvm/DebugInfo/PDB/Native/NativeSession.h
include/llvm/DebugInfo/PDB/Native/PDBFile.h
@@ -819,6 +816,14 @@ include/llvm/Support/Allocator.h
include/llvm/Support/ArrayRecycler.h
include/llvm/Support/Atomic.h
include/llvm/Support/AtomicOrdering.h
+include/llvm/Support/BinaryByteStream.h
+include/llvm/Support/BinaryItemStream.h
+include/llvm/Support/BinaryStream.h
+include/llvm/Support/BinaryStreamArray.h
+include/llvm/Support/BinaryStreamError.h
+include/llvm/Support/BinaryStreamReader.h
+include/llvm/Support/BinaryStreamRef.h
+include/llvm/Support/BinaryStreamWriter.h
include/llvm/Support/BlockFrequency.h
include/llvm/Support/BranchProbability.h
include/llvm/Support/CBindingWrapping.h
@@ -889,6 +894,7 @@ include/llvm/Support/LICENSE.TXT
include/llvm/Support/LineIterator.h
include/llvm/Support/Locale.h
include/llvm/Support/LockFileManager.h
+include/llvm/Support/LowLevelTypeImpl.h
include/llvm/Support/MD5.h
include/llvm/Support/MachO.def
include/llvm/Support/MachO.h
@@ -970,6 +976,7 @@ include/llvm/Target/CostTable.h
include/llvm/Target/GenericOpcodes.td
include/llvm/Target/GlobalISel/RegisterBank.td
include/llvm/Target/GlobalISel/SelectionDAGCompat.td
+include/llvm/Target/GlobalISel/Target.td
include/llvm/Target/Target.td
include/llvm/Target/TargetCallingConv.h
include/llvm/Target/TargetCallingConv.td
@@ -1106,6 +1113,7 @@ include/llvm/Transforms/Utils/SplitModule.h
include/llvm/Transforms/Utils/SymbolRewriter.h
include/llvm/Transforms/Utils/UnifyFunctionExitNodes.h
include/llvm/Transforms/Utils/UnrollLoop.h
+include/llvm/Transforms/Utils/VNCoercion.h
include/llvm/Transforms/Utils/ValueMapper.h
include/llvm/Transforms/Vectorize.h
include/llvm/Transforms/Vectorize/LoopVectorize.h
Home |
Main Index |
Thread Index |
Old Index