pkgsrc-WIP-changes archive

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

llvm-git: Sync PLIST with upstream



Module Name:	pkgsrc-wip
Committed By:	Kamil Rytarowski <n54%gmx.com@localhost>
Pushed By:	kamil
Date:		Mon Jan 18 22:48:04 2016 +0100
Changeset:	13788efc1f88a96a728d8aec5949250c3bc05808

Modified Files:
	llvm-git/PLIST

Log Message:
llvm-git: Sync PLIST with upstream

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

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

diffstat:
 llvm-git/PLIST | 18 ++++++++++++++++--
 1 file changed, 16 insertions(+), 2 deletions(-)

diffs:
diff --git a/llvm-git/PLIST b/llvm-git/PLIST
index efb4f01..55fa076 100644
--- a/llvm-git/PLIST
+++ b/llvm-git/PLIST
@@ -35,6 +35,7 @@ bin/llvm-tblgen
 bin/obj2yaml
 bin/opt
 bin/sancov
+bin/sanstats
 bin/verify-uselistorder
 bin/yaml2obj
 include/llvm-c/Analysis.h
@@ -86,7 +87,9 @@ include/llvm/ADT/MapVector.h
 include/llvm/ADT/None.h
 include/llvm/ADT/Optional.h
 include/llvm/ADT/PackedVector.h
+include/llvm/ADT/PointerEmbeddedInt.h
 include/llvm/ADT/PointerIntPair.h
+include/llvm/ADT/PointerSumType.h
 include/llvm/ADT/PointerUnion.h
 include/llvm/ADT/PostOrderIterator.h
 include/llvm/ADT/PriorityQueue.h
@@ -306,6 +309,8 @@ include/llvm/Config/AsmPrinters.def
 include/llvm/Config/Disassemblers.def
 include/llvm/Config/Targets.def
 include/llvm/Config/llvm-config.h
+include/llvm/DebugInfo/CodeView/CVLeafTypes.def
+include/llvm/DebugInfo/CodeView/CVSymbolTypes.def
 include/llvm/DebugInfo/CodeView/CodeView.h
 include/llvm/DebugInfo/CodeView/CodeViewOStream.h
 include/llvm/DebugInfo/CodeView/FieldListRecordBuilder.h
@@ -314,6 +319,7 @@ include/llvm/DebugInfo/CodeView/Line.h
 include/llvm/DebugInfo/CodeView/ListRecordBuilder.h
 include/llvm/DebugInfo/CodeView/MemoryTypeTableBuilder.h
 include/llvm/DebugInfo/CodeView/MethodListRecordBuilder.h
+include/llvm/DebugInfo/CodeView/SymbolRecord.h
 include/llvm/DebugInfo/CodeView/TypeIndex.h
 include/llvm/DebugInfo/CodeView/TypeRecord.h
 include/llvm/DebugInfo/CodeView/TypeRecordBuilder.h
@@ -419,7 +425,13 @@ include/llvm/ExecutionEngine/Orc/LogicalDylib.h
 include/llvm/ExecutionEngine/Orc/NullResolver.h
 include/llvm/ExecutionEngine/Orc/ObjectLinkingLayer.h
 include/llvm/ExecutionEngine/Orc/ObjectTransformLayer.h
-include/llvm/ExecutionEngine/Orc/OrcTargetSupport.h
+include/llvm/ExecutionEngine/Orc/OrcArchitectureSupport.h
+include/llvm/ExecutionEngine/Orc/OrcError.h
+include/llvm/ExecutionEngine/Orc/OrcRemoteTargetClient.h
+include/llvm/ExecutionEngine/Orc/OrcRemoteTargetRPCAPI.h
+include/llvm/ExecutionEngine/Orc/OrcRemoteTargetServer.h
+include/llvm/ExecutionEngine/Orc/RPCChannel.h
+include/llvm/ExecutionEngine/Orc/RPCUtils.h
 include/llvm/ExecutionEngine/OrcMCJITReplacement.h
 include/llvm/ExecutionEngine/RTDyldMemoryManager.h
 include/llvm/ExecutionEngine/RuntimeDyld.h
@@ -676,6 +688,7 @@ include/llvm/Support/ELFRelocs/PowerPC.def
 include/llvm/Support/ELFRelocs/PowerPC64.def
 include/llvm/Support/ELFRelocs/Sparc.def
 include/llvm/Support/ELFRelocs/SystemZ.def
+include/llvm/Support/ELFRelocs/WebAssembly.def
 include/llvm/Support/ELFRelocs/i386.def
 include/llvm/Support/ELFRelocs/${MACHINE_ARCH}.def
 include/llvm/Support/Endian.h
@@ -725,7 +738,6 @@ include/llvm/Support/Recycler.h
 include/llvm/Support/RecyclingAllocator.h
 include/llvm/Support/Regex.h
 include/llvm/Support/Registry.h
-include/llvm/Support/RegistryParser.h
 include/llvm/Support/SMLoc.h
 include/llvm/Support/SaveAndRestore.h
 include/llvm/Support/ScaledNumber.h
@@ -823,6 +835,7 @@ include/llvm/Transforms/Utils/ModuleUtils.h
 include/llvm/Transforms/Utils/PromoteMemToReg.h
 include/llvm/Transforms/Utils/SSAUpdater.h
 include/llvm/Transforms/Utils/SSAUpdaterImpl.h
+include/llvm/Transforms/Utils/SanitizerStats.h
 include/llvm/Transforms/Utils/SimplifyIndVar.h
 include/llvm/Transforms/Utils/SimplifyLibCalls.h
 include/llvm/Transforms/Utils/SplitModule.h
@@ -902,3 +915,4 @@ share/llvm/cmake/LLVMExternalProjectUtils.cmake
 share/llvm/cmake/LLVMInstallSymlink.cmake
 share/llvm/cmake/LLVMProcessSources.cmake
 share/llvm/cmake/TableGen.cmake
+share/llvm/cmake/VersionFromVCS.cmake


Home | Main Index | Thread Index | Old Index