diff options
author | perky <perky@FreeBSD.org> | 2006-08-10 11:07:26 +0800 |
---|---|---|
committer | perky <perky@FreeBSD.org> | 2006-08-10 11:07:26 +0800 |
commit | c073e4fcdbf7a72a9b81189c8521ab03674c0461 (patch) | |
tree | 4198ebd9bf25c8eefeb1969414242f537ed5c8dc /devel/llvm | |
parent | acb799e4177482013bc4cfeb430228fa1ba23e69 (diff) | |
download | freebsd-ports-gnome-c073e4fcdbf7a72a9b81189c8521ab03674c0461.tar.gz freebsd-ports-gnome-c073e4fcdbf7a72a9b81189c8521ab03674c0461.tar.zst freebsd-ports-gnome-c073e4fcdbf7a72a9b81189c8521ab03674c0461.zip |
Update to 1.8
Diffstat (limited to 'devel/llvm')
-rw-r--r-- | devel/llvm/Makefile | 6 | ||||
-rw-r--r-- | devel/llvm/distinfo | 6 | ||||
-rw-r--r-- | devel/llvm/pkg-plist | 45 |
3 files changed, 27 insertions, 30 deletions
diff --git a/devel/llvm/Makefile b/devel/llvm/Makefile index 7a9c1acb9076..0d3bc9c55c81 100644 --- a/devel/llvm/Makefile +++ b/devel/llvm/Makefile @@ -6,7 +6,7 @@ # PORTNAME= llvm -PORTVERSION= 1.7 +PORTVERSION= 1.8 CATEGORIES= devel lang MASTER_SITES= http://llvm.org/releases/${PORTVERSION}/ @@ -25,8 +25,8 @@ WRKSRC= ${WRKDIR}/llvm MAN1= analyze.1 bugpoint.1 gccas.1 gccld.1 llc.1 lli.1 llvm-ar.1 \ llvm-as.1 llvm-bcanalyzer.1 llvm-config.1 llvm-db.1 \ llvm-dis.1 llvm-extract.1 llvm-ld.1 llvm-link.1 llvm-nm.1 \ - llvm-prof.1 llvm-ranlib.1 llvmc.1 llvmgcc.1 llvmgxx.1 \ - opt.1 stkrc.1 + llvm-prof.1 llvm-ranlib.1 llvm2cpp.1 llvmc.1 llvmgcc.1 \ + llvmgxx.1 opt.1 stkrc.1 tblgen.1 .include <bsd.port.pre.mk> diff --git a/devel/llvm/distinfo b/devel/llvm/distinfo index e23e767a2c08..aacbd57246f4 100644 --- a/devel/llvm/distinfo +++ b/devel/llvm/distinfo @@ -1,3 +1,3 @@ -MD5 (llvm-1.7.tar.gz) = 145d5215328e663570ef2488b04af11d -SHA256 (llvm-1.7.tar.gz) = 0cddc689548beb5163ac305918b549b8f995a505476572eaf70fcbdaf1d00673 -SIZE (llvm-1.7.tar.gz) = 4598379 +MD5 (llvm-1.8.tar.gz) = 670c0c58822970a542e72c5b048bab21 +SHA256 (llvm-1.8.tar.gz) = 5512db9c1786df920e0d759005132ea92e597cfe7f3751e75d8b730917b17cd3 +SIZE (llvm-1.8.tar.gz) = 4467496 diff --git a/devel/llvm/pkg-plist b/devel/llvm/pkg-plist index 47de718d16cd..3101ed7aefbf 100644 --- a/devel/llvm/pkg-plist +++ b/devel/llvm/pkg-plist @@ -1,7 +1,5 @@ bin/analyze bin/bugpoint -bin/burg -bin/fpcmp bin/gccas bin/gccld bin/llc @@ -19,19 +17,15 @@ bin/llvm-nm bin/llvm-prof bin/llvm-ranlib bin/llvm-stub +bin/llvm2cpp bin/llvmc bin/opt -bin/stkrc -bin/tblgen etc/llvm/.dir -etc/llvm/C etc/llvm/c etc/llvm/c++ -etc/llvm/cc etc/llvm/cpp etc/llvm/cxx etc/llvm/ll -etc/llvm/st include/llvm/ADT/BitSetVector.h include/llvm/ADT/DenseMap.h include/llvm/ADT/DepthFirstIterator.h @@ -43,6 +37,7 @@ include/llvm/ADT/SCCIterator.h include/llvm/ADT/STLExtras.h include/llvm/ADT/SetOperations.h include/llvm/ADT/SetVector.h +include/llvm/ADT/SmallVector.h include/llvm/ADT/Statistic.h include/llvm/ADT/StringExtras.h include/llvm/ADT/Tree.h @@ -59,6 +54,7 @@ include/llvm/Analysis/CFGPrinter.h include/llvm/Analysis/CallGraph.h include/llvm/Analysis/ConstantFolding.h include/llvm/Analysis/ConstantsScanner.h +include/llvm/Analysis/DataStructure/CallTargets.h include/llvm/Analysis/DataStructure/DSGraph.h include/llvm/Analysis/DataStructure/DSGraphTraits.h include/llvm/Analysis/DataStructure/DSNode.h @@ -118,6 +114,7 @@ include/llvm/CodeGen/MachineFunction.h include/llvm/CodeGen/MachineFunctionPass.h include/llvm/CodeGen/MachineInstr.h include/llvm/CodeGen/MachineInstrBuilder.h +include/llvm/CodeGen/MachineJumpTableInfo.h include/llvm/CodeGen/MachineLocation.h include/llvm/CodeGen/MachineRelocation.h include/llvm/CodeGen/Passes.h @@ -159,8 +156,10 @@ include/llvm/Intrinsics.h include/llvm/Intrinsics.td include/llvm/IntrinsicsPowerPC.td include/llvm/IntrinsicsX86.td +include/llvm/LinkAllVMCore.h include/llvm/Linker.h include/llvm/Module.h +include/llvm/Module.h.orig include/llvm/ModuleProvider.h include/llvm/Pass.h include/llvm/PassAnalysisSupport.h @@ -196,13 +195,14 @@ include/llvm/Support/SlowOperationInformer.h include/llvm/Support/StableBasicBlockNumbering.h include/llvm/Support/SystemUtils.h include/llvm/Support/Timer.h -include/llvm/Support/ToolRunner.h include/llvm/Support/TypeInfo.h +include/llvm/Support/Visibility.h include/llvm/Support/type_traits.h include/llvm/SymbolTable.h include/llvm/SymbolTableListTraits.h include/llvm/System/Alarm.h include/llvm/System/DynamicLibrary.h +include/llvm/System/IncludeFile.h include/llvm/System/LICENSE.TXT include/llvm/System/MappedFile.h include/llvm/System/Memory.h @@ -223,7 +223,6 @@ include/llvm/Target/TargetLowering.h include/llvm/Target/TargetMachine.h include/llvm/Target/TargetMachineRegistry.h include/llvm/Target/TargetOptions.h -include/llvm/Target/TargetSchedInfo.h include/llvm/Target/TargetSubtarget.h include/llvm/Transforms/IPO.h include/llvm/Transforms/Instrumentation.h @@ -242,42 +241,37 @@ include/llvm/Use.h include/llvm/User.h include/llvm/Value.h include/llvm/ValueSymbolTable.h +lib/LLVMARM.o lib/LLVMAlpha.o -lib/LLVMAsmParser.o -lib/LLVMBCReader.o -lib/LLVMBCWriter.o lib/LLVMCBackend.o -lib/LLVMCodeGen.o -lib/LLVMCore.o lib/LLVMDataStructure.o -lib/LLVMDebugger.o lib/LLVMExecutionEngine.o lib/LLVMIA64.o lib/LLVMInterpreter.o lib/LLVMJIT.o lib/LLVMPowerPC.o -lib/LLVMSelectionDAG.o lib/LLVMSparc.o -lib/LLVMSparcV9.o -lib/LLVMSparcV9InstrSched.o -lib/LLVMSparcV9LiveVar.o -lib/LLVMSparcV9ModuloSched.o -lib/LLVMSparcV9RegAlloc.o lib/LLVMX86.o -lib/LLVMbzip2.o lib/libLLVMAnalysis.a lib/libLLVMArchive.a +lib/libLLVMAsmParser.a +lib/libLLVMBCReader.a +lib/libLLVMBCWriter.a +lib/libLLVMCodeGen.a +lib/libLLVMCore.a +lib/libLLVMDebugger.a lib/libLLVMInstrumentation.a lib/libLLVMLinker.a lib/libLLVMScalarOpts.a +lib/libLLVMSelectionDAG.a lib/libLLVMSupport.a lib/libLLVMSystem.a lib/libLLVMTarget.a lib/libLLVMTransformUtils.a lib/libLLVMTransforms.a +lib/libLLVMbzip2.a lib/libLLVMipa.a lib/libLLVMipo.a -lib/stkr_compiler.o %%DOCSDIR%%/html.tar.gz %%DOCSDIR%%/html/AliasAnalysis.html %%DOCSDIR%%/html/Bugpoint.html @@ -304,12 +298,14 @@ lib/stkr_compiler.o %%DOCSDIR%%/html/CommandGuide/llvm-nm.html %%DOCSDIR%%/html/CommandGuide/llvm-prof.html %%DOCSDIR%%/html/CommandGuide/llvm-ranlib.html +%%DOCSDIR%%/html/CommandGuide/llvm2cpp.html %%DOCSDIR%%/html/CommandGuide/llvmc.html %%DOCSDIR%%/html/CommandGuide/llvmgcc.html %%DOCSDIR%%/html/CommandGuide/llvmgxx.html %%DOCSDIR%%/html/CommandGuide/manpage.css %%DOCSDIR%%/html/CommandGuide/opt.html %%DOCSDIR%%/html/CommandGuide/stkrc.html +%%DOCSDIR%%/html/CommandGuide/tblgen.html %%DOCSDIR%%/html/CommandLine.html %%DOCSDIR%%/html/CompilerDriver.html %%DOCSDIR%%/html/CompilerWriterInfo.html @@ -320,7 +316,6 @@ lib/stkr_compiler.o %%DOCSDIR%%/html/GettingStartedVS.html %%DOCSDIR%%/html/HowToReleaseLLVM.html %%DOCSDIR%%/html/HowToSubmitABug.html -%%DOCSDIR%%/html/LLVMVsTheWorld.html %%DOCSDIR%%/html/LangRef.html %%DOCSDIR%%/html/Lexicon.html %%DOCSDIR%%/html/MakefileGuide.html @@ -361,11 +356,13 @@ lib/stkr_compiler.o %%DOCSDIR%%/ps/llvm-nm.ps %%DOCSDIR%%/ps/llvm-prof.ps %%DOCSDIR%%/ps/llvm-ranlib.ps +%%DOCSDIR%%/ps/llvm2cpp.ps %%DOCSDIR%%/ps/llvmc.ps %%DOCSDIR%%/ps/llvmgcc.ps %%DOCSDIR%%/ps/llvmgxx.ps %%DOCSDIR%%/ps/opt.ps %%DOCSDIR%%/ps/stkrc.ps +%%DOCSDIR%%/ps/tblgen.ps @dirrm include/llvm/Transforms/Utils @dirrm include/llvm/Transforms @dirrm include/llvm/Target |