pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/lang/libLLVM libLLVM: Revert update to 5.0.0



details:   https://anonhg.NetBSD.org/pkgsrc/rev/1580d6d831d2
branches:  trunk
changeset: 372450:1580d6d831d2
user:      gdt <gdt%pkgsrc.org@localhost>
date:      Fri Dec 08 02:14:44 2017 +0000

description:
libLLVM: Revert update to 5.0.0

The update broke MesaLib, which blocks a vast number of packages.  In
the interest of stability heading towards 2017Q4, revert it, leaving
the issue of how to handle updates to this package (how much testing
is required, keeping multiple versions, etc.) to after the branch.

diffstat:

 lang/libLLVM/Makefile                                        |    6 +-
 lang/libLLVM/PLIST                                           |  231 +++-------
 lang/libLLVM/distinfo                                        |   18 +-
 lang/libLLVM/patches/patch-cmake_modules_AddLLVM.cmake       |   21 +-
 lang/libLLVM/patches/patch-include_llvm_Support_Host.h       |   26 +
 lang/libLLVM/patches/patch-lib_Support_Unix_Program.inc      |   16 +
 lang/libLLVM/patches/patch-tools_llvm-config_llvm-config.cpp |   16 +-
 lang/libLLVM/patches/patch-tools_llvm-shlib_CMakeLists.txt   |   22 +-
 8 files changed, 157 insertions(+), 199 deletions(-)

diffs (truncated from 884 to 300 lines):

diff -r ce6a04e46cdf -r 1580d6d831d2 lang/libLLVM/Makefile
--- a/lang/libLLVM/Makefile     Thu Dec 07 23:16:07 2017 +0000
+++ b/lang/libLLVM/Makefile     Fri Dec 08 02:14:44 2017 +0000
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.26 2017/12/01 19:22:13 adam Exp $
+# $NetBSD: Makefile,v 1.27 2017/12/08 02:14:44 gdt Exp $
 
-DISTNAME=      llvm-5.0.0.src
+DISTNAME=      llvm-4.0.1.src
 PKGNAME=       ${DISTNAME:S/llvm/libLLVM/:S/.src//}
 CATEGORIES=    lang devel
 MASTER_SITES=  http://llvm.org/releases/${PKGVERSION_NOREV}/
@@ -123,7 +123,6 @@
 .for f in config.guess config.sub
        cp ../../mk/gnu-config/${f} ${WRKSRC}/cmake/${f}
 .endfor
-       ${RM} ${WRKSRC}/tools/opt-viewer/CMakeLists.txt
 
 post-install:
        ${INSTALL_LIB_DIR} ${DESTDIR}${PREFIX}/lib/libLLVM
@@ -141,6 +140,5 @@
 .endif
 
 .include "../../devel/zlib/buildlink3.mk"
-.include "../../lang/python/application.mk"
 .include "../../lang/python/tool.mk"
 .include "../../mk/bsd.pkg.mk"
diff -r ce6a04e46cdf -r 1580d6d831d2 lang/libLLVM/PLIST
--- a/lang/libLLVM/PLIST        Thu Dec 07 23:16:07 2017 +0000
+++ b/lang/libLLVM/PLIST        Fri Dec 08 02:14:44 2017 +0000
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.10 2017/12/01 19:22:13 adam Exp $
+@comment $NetBSD: PLIST,v 1.11 2017/12/08 02:14:44 gdt Exp $
 include/libLLVM/llvm-c/Analysis.h
 include/libLLVM/llvm-c/BitReader.h
 include/libLLVM/llvm-c/BitWriter.h
@@ -28,7 +28,6 @@
 include/libLLVM/llvm/ADT/ArrayRef.h
 include/libLLVM/llvm/ADT/BitVector.h
 include/libLLVM/llvm/ADT/BitmaskEnum.h
-include/libLLVM/llvm/ADT/BreadthFirstIterator.h
 include/libLLVM/llvm/ADT/CachedHashString.h
 include/libLLVM/llvm/ADT/DAGDeltaAlgorithm.h
 include/libLLVM/llvm/ADT/DeltaAlgorithm.h
@@ -105,7 +104,6 @@
 include/libLLVM/llvm/Analysis/BranchProbabilityInfo.h
 include/libLLVM/llvm/Analysis/CFG.h
 include/libLLVM/llvm/Analysis/CFGPrinter.h
-include/libLLVM/llvm/Analysis/CFLAliasAnalysisUtils.h
 include/libLLVM/llvm/Analysis/CFLAndersAliasAnalysis.h
 include/libLLVM/llvm/Analysis/CFLSteensAliasAnalysis.h
 include/libLLVM/llvm/Analysis/CGSCCPassManager.h
@@ -149,13 +147,10 @@
 include/libLLVM/llvm/Analysis/MemoryBuiltins.h
 include/libLLVM/llvm/Analysis/MemoryDependenceAnalysis.h
 include/libLLVM/llvm/Analysis/MemoryLocation.h
-include/libLLVM/llvm/Analysis/MemorySSA.h
-include/libLLVM/llvm/Analysis/MemorySSAUpdater.h
 include/libLLVM/llvm/Analysis/ModuleSummaryAnalysis.h
 include/libLLVM/llvm/Analysis/ObjCARCAliasAnalysis.h
 include/libLLVM/llvm/Analysis/ObjCARCAnalysisUtils.h
 include/libLLVM/llvm/Analysis/ObjCARCInstKind.h
-include/libLLVM/llvm/Analysis/ObjectUtils.h
 include/libLLVM/llvm/Analysis/OptimizationDiagnosticInfo.h
 include/libLLVM/llvm/Analysis/OrderedBasicBlock.h
 include/libLLVM/llvm/Analysis/PHITransAddr.h
@@ -187,31 +182,6 @@
 include/libLLVM/llvm/Analysis/VectorUtils.h
 include/libLLVM/llvm/AsmParser/Parser.h
 include/libLLVM/llvm/AsmParser/SlotMapping.h
-include/libLLVM/llvm/BinaryFormat/COFF.h
-include/libLLVM/llvm/BinaryFormat/Dwarf.def
-include/libLLVM/llvm/BinaryFormat/Dwarf.h
-include/libLLVM/llvm/BinaryFormat/ELF.h
-include/libLLVM/llvm/BinaryFormat/ELFRelocs/AArch64.def
-include/libLLVM/llvm/BinaryFormat/ELFRelocs/AMDGPU.def
-include/libLLVM/llvm/BinaryFormat/ELFRelocs/ARM.def
-include/libLLVM/llvm/BinaryFormat/ELFRelocs/AVR.def
-include/libLLVM/llvm/BinaryFormat/ELFRelocs/BPF.def
-include/libLLVM/llvm/BinaryFormat/ELFRelocs/Hexagon.def
-include/libLLVM/llvm/BinaryFormat/ELFRelocs/Lanai.def
-include/libLLVM/llvm/BinaryFormat/ELFRelocs/Mips.def
-include/libLLVM/llvm/BinaryFormat/ELFRelocs/PowerPC.def
-include/libLLVM/llvm/BinaryFormat/ELFRelocs/PowerPC64.def
-include/libLLVM/llvm/BinaryFormat/ELFRelocs/RISCV.def
-include/libLLVM/llvm/BinaryFormat/ELFRelocs/Sparc.def
-include/libLLVM/llvm/BinaryFormat/ELFRelocs/SystemZ.def
-include/libLLVM/llvm/BinaryFormat/ELFRelocs/WebAssembly.def
-include/libLLVM/llvm/BinaryFormat/ELFRelocs/i386.def
-include/libLLVM/llvm/BinaryFormat/ELFRelocs/x86_64.def
-include/libLLVM/llvm/BinaryFormat/MachO.def
-include/libLLVM/llvm/BinaryFormat/MachO.h
-include/libLLVM/llvm/BinaryFormat/Magic.h
-include/libLLVM/llvm/BinaryFormat/Wasm.h
-include/libLLVM/llvm/BinaryFormat/WasmRelocs/WebAssembly.def
 include/libLLVM/llvm/Bitcode/BitCodes.h
 include/libLLVM/llvm/Bitcode/BitcodeReader.h
 include/libLLVM/llvm/Bitcode/BitcodeWriter.h
@@ -232,8 +202,6 @@
 include/libLLVM/llvm/CodeGen/DIEValue.def
 include/libLLVM/llvm/CodeGen/DwarfStringPoolEntry.h
 include/libLLVM/llvm/CodeGen/EdgeBundles.h
-include/libLLVM/llvm/CodeGen/ExecutionDepsFix.h
-include/libLLVM/llvm/CodeGen/ExpandReductions.h
 include/libLLVM/llvm/CodeGen/FastISel.h
 include/libLLVM/llvm/CodeGen/FaultMaps.h
 include/libLLVM/llvm/CodeGen/FunctionLoweringInfo.h
@@ -246,11 +214,9 @@
 include/libLLVM/llvm/CodeGen/GlobalISel/IRTranslator.h
 include/libLLVM/llvm/CodeGen/GlobalISel/InstructionSelect.h
 include/libLLVM/llvm/CodeGen/GlobalISel/InstructionSelector.h
-include/libLLVM/llvm/CodeGen/GlobalISel/InstructionSelectorImpl.h
 include/libLLVM/llvm/CodeGen/GlobalISel/Legalizer.h
 include/libLLVM/llvm/CodeGen/GlobalISel/LegalizerHelper.h
 include/libLLVM/llvm/CodeGen/GlobalISel/LegalizerInfo.h
-include/libLLVM/llvm/CodeGen/GlobalISel/Localizer.h
 include/libLLVM/llvm/CodeGen/GlobalISel/MachineIRBuilder.h
 include/libLLVM/llvm/CodeGen/GlobalISel/RegBankSelect.h
 include/libLLVM/llvm/CodeGen/GlobalISel/RegisterBank.h
@@ -260,7 +226,6 @@
 include/libLLVM/llvm/CodeGen/ISDOpcodes.h
 include/libLLVM/llvm/CodeGen/IntrinsicLowering.h
 include/libLLVM/llvm/CodeGen/LatencyPriorityQueue.h
-include/libLLVM/llvm/CodeGen/LazyMachineBlockFrequencyInfo.h
 include/libLLVM/llvm/CodeGen/LexicalScopes.h
 include/libLLVM/llvm/CodeGen/LinkAllAsmWriterComponents.h
 include/libLLVM/llvm/CodeGen/LinkAllCodegenComponents.h
@@ -270,12 +235,10 @@
 include/libLLVM/llvm/CodeGen/LivePhysRegs.h
 include/libLLVM/llvm/CodeGen/LiveRangeEdit.h
 include/libLLVM/llvm/CodeGen/LiveRegMatrix.h
-include/libLLVM/llvm/CodeGen/LiveRegUnits.h
 include/libLLVM/llvm/CodeGen/LiveStackAnalysis.h
 include/libLLVM/llvm/CodeGen/LiveVariables.h
 include/libLLVM/llvm/CodeGen/LowLevelType.h
 include/libLLVM/llvm/CodeGen/MIRParser/MIRParser.h
-include/libLLVM/llvm/CodeGen/MIRPrinter.h
 include/libLLVM/llvm/CodeGen/MIRYamlMapping.h
 include/libLLVM/llvm/CodeGen/MachORelocation.h
 include/libLLVM/llvm/CodeGen/MachineBasicBlock.h
@@ -287,6 +250,7 @@
 include/libLLVM/llvm/CodeGen/MachineDominators.h
 include/libLLVM/llvm/CodeGen/MachineFrameInfo.h
 include/libLLVM/llvm/CodeGen/MachineFunction.h
+include/libLLVM/llvm/CodeGen/MachineFunctionInitializer.h
 include/libLLVM/llvm/CodeGen/MachineFunctionPass.h
 include/libLLVM/llvm/CodeGen/MachineInstr.h
 include/libLLVM/llvm/CodeGen/MachineInstrBuilder.h
@@ -298,7 +262,6 @@
 include/libLLVM/llvm/CodeGen/MachineModuleInfo.h
 include/libLLVM/llvm/CodeGen/MachineModuleInfoImpls.h
 include/libLLVM/llvm/CodeGen/MachineOperand.h
-include/libLLVM/llvm/CodeGen/MachineOptimizationRemarkEmitter.h
 include/libLLVM/llvm/CodeGen/MachinePassRegistry.h
 include/libLLVM/llvm/CodeGen/MachinePostDominators.h
 include/libLLVM/llvm/CodeGen/MachineRegionInfo.h
@@ -307,7 +270,6 @@
 include/libLLVM/llvm/CodeGen/MachineScheduler.h
 include/libLLVM/llvm/CodeGen/MachineTraceMetrics.h
 include/libLLVM/llvm/CodeGen/MachineValueType.h
-include/libLLVM/llvm/CodeGen/MacroFusion.h
 include/libLLVM/llvm/CodeGen/PBQP/CostAllocator.h
 include/libLLVM/llvm/CodeGen/PBQP/Graph.h
 include/libLLVM/llvm/CodeGen/PBQP/Math.h
@@ -334,7 +296,6 @@
 include/libLLVM/llvm/CodeGen/SchedulerRegistry.h
 include/libLLVM/llvm/CodeGen/ScoreboardHazardRecognizer.h
 include/libLLVM/llvm/CodeGen/SelectionDAG.h
-include/libLLVM/llvm/CodeGen/SelectionDAGAddressAnalysis.h
 include/libLLVM/llvm/CodeGen/SelectionDAGISel.h
 include/libLLVM/llvm/CodeGen/SelectionDAGNodes.h
 include/libLLVM/llvm/CodeGen/SelectionDAGTargetInfo.h
@@ -358,34 +319,19 @@
 include/libLLVM/llvm/Config/llvm-config.h
 include/libLLVM/llvm/DebugInfo/CodeView/CVDebugRecord.h
 include/libLLVM/llvm/DebugInfo/CodeView/CVRecord.h
+include/libLLVM/llvm/DebugInfo/CodeView/CVSymbolTypes.def
 include/libLLVM/llvm/DebugInfo/CodeView/CVSymbolVisitor.h
+include/libLLVM/llvm/DebugInfo/CodeView/CVTypeDumper.h
 include/libLLVM/llvm/DebugInfo/CodeView/CVTypeVisitor.h
 include/libLLVM/llvm/DebugInfo/CodeView/CodeView.h
 include/libLLVM/llvm/DebugInfo/CodeView/CodeViewError.h
 include/libLLVM/llvm/DebugInfo/CodeView/CodeViewRecordIO.h
-include/libLLVM/llvm/DebugInfo/CodeView/CodeViewSymbols.def
-include/libLLVM/llvm/DebugInfo/CodeView/CodeViewTypes.def
-include/libLLVM/llvm/DebugInfo/CodeView/DebugChecksumsSubsection.h
-include/libLLVM/llvm/DebugInfo/CodeView/DebugCrossExSubsection.h
-include/libLLVM/llvm/DebugInfo/CodeView/DebugCrossImpSubsection.h
-include/libLLVM/llvm/DebugInfo/CodeView/DebugFrameDataSubsection.h
-include/libLLVM/llvm/DebugInfo/CodeView/DebugInlineeLinesSubsection.h
-include/libLLVM/llvm/DebugInfo/CodeView/DebugLinesSubsection.h
-include/libLLVM/llvm/DebugInfo/CodeView/DebugStringTableSubsection.h
-include/libLLVM/llvm/DebugInfo/CodeView/DebugSubsection.h
-include/libLLVM/llvm/DebugInfo/CodeView/DebugSubsectionRecord.h
-include/libLLVM/llvm/DebugInfo/CodeView/DebugSubsectionVisitor.h
-include/libLLVM/llvm/DebugInfo/CodeView/DebugSymbolRVASubsection.h
-include/libLLVM/llvm/DebugInfo/CodeView/DebugSymbolsSubsection.h
-include/libLLVM/llvm/DebugInfo/CodeView/DebugUnknownSubsection.h
 include/libLLVM/llvm/DebugInfo/CodeView/EnumTables.h
-include/libLLVM/llvm/DebugInfo/CodeView/Formatters.h
 include/libLLVM/llvm/DebugInfo/CodeView/FunctionId.h
-include/libLLVM/llvm/DebugInfo/CodeView/GUID.h
-include/libLLVM/llvm/DebugInfo/CodeView/LazyRandomTypeCollection.h
 include/libLLVM/llvm/DebugInfo/CodeView/Line.h
+include/libLLVM/llvm/DebugInfo/CodeView/ModuleSubstream.h
+include/libLLVM/llvm/DebugInfo/CodeView/ModuleSubstreamVisitor.h
 include/libLLVM/llvm/DebugInfo/CodeView/RecordSerialization.h
-include/libLLVM/llvm/DebugInfo/CodeView/StringsAndChecksums.h
 include/libLLVM/llvm/DebugInfo/CodeView/SymbolDeserializer.h
 include/libLLVM/llvm/DebugInfo/CodeView/SymbolDumpDelegate.h
 include/libLLVM/llvm/DebugInfo/CodeView/SymbolDumper.h
@@ -395,29 +341,27 @@
 include/libLLVM/llvm/DebugInfo/CodeView/SymbolVisitorCallbackPipeline.h
 include/libLLVM/llvm/DebugInfo/CodeView/SymbolVisitorCallbacks.h
 include/libLLVM/llvm/DebugInfo/CodeView/SymbolVisitorDelegate.h
-include/libLLVM/llvm/DebugInfo/CodeView/TypeCollection.h
+include/libLLVM/llvm/DebugInfo/CodeView/TypeDatabase.h
+include/libLLVM/llvm/DebugInfo/CodeView/TypeDatabaseVisitor.h
 include/libLLVM/llvm/DebugInfo/CodeView/TypeDeserializer.h
 include/libLLVM/llvm/DebugInfo/CodeView/TypeDumpVisitor.h
+include/libLLVM/llvm/DebugInfo/CodeView/TypeDumperBase.h
 include/libLLVM/llvm/DebugInfo/CodeView/TypeIndex.h
-include/libLLVM/llvm/DebugInfo/CodeView/TypeIndexDiscovery.h
-include/libLLVM/llvm/DebugInfo/CodeView/TypeName.h
 include/libLLVM/llvm/DebugInfo/CodeView/TypeRecord.h
 include/libLLVM/llvm/DebugInfo/CodeView/TypeRecordBuilder.h
 include/libLLVM/llvm/DebugInfo/CodeView/TypeRecordMapping.h
+include/libLLVM/llvm/DebugInfo/CodeView/TypeRecords.def
 include/libLLVM/llvm/DebugInfo/CodeView/TypeSerializer.h
 include/libLLVM/llvm/DebugInfo/CodeView/TypeStreamMerger.h
 include/libLLVM/llvm/DebugInfo/CodeView/TypeSymbolEmitter.h
 include/libLLVM/llvm/DebugInfo/CodeView/TypeTableBuilder.h
-include/libLLVM/llvm/DebugInfo/CodeView/TypeTableCollection.h
 include/libLLVM/llvm/DebugInfo/CodeView/TypeVisitorCallbackPipeline.h
 include/libLLVM/llvm/DebugInfo/CodeView/TypeVisitorCallbacks.h
 include/libLLVM/llvm/DebugInfo/DIContext.h
 include/libLLVM/llvm/DebugInfo/DWARF/DWARFAbbreviationDeclaration.h
 include/libLLVM/llvm/DebugInfo/DWARF/DWARFAcceleratorTable.h
-include/libLLVM/llvm/DebugInfo/DWARF/DWARFAttribute.h
 include/libLLVM/llvm/DebugInfo/DWARF/DWARFCompileUnit.h
 include/libLLVM/llvm/DebugInfo/DWARF/DWARFContext.h
-include/libLLVM/llvm/DebugInfo/DWARF/DWARFDataExtractor.h
 include/libLLVM/llvm/DebugInfo/DWARF/DWARFDebugAbbrev.h
 include/libLLVM/llvm/DebugInfo/DWARF/DWARFDebugArangeSet.h
 include/libLLVM/llvm/DebugInfo/DWARF/DWARFDebugAranges.h
@@ -436,13 +380,19 @@
 include/libLLVM/llvm/DebugInfo/DWARF/DWARFTypeUnit.h
 include/libLLVM/llvm/DebugInfo/DWARF/DWARFUnit.h
 include/libLLVM/llvm/DebugInfo/DWARF/DWARFUnitIndex.h
-include/libLLVM/llvm/DebugInfo/DWARF/DWARFVerifier.h
+include/libLLVM/llvm/DebugInfo/MSF/ByteStream.h
 include/libLLVM/llvm/DebugInfo/MSF/IMSFFile.h
 include/libLLVM/llvm/DebugInfo/MSF/MSFBuilder.h
 include/libLLVM/llvm/DebugInfo/MSF/MSFCommon.h
 include/libLLVM/llvm/DebugInfo/MSF/MSFError.h
 include/libLLVM/llvm/DebugInfo/MSF/MSFStreamLayout.h
 include/libLLVM/llvm/DebugInfo/MSF/MappedBlockStream.h
+include/libLLVM/llvm/DebugInfo/MSF/SequencedItemStream.h
+include/libLLVM/llvm/DebugInfo/MSF/StreamArray.h
+include/libLLVM/llvm/DebugInfo/MSF/StreamInterface.h
+include/libLLVM/llvm/DebugInfo/MSF/StreamReader.h
+include/libLLVM/llvm/DebugInfo/MSF/StreamRef.h
+include/libLLVM/llvm/DebugInfo/MSF/StreamWriter.h
 include/libLLVM/llvm/DebugInfo/PDB/ConcreteSymbolEnumerator.h
 include/libLLVM/llvm/DebugInfo/PDB/DIA/DIADataStream.h
 include/libLLVM/llvm/DebugInfo/PDB/DIA/DIAEnumDebugStreams.h
@@ -462,40 +412,6 @@
 include/libLLVM/llvm/DebugInfo/PDB/IPDBRawSymbol.h
 include/libLLVM/llvm/DebugInfo/PDB/IPDBSession.h
 include/libLLVM/llvm/DebugInfo/PDB/IPDBSourceFile.h
-include/libLLVM/llvm/DebugInfo/PDB/Native/DbiModuleDescriptor.h
-include/libLLVM/llvm/DebugInfo/PDB/Native/DbiModuleDescriptorBuilder.h
-include/libLLVM/llvm/DebugInfo/PDB/Native/DbiModuleList.h
-include/libLLVM/llvm/DebugInfo/PDB/Native/DbiStream.h
-include/libLLVM/llvm/DebugInfo/PDB/Native/DbiStreamBuilder.h
-include/libLLVM/llvm/DebugInfo/PDB/Native/EnumTables.h
-include/libLLVM/llvm/DebugInfo/PDB/Native/Formatters.h
-include/libLLVM/llvm/DebugInfo/PDB/Native/GlobalsStream.h
-include/libLLVM/llvm/DebugInfo/PDB/Native/Hash.h
-include/libLLVM/llvm/DebugInfo/PDB/Native/HashTable.h
-include/libLLVM/llvm/DebugInfo/PDB/Native/ISectionContribVisitor.h
-include/libLLVM/llvm/DebugInfo/PDB/Native/InfoStream.h
-include/libLLVM/llvm/DebugInfo/PDB/Native/InfoStreamBuilder.h
-include/libLLVM/llvm/DebugInfo/PDB/Native/ModuleDebugStream.h
-include/libLLVM/llvm/DebugInfo/PDB/Native/NamedStreamMap.h
-include/libLLVM/llvm/DebugInfo/PDB/Native/NativeBuiltinSymbol.h
-include/libLLVM/llvm/DebugInfo/PDB/Native/NativeCompilandSymbol.h
-include/libLLVM/llvm/DebugInfo/PDB/Native/NativeEnumModules.h
-include/libLLVM/llvm/DebugInfo/PDB/Native/NativeExeSymbol.h
-include/libLLVM/llvm/DebugInfo/PDB/Native/NativeRawSymbol.h
-include/libLLVM/llvm/DebugInfo/PDB/Native/NativeSession.h
-include/libLLVM/llvm/DebugInfo/PDB/Native/PDBFile.h
-include/libLLVM/llvm/DebugInfo/PDB/Native/PDBFileBuilder.h
-include/libLLVM/llvm/DebugInfo/PDB/Native/PDBStringTable.h
-include/libLLVM/llvm/DebugInfo/PDB/Native/PDBStringTableBuilder.h
-include/libLLVM/llvm/DebugInfo/PDB/Native/PublicsStream.h
-include/libLLVM/llvm/DebugInfo/PDB/Native/PublicsStreamBuilder.h
-include/libLLVM/llvm/DebugInfo/PDB/Native/RawConstants.h
-include/libLLVM/llvm/DebugInfo/PDB/Native/RawError.h
-include/libLLVM/llvm/DebugInfo/PDB/Native/RawTypes.h



Home | Main Index | Thread Index | Old Index