Adapt PLISt for today's snapshot.
XXX: rpath still contains entries relative to WRKDIR.
This commit is contained in:
parent
db90063295
commit
d6212e4db4
1 changed files with 35 additions and 30 deletions
65
llvm/PLIST
65
llvm/PLIST
|
@ -1,14 +1,11 @@
|
|||
@comment $NetBSD: PLIST,v 1.7 2009/11/07 23:30:33 asau Exp $
|
||||
@comment $NetBSD: PLIST,v 1.8 2009/12/06 22:22:42 thomasklausner Exp $
|
||||
bin/bugpoint
|
||||
bin/gccas
|
||||
bin/gccld
|
||||
bin/llc
|
||||
bin/lli
|
||||
bin/llvm-ar
|
||||
bin/llvm-as
|
||||
bin/llvm-bcanalyzer
|
||||
bin/llvm-config
|
||||
bin/llvm-db
|
||||
bin/llvm-dis
|
||||
bin/llvm-extract
|
||||
bin/llvm-ld
|
||||
|
@ -34,6 +31,7 @@ include/llvm/ADT/APFloat.h
|
|||
include/llvm/ADT/APInt.h
|
||||
include/llvm/ADT/APSInt.h
|
||||
include/llvm/ADT/BitVector.h
|
||||
include/llvm/ADT/DeltaAlgorithm.h
|
||||
include/llvm/ADT/DenseMap.h
|
||||
include/llvm/ADT/DenseMapInfo.h
|
||||
include/llvm/ADT/DenseSet.h
|
||||
|
@ -41,7 +39,6 @@ include/llvm/ADT/DepthFirstIterator.h
|
|||
include/llvm/ADT/EquivalenceClasses.h
|
||||
include/llvm/ADT/FoldingSet.h
|
||||
include/llvm/ADT/GraphTraits.h
|
||||
include/llvm/ADT/HashExtras.h
|
||||
include/llvm/ADT/ImmutableList.h
|
||||
include/llvm/ADT/ImmutableMap.h
|
||||
include/llvm/ADT/ImmutableSet.h
|
||||
|
@ -67,15 +64,15 @@ include/llvm/ADT/StringExtras.h
|
|||
include/llvm/ADT/StringMap.h
|
||||
include/llvm/ADT/StringRef.h
|
||||
include/llvm/ADT/StringSet.h
|
||||
include/llvm/ADT/StringSwitch.h
|
||||
include/llvm/ADT/Trie.h
|
||||
include/llvm/ADT/Triple.h
|
||||
include/llvm/ADT/Twine.h
|
||||
include/llvm/ADT/UniqueVector.h
|
||||
include/llvm/ADT/ValueMap.h
|
||||
include/llvm/ADT/VectorExtras.h
|
||||
include/llvm/ADT/ilist.h
|
||||
include/llvm/ADT/ilist_node.h
|
||||
include/llvm/ADT/iterator.cmake
|
||||
include/llvm/ADT/iterator.h
|
||||
include/llvm/AbstractTypeUser.h
|
||||
include/llvm/Analysis/AliasAnalysis.h
|
||||
include/llvm/Analysis/AliasSetTracker.h
|
||||
|
@ -85,21 +82,26 @@ include/llvm/Analysis/CaptureTracking.h
|
|||
include/llvm/Analysis/ConstantFolding.h
|
||||
include/llvm/Analysis/ConstantsScanner.h
|
||||
include/llvm/Analysis/DebugInfo.h
|
||||
include/llvm/Analysis/DomPrinter.h
|
||||
include/llvm/Analysis/DominatorInternals.h
|
||||
include/llvm/Analysis/Dominators.h
|
||||
include/llvm/Analysis/FindUsedTypes.h
|
||||
include/llvm/Analysis/IVUsers.h
|
||||
include/llvm/Analysis/InlineCost.h
|
||||
include/llvm/Analysis/InstructionSimplify.h
|
||||
include/llvm/Analysis/Interval.h
|
||||
include/llvm/Analysis/IntervalIterator.h
|
||||
include/llvm/Analysis/IntervalPartition.h
|
||||
include/llvm/Analysis/LazyValueInfo.h
|
||||
include/llvm/Analysis/LibCallAliasAnalysis.h
|
||||
include/llvm/Analysis/LibCallSemantics.h
|
||||
include/llvm/Analysis/LiveValues.h
|
||||
include/llvm/Analysis/LoopDependenceAnalysis.h
|
||||
include/llvm/Analysis/LoopInfo.h
|
||||
include/llvm/Analysis/LoopPass.h
|
||||
include/llvm/Analysis/LoopVR.h
|
||||
include/llvm/Analysis/MemoryBuiltins.h
|
||||
include/llvm/Analysis/MemoryDependenceAnalysis.h
|
||||
include/llvm/Analysis/PHITransAddr.h
|
||||
include/llvm/Analysis/Passes.h
|
||||
include/llvm/Analysis/PointerTracking.h
|
||||
include/llvm/Analysis/PostDominators.h
|
||||
|
@ -139,7 +141,6 @@ include/llvm/CodeGen/BinaryObject.h
|
|||
include/llvm/CodeGen/BreakCriticalMachineEdge.h
|
||||
include/llvm/CodeGen/CallingConvLower.h
|
||||
include/llvm/CodeGen/DAGISelHeader.h
|
||||
include/llvm/CodeGen/Dump.h
|
||||
include/llvm/CodeGen/DwarfWriter.h
|
||||
include/llvm/CodeGen/ELFRelocation.h
|
||||
include/llvm/CodeGen/FastISel.h
|
||||
|
@ -151,7 +152,6 @@ include/llvm/CodeGen/GCs.h
|
|||
include/llvm/CodeGen/IntrinsicLowering.h
|
||||
include/llvm/CodeGen/JITCodeEmitter.h
|
||||
include/llvm/CodeGen/LatencyPriorityQueue.h
|
||||
include/llvm/CodeGen/LazyLiveness.h
|
||||
include/llvm/CodeGen/LinkAllAsmWriterComponents.h
|
||||
include/llvm/CodeGen/LinkAllCodegenComponents.h
|
||||
include/llvm/CodeGen/LiveInterval.h
|
||||
|
@ -175,12 +175,15 @@ include/llvm/CodeGen/MachineLocation.h
|
|||
include/llvm/CodeGen/MachineLoopInfo.h
|
||||
include/llvm/CodeGen/MachineMemOperand.h
|
||||
include/llvm/CodeGen/MachineModuleInfo.h
|
||||
include/llvm/CodeGen/MachineModuleInfoImpls.h
|
||||
include/llvm/CodeGen/MachineOperand.h
|
||||
include/llvm/CodeGen/MachinePassRegistry.h
|
||||
include/llvm/CodeGen/MachineRegisterInfo.h
|
||||
include/llvm/CodeGen/MachineRelocation.h
|
||||
include/llvm/CodeGen/MachineSSAUpdater.h
|
||||
include/llvm/CodeGen/ObjectCodeEmitter.h
|
||||
include/llvm/CodeGen/Passes.h
|
||||
include/llvm/CodeGen/ProcessImplicitDefs.h
|
||||
include/llvm/CodeGen/PseudoSourceValue.h
|
||||
include/llvm/CodeGen/RegAllocRegistry.h
|
||||
include/llvm/CodeGen/RegisterCoalescer.h
|
||||
|
@ -192,6 +195,7 @@ include/llvm/CodeGen/SchedulerRegistry.h
|
|||
include/llvm/CodeGen/SelectionDAG.h
|
||||
include/llvm/CodeGen/SelectionDAGISel.h
|
||||
include/llvm/CodeGen/SelectionDAGNodes.h
|
||||
include/llvm/CodeGen/SlotIndexes.h
|
||||
include/llvm/CodeGen/ValueTypes.h
|
||||
include/llvm/CodeGen/ValueTypes.td
|
||||
include/llvm/CompilerDriver/Action.h
|
||||
|
@ -206,18 +210,12 @@ include/llvm/CompilerDriver/Plugin.h
|
|||
include/llvm/CompilerDriver/Tool.h
|
||||
include/llvm/Config/AsmParsers.def
|
||||
include/llvm/Config/AsmPrinters.def
|
||||
include/llvm/Config/Disassemblers.def
|
||||
include/llvm/Config/Targets.def
|
||||
include/llvm/Config/alloca.h
|
||||
include/llvm/Config/config.h
|
||||
include/llvm/Config/config.h.cmake
|
||||
include/llvm/Constant.h
|
||||
include/llvm/Constants.h
|
||||
include/llvm/Debugger/Debugger.h
|
||||
include/llvm/Debugger/InferiorProcess.h
|
||||
include/llvm/Debugger/ProgramInfo.h
|
||||
include/llvm/Debugger/RuntimeInfo.h
|
||||
include/llvm/Debugger/SourceFile.h
|
||||
include/llvm/Debugger/SourceLanguage.h
|
||||
include/llvm/DerivedTypes.h
|
||||
include/llvm/ExecutionEngine/ExecutionEngine.h
|
||||
include/llvm/ExecutionEngine/GenericValue.h
|
||||
|
@ -240,7 +238,6 @@ include/llvm/Intrinsics.h
|
|||
include/llvm/Intrinsics.td
|
||||
include/llvm/IntrinsicsARM.td
|
||||
include/llvm/IntrinsicsAlpha.td
|
||||
include/llvm/IntrinsicsBlackfin.td
|
||||
include/llvm/IntrinsicsCellSPU.td
|
||||
include/llvm/IntrinsicsPowerPC.td
|
||||
include/llvm/IntrinsicsX86.td
|
||||
|
@ -249,11 +246,18 @@ include/llvm/LLVMContext.h
|
|||
include/llvm/LinkAllPasses.h
|
||||
include/llvm/LinkAllVMCore.h
|
||||
include/llvm/Linker.h
|
||||
include/llvm/MC/MCAsmInfo.h
|
||||
include/llvm/MC/MCAsmInfoCOFF.h
|
||||
include/llvm/MC/MCAsmInfoDarwin.h
|
||||
include/llvm/MC/MCAsmLexer.h
|
||||
include/llvm/MC/MCAsmParser.h
|
||||
include/llvm/MC/MCAssembler.h
|
||||
include/llvm/MC/MCCodeEmitter.h
|
||||
include/llvm/MC/MCContext.h
|
||||
include/llvm/MC/MCDisassembler.h
|
||||
include/llvm/MC/MCExpr.h
|
||||
include/llvm/MC/MCInst.h
|
||||
include/llvm/MC/MCInstPrinter.h
|
||||
include/llvm/MC/MCSection.h
|
||||
include/llvm/MC/MCSectionELF.h
|
||||
include/llvm/MC/MCSectionMachO.h
|
||||
|
@ -271,7 +275,6 @@ include/llvm/PassAnalysisSupport.h
|
|||
include/llvm/PassManager.h
|
||||
include/llvm/PassManagers.h
|
||||
include/llvm/PassSupport.h
|
||||
include/llvm/Support/AIXDataTypesFix.h
|
||||
include/llvm/Support/AlignOf.h
|
||||
include/llvm/Support/Allocator.h
|
||||
include/llvm/Support/CFG.h
|
||||
|
@ -283,8 +286,6 @@ include/llvm/Support/ConstantFolder.h
|
|||
include/llvm/Support/ConstantRange.h
|
||||
include/llvm/Support/DOTGraphTraits.h
|
||||
include/llvm/Support/DataFlow.h
|
||||
include/llvm/Support/DataTypes.h
|
||||
include/llvm/Support/DataTypes.h.cmake
|
||||
include/llvm/Support/Debug.h
|
||||
include/llvm/Support/DebugLoc.h
|
||||
include/llvm/Support/Dwarf.h
|
||||
|
@ -297,6 +298,7 @@ include/llvm/Support/FormattedStream.h
|
|||
include/llvm/Support/GetElementPtrTypeIterator.h
|
||||
include/llvm/Support/GraphWriter.h
|
||||
include/llvm/Support/IRBuilder.h
|
||||
include/llvm/Support/IRReader.h
|
||||
include/llvm/Support/InstIterator.h
|
||||
include/llvm/Support/InstVisitor.h
|
||||
include/llvm/Support/LeakDetector.h
|
||||
|
@ -316,24 +318,28 @@ include/llvm/Support/PredIteratorCache.h
|
|||
include/llvm/Support/PrettyStackTrace.h
|
||||
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/SlowOperationInformer.h
|
||||
include/llvm/Support/SourceMgr.h
|
||||
include/llvm/Support/StableBasicBlockNumbering.h
|
||||
include/llvm/Support/StandardPasses.h
|
||||
include/llvm/Support/Streams.h
|
||||
include/llvm/Support/StringPool.h
|
||||
include/llvm/Support/SystemUtils.h
|
||||
include/llvm/Support/TargetFolder.h
|
||||
include/llvm/Support/Timer.h
|
||||
include/llvm/Support/TypeBuilder.h
|
||||
include/llvm/Support/ValueHandle.h
|
||||
include/llvm/Support/raw_os_ostream.h
|
||||
include/llvm/Support/raw_ostream.h
|
||||
include/llvm/Support/type_traits.h
|
||||
include/llvm/SymbolTableListTraits.h
|
||||
include/llvm/System/AIXDataTypesFix.h
|
||||
include/llvm/System/Alarm.h
|
||||
include/llvm/System/Atomic.h
|
||||
include/llvm/System/DataTypes.h
|
||||
include/llvm/System/DataTypes.h.cmake
|
||||
include/llvm/System/Disassembler.h
|
||||
include/llvm/System/DynamicLibrary.h
|
||||
include/llvm/System/Errno.h
|
||||
|
@ -351,11 +357,8 @@ include/llvm/System/Solaris.h
|
|||
include/llvm/System/ThreadLocal.h
|
||||
include/llvm/System/Threading.h
|
||||
include/llvm/System/TimeValue.h
|
||||
include/llvm/Target/COFFTargetAsmInfo.h
|
||||
include/llvm/Target/DarwinTargetAsmInfo.h
|
||||
include/llvm/Target/SubtargetFeature.h
|
||||
include/llvm/Target/Target.td
|
||||
include/llvm/Target/TargetAsmInfo.h
|
||||
include/llvm/Target/TargetAsmParser.h
|
||||
include/llvm/Target/TargetCallingConv.td
|
||||
include/llvm/Target/TargetData.h
|
||||
|
@ -387,9 +390,9 @@ include/llvm/Transforms/Utils/BasicBlockUtils.h
|
|||
include/llvm/Transforms/Utils/BasicInliner.h
|
||||
include/llvm/Transforms/Utils/Cloning.h
|
||||
include/llvm/Transforms/Utils/FunctionUtils.h
|
||||
include/llvm/Transforms/Utils/InlineCost.h
|
||||
include/llvm/Transforms/Utils/Local.h
|
||||
include/llvm/Transforms/Utils/PromoteMemToReg.h
|
||||
include/llvm/Transforms/Utils/SSAUpdater.h
|
||||
include/llvm/Transforms/Utils/SSI.h
|
||||
include/llvm/Transforms/Utils/UnifyFunctionExitNodes.h
|
||||
include/llvm/Transforms/Utils/UnrollLoop.h
|
||||
|
@ -409,7 +412,6 @@ lib/libLLVMBitReader.a
|
|||
lib/libLLVMBitWriter.a
|
||||
lib/libLLVMCodeGen.a
|
||||
lib/libLLVMCore.a
|
||||
lib/libLLVMDebugger.a
|
||||
lib/libLLVMExecutionEngine.a
|
||||
lib/libLLVMHello.so
|
||||
lib/libLLVMInstrumentation.a
|
||||
|
@ -426,15 +428,18 @@ lib/libLLVMTransformUtils.a
|
|||
lib/libLLVMX86AsmParser.a
|
||||
lib/libLLVMX86AsmPrinter.a
|
||||
lib/libLLVMX86CodeGen.a
|
||||
lib/libLLVMX86Disassembler.a
|
||||
lib/libLLVMX86Info.a
|
||||
lib/libLLVMipa.a
|
||||
lib/libLLVMipo.a
|
||||
lib/libLTO.a
|
||||
lib/libLTO.so
|
||||
lib/libUnitTestMain.a
|
||||
lib/libplugin_llvmc_Base.a
|
||||
lib/libplugin_llvmc_Clang.a
|
||||
lib/libprofile_rt.so
|
||||
man/man1/bugpoint.1
|
||||
man/man1/lit.1
|
||||
man/man1/llc.1
|
||||
man/man1/lli.1
|
||||
man/man1/llvm-ar.1
|
||||
|
@ -465,6 +470,7 @@ share/doc/llvm/html/CodingStandards.html
|
|||
share/doc/llvm/html/CommandGuide/FileCheck.html
|
||||
share/doc/llvm/html/CommandGuide/bugpoint.html
|
||||
share/doc/llvm/html/CommandGuide/index.html
|
||||
share/doc/llvm/html/CommandGuide/lit.html
|
||||
share/doc/llvm/html/CommandGuide/llc.html
|
||||
share/doc/llvm/html/CommandGuide/lli.html
|
||||
share/doc/llvm/html/CommandGuide/llvm-ar.html
|
||||
|
@ -489,6 +495,7 @@ share/doc/llvm/html/CommandLine.html
|
|||
share/doc/llvm/html/CompilerDriver.html
|
||||
share/doc/llvm/html/CompilerDriverTutorial.html
|
||||
share/doc/llvm/html/CompilerWriterInfo.html
|
||||
share/doc/llvm/html/DebuggingJITedCode.html
|
||||
share/doc/llvm/html/DeveloperPolicy.html
|
||||
share/doc/llvm/html/ExceptionHandling.html
|
||||
share/doc/llvm/html/ExtendingLLVM.html
|
||||
|
@ -508,7 +515,6 @@ share/doc/llvm/html/MakefileGuide.html
|
|||
share/doc/llvm/html/Passes.html
|
||||
share/doc/llvm/html/ProgrammersManual.html
|
||||
share/doc/llvm/html/Projects.html
|
||||
share/doc/llvm/html/ReleaseNotes-${PKGVERSION}.html
|
||||
share/doc/llvm/html/ReleaseNotes.html
|
||||
share/doc/llvm/html/SourceLevelDebugging.html
|
||||
share/doc/llvm/html/SystemLibrary.html
|
||||
|
@ -525,8 +531,6 @@ share/doc/llvm/html/img/objdeps.gif
|
|||
share/doc/llvm/html/img/venusflytrap.jpg
|
||||
share/doc/llvm/html/index.html
|
||||
share/doc/llvm/html/llvm.css
|
||||
share/doc/llvm/html/tutorial/JITTutorial1.html
|
||||
share/doc/llvm/html/tutorial/JITTutorial2.html
|
||||
share/doc/llvm/html/tutorial/LangImpl1.html
|
||||
share/doc/llvm/html/tutorial/LangImpl2.html
|
||||
share/doc/llvm/html/tutorial/LangImpl3.html
|
||||
|
@ -545,6 +549,7 @@ share/doc/llvm/html/tutorial/OCamlLangImpl7.html
|
|||
share/doc/llvm/html/tutorial/index.html
|
||||
share/doc/llvm/ps/FileCheck.ps
|
||||
share/doc/llvm/ps/bugpoint.ps
|
||||
share/doc/llvm/ps/lit.ps
|
||||
share/doc/llvm/ps/llc.ps
|
||||
share/doc/llvm/ps/lli.ps
|
||||
share/doc/llvm/ps/llvm-ar.ps
|
||||
|
|
Loading…
Reference in a new issue