How To Install llvm8 on Fedora 36

In this tutorial we learn how to install llvm8 in Fedora 36. llvm8 is The Low Level Virtual Machine

Introduction

In this tutorial we learn how to install llvm8 on Fedora 36.

What is llvm8

LLVM is a compiler infrastructure designed for compile-time, link-time, runtime, and idle-time optimization of programs from arbitrary programming languages. The compiler infrastructure includes mirror sets of programming tools as well as libraries with equivalent functionality.


We can use yum or dnf to install llvm8 on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install llvm8.

title: “How To Install llvm8 on Fedora 36” linkTitle: “llvm8”

Install llvm8 on Fedora 36 Using dnf

type: “docs”

Update yum database with dnf using the following command. description: “In this tutorial we learn how to install llvm8 in Fedora 36. llvm8 is Libraries and header files for LLVM”

date: “2022-08-17”

lastmod: "2022-08-17"
sudo dnf makecache --refresh

#image: /images/fedora/36/llvm8-featured.png


After updating yum database, We can install llvm8 using dnf by running the following command:

Introduction

sudo dnf -y install llvm8
In this tutorial we learn how to install `llvm8` on Fedora 36.

What is llvm8

Install llvm8 on Fedora 36 Using yum

This package contains library and header files needed to develop new native programs that use the LLVM infrastructure.

Update yum database with yum using the following command.

We can use yum or dnf to install llvm8 on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install llvm8.


sudo yum makecache --refresh
## Install llvm8 on Fedora 36 Using dnf

Update yum database with dnf using the following command.

After updating yum database, We can install llvm8 using yum by running the following command:

```bash
sudo dnf makecache --refresh
sudo yum -y install llvm8

## How To Uninstall llvm8 on Fedora 36

After updating yum database, We can install `llvm8` using `dnf` by running the following command:

```bash
sudo dnf -y install llvm8

Install llvm8 on Fedora 36 Using yum

Update yum database with yum using the following command.

sudo yum makecache --refresh

After updating yum database, We can install llvm8 using yum by running the following command:

sudo yum -y install llvm8

How To Uninstall llvm8 on Fedora 36

To uninstall only the llvm8 package we can use the following command:

sudo dnf remove llvm8

To uninstall only the llvm8 package we can use the following command:

sudo dnf remove llvm8

llvm8 Package Contents on Fedora 36

## llvm8 Package Contents on Fedora 36

```bash
/usr/bin/llvm-config-8.0-64
/usr/include/llvm8.0/llvm
/usr/include/llvm8.0/llvm-c
/usr/lib/.build-id
/usr/lib/.build-id/64/8029c80969745e1814063efa5817d339aa2bb1
/usr/lib64/llvm8.0/bin/llvm-config
/usr/lib64/llvm8.0/include/llvm
/usr/lib64/llvm8.0/include/llvm-c
/usr/lib64/llvm8.0/include/llvm-c/Analysis.h
/usr/lib64/llvm8.0/include/llvm-c/BitReader.h
/usr/lib64/llvm8.0/include/llvm-c/BitWriter.h
/usr/lib64/llvm8.0/include/llvm-c/Comdat.h
/usr/lib64/llvm8.0/include/llvm-c/Core.h
/usr/lib64/llvm8.0/include/llvm-c/DataTypes.h
/usr/lib64/llvm8.0/include/llvm-c/DebugInfo.h
/usr/lib64/llvm8.0/include/llvm-c/Disassembler.h
/usr/lib64/llvm8.0/include/llvm-c/DisassemblerTypes.h
/usr/lib64/llvm8.0/include/llvm-c/Error.h
/usr/lib64/llvm8.0/include/llvm-c/ErrorHandling.h
/usr/lib64/llvm8.0/include/llvm-c/ExecutionEngine.h
/usr/lib64/llvm8.0/include/llvm-c/IRReader.h
/usr/lib64/llvm8.0/include/llvm-c/Initialization.h
/usr/lib64/llvm8.0/include/llvm-c/LinkTimeOptimizer.h
/usr/lib64/llvm8.0/include/llvm-c/Linker.h
/usr/lib64/llvm8.0/include/llvm-c/Object.h
/usr/lib64/llvm8.0/include/llvm-c/OptRemarks.h
/usr/lib64/llvm8.0/include/llvm-c/OrcBindings.h
/usr/lib64/llvm8.0/include/llvm-c/Support.h
/usr/lib64/llvm8.0/include/llvm-c/Target.h
/usr/lib64/llvm8.0/include/llvm-c/TargetMachine.h
/usr/lib64/llvm8.0/include/llvm-c/Transforms
/usr/lib64/llvm8.0/include/llvm-c/Transforms/AggressiveInstCombine.h
/usr/lib64/llvm8.0/include/llvm-c/Transforms/Coroutines.h
/usr/lib64/llvm8.0/include/llvm-c/Transforms/IPO.h
/usr/lib64/llvm8.0/include/llvm-c/Transforms/InstCombine.h
/usr/lib64/llvm8.0/include/llvm-c/Transforms/PassManagerBuilder.h
/usr/lib64/llvm8.0/include/llvm-c/Transforms/Scalar.h
/usr/lib64/llvm8.0/include/llvm-c/Transforms/Utils.h
/usr/lib64/llvm8.0/include/llvm-c/Transforms/Vectorize.h
/usr/lib64/llvm8.0/include/llvm-c/Types.h
/usr/lib64/llvm8.0/include/llvm-c/lto.h
/usr/lib64/llvm8.0/include/llvm/ADT
/usr/lib64/llvm8.0/include/llvm/ADT/APFloat.h
/usr/lib64/llvm8.0/include/llvm/ADT/APInt.h
/usr/lib64/llvm8.0/include/llvm/ADT/APSInt.h
/usr/lib64/llvm8.0/include/llvm/ADT/AllocatorList.h
/usr/lib64/llvm8.0/include/llvm/ADT/Any.h
/usr/lib64/llvm8.0/include/llvm/ADT/ArrayRef.h
/usr/lib64/llvm8.0/include/llvm/ADT/BitVector.h
/usr/lib64/llvm8.0/include/llvm/ADT/BitmaskEnum.h
/usr/lib64/llvm8.0/include/llvm/ADT/BreadthFirstIterator.h
/usr/lib64/llvm8.0/include/llvm/ADT/CachedHashString.h
/usr/lib64/llvm8.0/include/llvm/ADT/DAGDeltaAlgorithm.h
/usr/lib64/llvm8.0/include/llvm/ADT/DeltaAlgorithm.h
/usr/lib64/llvm8.0/include/llvm/ADT/DenseMap.h
/usr/lib64/llvm8.0/include/llvm/ADT/DenseMapInfo.h
/usr/lib64/llvm8.0/include/llvm/ADT/DenseSet.h
/usr/lib64/llvm8.0/include/llvm/ADT/DepthFirstIterator.h
/usr/lib64/llvm8.0/include/llvm/ADT/EpochTracker.h
/usr/lib64/llvm8.0/include/llvm/ADT/EquivalenceClasses.h
/usr/lib64/llvm8.0/include/llvm/ADT/FoldingSet.h
/usr/lib64/llvm8.0/include/llvm/ADT/FunctionExtras.h
/usr/lib64/llvm8.0/include/llvm/ADT/GraphTraits.h
/usr/lib64/llvm8.0/include/llvm/ADT/Hashing.h
/usr/lib64/llvm8.0/include/llvm/ADT/ImmutableList.h
/usr/lib64/llvm8.0/include/llvm/ADT/ImmutableMap.h
/usr/lib64/llvm8.0/include/llvm/ADT/ImmutableSet.h
/usr/lib64/llvm8.0/include/llvm/ADT/IndexedMap.h
/usr/lib64/llvm8.0/include/llvm/ADT/IntEqClasses.h
/usr/lib64/llvm8.0/include/llvm/ADT/IntervalMap.h
/usr/lib64/llvm8.0/include/llvm/ADT/IntrusiveRefCntPtr.h
/usr/lib64/llvm8.0/include/llvm/ADT/MapVector.h
/usr/lib64/llvm8.0/include/llvm/ADT/None.h
/usr/lib64/llvm8.0/include/llvm/ADT/Optional.h
/usr/lib64/llvm8.0/include/llvm/ADT/PackedVector.h
/usr/lib64/llvm8.0/include/llvm/ADT/PointerEmbeddedInt.h
/usr/lib64/llvm8.0/include/llvm/ADT/PointerIntPair.h
/usr/lib64/llvm8.0/include/llvm/ADT/PointerSumType.h
/usr/lib64/llvm8.0/include/llvm/ADT/PointerUnion.h
/usr/lib64/llvm8.0/include/llvm/ADT/PostOrderIterator.h
/usr/lib64/llvm8.0/include/llvm/ADT/PriorityQueue.h
/usr/lib64/llvm8.0/include/llvm/ADT/PriorityWorklist.h
/usr/lib64/llvm8.0/include/llvm/ADT/SCCIterator.h
/usr/lib64/llvm8.0/include/llvm/ADT/STLExtras.h
/usr/lib64/llvm8.0/include/llvm/ADT/ScopeExit.h
/usr/lib64/llvm8.0/include/llvm/ADT/ScopedHashTable.h
/usr/lib64/llvm8.0/include/llvm/ADT/Sequence.h
/usr/lib64/llvm8.0/include/llvm/ADT/SetOperations.h
/usr/lib64/llvm8.0/include/llvm/ADT/SetVector.h
/usr/lib64/llvm8.0/include/llvm/ADT/SmallBitVector.h
/usr/lib64/llvm8.0/include/llvm/ADT/SmallPtrSet.h
/usr/lib64/llvm8.0/include/llvm/ADT/SmallSet.h
/usr/lib64/llvm8.0/include/llvm/ADT/SmallString.h
/usr/lib64/llvm8.0/include/llvm/ADT/SmallVector.h
/usr/lib64/llvm8.0/include/llvm/ADT/SparseBitVector.h
/usr/lib64/llvm8.0/include/llvm/ADT/SparseMultiSet.h
/usr/lib64/llvm8.0/include/llvm/ADT/SparseSet.h
/usr/lib64/llvm8.0/include/llvm/ADT/Statistic.h
/usr/lib64/llvm8.0/include/llvm/ADT/StringExtras.h
/usr/lib64/llvm8.0/include/llvm/ADT/StringMap.h
/usr/lib64/llvm8.0/include/llvm/ADT/StringRef.h
/usr/lib64/llvm8.0/include/llvm/ADT/StringSet.h
/usr/lib64/llvm8.0/include/llvm/ADT/StringSwitch.h
/usr/lib64/llvm8.0/include/llvm/ADT/TinyPtrVector.h
/usr/lib64/llvm8.0/include/llvm/ADT/Triple.h
/usr/lib64/llvm8.0/include/llvm/ADT/Twine.h
/usr/lib64/llvm8.0/include/llvm/ADT/UniqueVector.h
/usr/lib64/llvm8.0/include/llvm/ADT/VariadicFunction.h
/usr/lib64/llvm8.0/include/llvm/ADT/bit.h
/usr/lib64/llvm8.0/include/llvm/ADT/edit_distance.h
/usr/lib64/llvm8.0/include/llvm/ADT/ilist.h
/usr/lib64/llvm8.0/include/llvm/ADT/ilist_base.h
/usr/lib64/llvm8.0/include/llvm/ADT/ilist_iterator.h
/usr/lib64/llvm8.0/include/llvm/ADT/ilist_node.h
/usr/lib64/llvm8.0/include/llvm/ADT/ilist_node_base.h
/usr/lib64/llvm8.0/include/llvm/ADT/ilist_node_options.h
/usr/lib64/llvm8.0/include/llvm/ADT/iterator.h
/usr/lib64/llvm8.0/include/llvm/ADT/iterator_range.h
/usr/lib64/llvm8.0/include/llvm/ADT/simple_ilist.h
/usr/lib64/llvm8.0/include/llvm/Analysis
/usr/lib64/llvm8.0/include/llvm/Analysis/AliasAnalysis.h
/usr/lib64/llvm8.0/include/llvm/Analysis/AliasAnalysisEvaluator.h
/usr/lib64/llvm8.0/include/llvm/Analysis/AliasSetTracker.h
/usr/lib64/llvm8.0/include/llvm/Analysis/AssumptionCache.h
/usr/lib64/llvm8.0/include/llvm/Analysis/BasicAliasAnalysis.h
/usr/lib64/llvm8.0/include/llvm/Analysis/BlockFrequencyInfo.h
/usr/lib64/llvm8.0/include/llvm/Analysis/BlockFrequencyInfoImpl.h
/usr/lib64/llvm8.0/include/llvm/Analysis/BranchProbabilityInfo.h
/usr/lib64/llvm8.0/include/llvm/Analysis/CFG.h
/usr/lib64/llvm8.0/include/llvm/Analysis/CFGPrinter.h
/usr/lib64/llvm8.0/include/llvm/Analysis/CFLAliasAnalysisUtils.h
/usr/lib64/llvm8.0/include/llvm/Analysis/CFLAndersAliasAnalysis.h
/usr/lib64/llvm8.0/include/llvm/Analysis/CFLSteensAliasAnalysis.h
/usr/lib64/llvm8.0/include/llvm/Analysis/CGSCCPassManager.h
/usr/lib64/llvm8.0/include/llvm/Analysis/CallGraph.h
/usr/lib64/llvm8.0/include/llvm/Analysis/CallGraphSCCPass.h
/usr/lib64/llvm8.0/include/llvm/Analysis/CallPrinter.h
/usr/lib64/llvm8.0/include/llvm/Analysis/CaptureTracking.h
/usr/lib64/llvm8.0/include/llvm/Analysis/CmpInstAnalysis.h
/usr/lib64/llvm8.0/include/llvm/Analysis/CodeMetrics.h
/usr/lib64/llvm8.0/include/llvm/Analysis/ConstantFolding.h
/usr/lib64/llvm8.0/include/llvm/Analysis/DOTGraphTraitsPass.h
/usr/lib64/llvm8.0/include/llvm/Analysis/DemandedBits.h
/usr/lib64/llvm8.0/include/llvm/Analysis/DependenceAnalysis.h
/usr/lib64/llvm8.0/include/llvm/Analysis/DivergenceAnalysis.h
/usr/lib64/llvm8.0/include/llvm/Analysis/DomPrinter.h
/usr/lib64/llvm8.0/include/llvm/Analysis/DominanceFrontier.h
/usr/lib64/llvm8.0/include/llvm/Analysis/DominanceFrontierImpl.h
/usr/lib64/llvm8.0/include/llvm/Analysis/EHPersonalities.h
/usr/lib64/llvm8.0/include/llvm/Analysis/GlobalsModRef.h
/usr/lib64/llvm8.0/include/llvm/Analysis/GuardUtils.h
/usr/lib64/llvm8.0/include/llvm/Analysis/IVDescriptors.h
/usr/lib64/llvm8.0/include/llvm/Analysis/IVUsers.h
/usr/lib64/llvm8.0/include/llvm/Analysis/IndirectCallPromotionAnalysis.h
/usr/lib64/llvm8.0/include/llvm/Analysis/IndirectCallVisitor.h
/usr/lib64/llvm8.0/include/llvm/Analysis/InlineCost.h
/usr/lib64/llvm8.0/include/llvm/Analysis/InstructionPrecedenceTracking.h
/usr/lib64/llvm8.0/include/llvm/Analysis/InstructionSimplify.h
/usr/lib64/llvm8.0/include/llvm/Analysis/Interval.h
/usr/lib64/llvm8.0/include/llvm/Analysis/IntervalIterator.h
/usr/lib64/llvm8.0/include/llvm/Analysis/IntervalPartition.h
/usr/lib64/llvm8.0/include/llvm/Analysis/IteratedDominanceFrontier.h
/usr/lib64/llvm8.0/include/llvm/Analysis/LazyBlockFrequencyInfo.h
/usr/lib64/llvm8.0/include/llvm/Analysis/LazyBranchProbabilityInfo.h
/usr/lib64/llvm8.0/include/llvm/Analysis/LazyCallGraph.h
/usr/lib64/llvm8.0/include/llvm/Analysis/LazyValueInfo.h
/usr/lib64/llvm8.0/include/llvm/Analysis/LegacyDivergenceAnalysis.h
/usr/lib64/llvm8.0/include/llvm/Analysis/Lint.h
/usr/lib64/llvm8.0/include/llvm/Analysis/Loads.h
/usr/lib64/llvm8.0/include/llvm/Analysis/LoopAccessAnalysis.h
/usr/lib64/llvm8.0/include/llvm/Analysis/LoopAnalysisManager.h
/usr/lib64/llvm8.0/include/llvm/Analysis/LoopInfo.h
/usr/lib64/llvm8.0/include/llvm/Analysis/LoopInfoImpl.h
/usr/lib64/llvm8.0/include/llvm/Analysis/LoopIterator.h
/usr/lib64/llvm8.0/include/llvm/Analysis/LoopPass.h
/usr/lib64/llvm8.0/include/llvm/Analysis/LoopUnrollAnalyzer.h
/usr/lib64/llvm8.0/include/llvm/Analysis/MemoryBuiltins.h
/usr/lib64/llvm8.0/include/llvm/Analysis/MemoryDependenceAnalysis.h
/usr/lib64/llvm8.0/include/llvm/Analysis/MemoryLocation.h
/usr/lib64/llvm8.0/include/llvm/Analysis/MemorySSA.h
/usr/lib64/llvm8.0/include/llvm/Analysis/MemorySSAUpdater.h
/usr/lib64/llvm8.0/include/llvm/Analysis/ModuleSummaryAnalysis.h
/usr/lib64/llvm8.0/include/llvm/Analysis/MustExecute.h
/usr/lib64/llvm8.0/include/llvm/Analysis/ObjCARCAliasAnalysis.h
/usr/lib64/llvm8.0/include/llvm/Analysis/ObjCARCAnalysisUtils.h
/usr/lib64/llvm8.0/include/llvm/Analysis/ObjCARCInstKind.h
/usr/lib64/llvm8.0/include/llvm/Analysis/OptimizationRemarkEmitter.h
/usr/lib64/llvm8.0/include/llvm/Analysis/OrderedBasicBlock.h
/usr/lib64/llvm8.0/include/llvm/Analysis/OrderedInstructions.h
/usr/lib64/llvm8.0/include/llvm/Analysis/PHITransAddr.h
/usr/lib64/llvm8.0/include/llvm/Analysis/Passes.h
/usr/lib64/llvm8.0/include/llvm/Analysis/PhiValues.h
/usr/lib64/llvm8.0/include/llvm/Analysis/PostDominators.h
/usr/lib64/llvm8.0/include/llvm/Analysis/ProfileSummaryInfo.h
/usr/lib64/llvm8.0/include/llvm/Analysis/PtrUseVisitor.h
/usr/lib64/llvm8.0/include/llvm/Analysis/RegionInfo.h
/usr/lib64/llvm8.0/include/llvm/Analysis/RegionInfoImpl.h
/usr/lib64/llvm8.0/include/llvm/Analysis/RegionIterator.h
/usr/lib64/llvm8.0/include/llvm/Analysis/RegionPass.h
/usr/lib64/llvm8.0/include/llvm/Analysis/RegionPrinter.h
/usr/lib64/llvm8.0/include/llvm/Analysis/ScalarEvolution.h
/usr/lib64/llvm8.0/include/llvm/Analysis/ScalarEvolutionAliasAnalysis.h
/usr/lib64/llvm8.0/include/llvm/Analysis/ScalarEvolutionExpander.h
/usr/lib64/llvm8.0/include/llvm/Analysis/ScalarEvolutionExpressions.h
/usr/lib64/llvm8.0/include/llvm/Analysis/ScalarEvolutionNormalization.h
/usr/lib64/llvm8.0/include/llvm/Analysis/ScopedNoAliasAA.h
/usr/lib64/llvm8.0/include/llvm/Analysis/SparsePropagation.h
/usr/lib64/llvm8.0/include/llvm/Analysis/StackSafetyAnalysis.h
/usr/lib64/llvm8.0/include/llvm/Analysis/SyncDependenceAnalysis.h
/usr/lib64/llvm8.0/include/llvm/Analysis/SyntheticCountsUtils.h
/usr/lib64/llvm8.0/include/llvm/Analysis/TargetFolder.h
/usr/lib64/llvm8.0/include/llvm/Analysis/TargetLibraryInfo.def
/usr/lib64/llvm8.0/include/llvm/Analysis/TargetLibraryInfo.h
/usr/lib64/llvm8.0/include/llvm/Analysis/TargetTransformInfo.h
/usr/lib64/llvm8.0/include/llvm/Analysis/TargetTransformInfoImpl.h
/usr/lib64/llvm8.0/include/llvm/Analysis/Trace.h
/usr/lib64/llvm8.0/include/llvm/Analysis/TypeBasedAliasAnalysis.h
/usr/lib64/llvm8.0/include/llvm/Analysis/TypeMetadataUtils.h
/usr/lib64/llvm8.0/include/llvm/Analysis/Utils
/usr/lib64/llvm8.0/include/llvm/Analysis/Utils/Local.h
/usr/lib64/llvm8.0/include/llvm/Analysis/ValueLattice.h
/usr/lib64/llvm8.0/include/llvm/Analysis/ValueLatticeUtils.h
/usr/lib64/llvm8.0/include/llvm/Analysis/ValueTracking.h
/usr/lib64/llvm8.0/include/llvm/Analysis/VectorUtils.h
/usr/lib64/llvm8.0/include/llvm/AsmParser
/usr/lib64/llvm8.0/include/llvm/AsmParser/Parser.h
/usr/lib64/llvm8.0/include/llvm/AsmParser/SlotMapping.h
/usr/lib64/llvm8.0/include/llvm/BinaryFormat
/usr/lib64/llvm8.0/include/llvm/BinaryFormat/AMDGPUMetadataVerifier.h
/usr/lib64/llvm8.0/include/llvm/BinaryFormat/COFF.h
/usr/lib64/llvm8.0/include/llvm/BinaryFormat/Dwarf.def
/usr/lib64/llvm8.0/include/llvm/BinaryFormat/Dwarf.h
/usr/lib64/llvm8.0/include/llvm/BinaryFormat/DynamicTags.def
/usr/lib64/llvm8.0/include/llvm/BinaryFormat/ELF.h
/usr/lib64/llvm8.0/include/llvm/BinaryFormat/ELFRelocs
/usr/lib64/llvm8.0/include/llvm/BinaryFormat/ELFRelocs/AArch64.def
/usr/lib64/llvm8.0/include/llvm/BinaryFormat/ELFRelocs/AMDGPU.def
/usr/lib64/llvm8.0/include/llvm/BinaryFormat/ELFRelocs/ARC.def
/usr/lib64/llvm8.0/include/llvm/BinaryFormat/ELFRelocs/ARM.def
/usr/lib64/llvm8.0/include/llvm/BinaryFormat/ELFRelocs/AVR.def
/usr/lib64/llvm8.0/include/llvm/BinaryFormat/ELFRelocs/BPF.def
/usr/lib64/llvm8.0/include/llvm/BinaryFormat/ELFRelocs/Hexagon.def
/usr/lib64/llvm8.0/include/llvm/BinaryFormat/ELFRelocs/Lanai.def
/usr/lib64/llvm8.0/include/llvm/BinaryFormat/ELFRelocs/MSP430.def
/usr/lib64/llvm8.0/include/llvm/BinaryFormat/ELFRelocs/Mips.def
/usr/lib64/llvm8.0/include/llvm/BinaryFormat/ELFRelocs/PowerPC.def
/usr/lib64/llvm8.0/include/llvm/BinaryFormat/ELFRelocs/PowerPC64.def
/usr/lib64/llvm8.0/include/llvm/BinaryFormat/ELFRelocs/RISCV.def
/usr/lib64/llvm8.0/include/llvm/BinaryFormat/ELFRelocs/Sparc.def
/usr/lib64/llvm8.0/include/llvm/BinaryFormat/ELFRelocs/SystemZ.def
/usr/lib64/llvm8.0/include/llvm/BinaryFormat/ELFRelocs/i386.def
/usr/lib64/llvm8.0/include/llvm/BinaryFormat/ELFRelocs/x86_64.def
/usr/lib64/llvm8.0/include/llvm/BinaryFormat/MachO.def
/usr/lib64/llvm8.0/include/llvm/BinaryFormat/MachO.h
/usr/lib64/llvm8.0/include/llvm/BinaryFormat/Magic.h
/usr/lib64/llvm8.0/include/llvm/BinaryFormat/MsgPack.def
/usr/lib64/llvm8.0/include/llvm/BinaryFormat/MsgPack.h
/usr/lib64/llvm8.0/include/llvm/BinaryFormat/MsgPackReader.h
/usr/lib64/llvm8.0/include/llvm/BinaryFormat/MsgPackTypes.h
/usr/lib64/llvm8.0/include/llvm/BinaryFormat/MsgPackWriter.h
/usr/lib64/llvm8.0/include/llvm/BinaryFormat/Wasm.h
/usr/lib64/llvm8.0/include/llvm/BinaryFormat/WasmRelocs
/usr/lib64/llvm8.0/include/llvm/BinaryFormat/WasmRelocs.def
/usr/lib64/llvm8.0/include/llvm/Bitcode
/usr/lib64/llvm8.0/include/llvm/Bitcode/BitCodes.h
/usr/lib64/llvm8.0/include/llvm/Bitcode/BitcodeReader.h
/usr/lib64/llvm8.0/include/llvm/Bitcode/BitcodeWriter.h
/usr/lib64/llvm8.0/include/llvm/Bitcode/BitcodeWriterPass.h
/usr/lib64/llvm8.0/include/llvm/Bitcode/BitstreamReader.h
/usr/lib64/llvm8.0/include/llvm/Bitcode/BitstreamWriter.h
/usr/lib64/llvm8.0/include/llvm/Bitcode/LLVMBitCodes.h
/usr/lib64/llvm8.0/include/llvm/CodeGen
/usr/lib64/llvm8.0/include/llvm/CodeGen/AccelTable.h
/usr/lib64/llvm8.0/include/llvm/CodeGen/Analysis.h
/usr/lib64/llvm8.0/include/llvm/CodeGen/AsmPrinter.h
/usr/lib64/llvm8.0/include/llvm/CodeGen/AsmPrinterHandler.h
/usr/lib64/llvm8.0/include/llvm/CodeGen/AtomicExpandUtils.h
/usr/lib64/llvm8.0/include/llvm/CodeGen/BasicTTIImpl.h
/usr/lib64/llvm8.0/include/llvm/CodeGen/BuiltinGCs.h
/usr/lib64/llvm8.0/include/llvm/CodeGen/CalcSpillWeights.h
/usr/lib64/llvm8.0/include/llvm/CodeGen/CallingConvLower.h
/usr/lib64/llvm8.0/include/llvm/CodeGen/CommandFlags.inc
/usr/lib64/llvm8.0/include/llvm/CodeGen/CostTable.h
/usr/lib64/llvm8.0/include/llvm/CodeGen/DAGCombine.h
/usr/lib64/llvm8.0/include/llvm/CodeGen/DFAPacketizer.h
/usr/lib64/llvm8.0/include/llvm/CodeGen/DIE.h
/usr/lib64/llvm8.0/include/llvm/CodeGen/DIEValue.def
/usr/lib64/llvm8.0/include/llvm/CodeGen/DbgEntityHistoryCalculator.h
/usr/lib64/llvm8.0/include/llvm/CodeGen/DebugHandlerBase.h
/usr/lib64/llvm8.0/include/llvm/CodeGen/DwarfStringPoolEntry.h
/usr/lib64/llvm8.0/include/llvm/CodeGen/EdgeBundles.h
/usr/lib64/llvm8.0/include/llvm/CodeGen/ExecutionDomainFix.h
/usr/lib64/llvm8.0/include/llvm/CodeGen/ExpandReductions.h
/usr/lib64/llvm8.0/include/llvm/CodeGen/FastISel.h
/usr/lib64/llvm8.0/include/llvm/CodeGen/FaultMaps.h
/usr/lib64/llvm8.0/include/llvm/CodeGen/FunctionLoweringInfo.h
/usr/lib64/llvm8.0/include/llvm/CodeGen/GCMetadata.h
/usr/lib64/llvm8.0/include/llvm/CodeGen/GCMetadataPrinter.h
/usr/lib64/llvm8.0/include/llvm/CodeGen/GCStrategy.h
/usr/lib64/llvm8.0/include/llvm/CodeGen/GlobalISel
/usr/lib64/llvm8.0/include/llvm/CodeGen/GlobalISel/CSEInfo.h
/usr/lib64/llvm8.0/include/llvm/CodeGen/GlobalISel/CSEMIRBuilder.h
/usr/lib64/llvm8.0/include/llvm/CodeGen/GlobalISel/CallLowering.h
/usr/lib64/llvm8.0/include/llvm/CodeGen/GlobalISel/Combiner.h
/usr/lib64/llvm8.0/include/llvm/CodeGen/GlobalISel/CombinerHelper.h
/usr/lib64/llvm8.0/include/llvm/CodeGen/GlobalISel/CombinerInfo.h
/usr/lib64/llvm8.0/include/llvm/CodeGen/GlobalISel/ConstantFoldingMIRBuilder.h
/usr/lib64/llvm8.0/include/llvm/CodeGen/GlobalISel/GISelChangeObserver.h
/usr/lib64/llvm8.0/include/llvm/CodeGen/GlobalISel/GISelWorkList.h
/usr/lib64/llvm8.0/include/llvm/CodeGen/GlobalISel/IRTranslator.h
/usr/lib64/llvm8.0/include/llvm/CodeGen/GlobalISel/InstructionSelect.h
/usr/lib64/llvm8.0/include/llvm/CodeGen/GlobalISel/InstructionSelector.h
/usr/lib64/llvm8.0/include/llvm/CodeGen/GlobalISel/InstructionSelectorImpl.h
/usr/lib64/llvm8.0/include/llvm/CodeGen/GlobalISel/LegalizationArtifactCombiner.h
/usr/lib64/llvm8.0/include/llvm/CodeGen/GlobalISel/Legalizer.h
/usr/lib64/llvm8.0/include/llvm/CodeGen/GlobalISel/LegalizerHelper.h
/usr/lib64/llvm8.0/include/llvm/CodeGen/GlobalISel/LegalizerInfo.h
/usr/lib64/llvm8.0/include/llvm/CodeGen/GlobalISel/Localizer.h
/usr/lib64/llvm8.0/include/llvm/CodeGen/GlobalISel/MIPatternMatch.h
/usr/lib64/llvm8.0/include/llvm/CodeGen/GlobalISel/MachineIRBuilder.h
/usr/lib64/llvm8.0/include/llvm/CodeGen/GlobalISel/RegBankSelect.h
/usr/lib64/llvm8.0/include/llvm/CodeGen/GlobalISel/RegisterBank.h
/usr/lib64/llvm8.0/include/llvm/CodeGen/GlobalISel/RegisterBankInfo.h
/usr/lib64/llvm8.0/include/llvm/CodeGen/GlobalISel/Types.h
/usr/lib64/llvm8.0/include/llvm/CodeGen/GlobalISel/Utils.h
/usr/lib64/llvm8.0/include/llvm/CodeGen/ISDOpcodes.h
/usr/lib64/llvm8.0/include/llvm/CodeGen/IntrinsicLowering.h
/usr/lib64/llvm8.0/include/llvm/CodeGen/LatencyPriorityQueue.h
/usr/lib64/llvm8.0/include/llvm/CodeGen/LazyMachineBlockFrequencyInfo.h
/usr/lib64/llvm8.0/include/llvm/CodeGen/LexicalScopes.h
/usr/lib64/llvm8.0/include/llvm/CodeGen/LinkAllAsmWriterComponents.h
/usr/lib64/llvm8.0/include/llvm/CodeGen/LinkAllCodegenComponents.h
/usr/lib64/llvm8.0/include/llvm/CodeGen/LiveInterval.h
/usr/lib64/llvm8.0/include/llvm/CodeGen/LiveIntervalUnion.h
/usr/lib64/llvm8.0/include/llvm/CodeGen/LiveIntervals.h
/usr/lib64/llvm8.0/include/llvm/CodeGen/LivePhysRegs.h
/usr/lib64/llvm8.0/include/llvm/CodeGen/LiveRangeEdit.h
/usr/lib64/llvm8.0/include/llvm/CodeGen/LiveRegMatrix.h
/usr/lib64/llvm8.0/include/llvm/CodeGen/LiveRegUnits.h
/usr/lib64/llvm8.0/include/llvm/CodeGen/LiveStacks.h
/usr/lib64/llvm8.0/include/llvm/CodeGen/LiveVariables.h
/usr/lib64/llvm8.0/include/llvm/CodeGen/LoopTraversal.h
/usr/lib64/llvm8.0/include/llvm/CodeGen/LowLevelType.h
/usr/lib64/llvm8.0/include/llvm/CodeGen/MIRParser
/usr/lib64/llvm8.0/include/llvm/CodeGen/MIRParser/MIRParser.h
/usr/lib64/llvm8.0/include/llvm/CodeGen/MIRPrinter.h
/usr/lib64/llvm8.0/include/llvm/CodeGen/MIRYamlMapping.h
/usr/lib64/llvm8.0/include/llvm/CodeGen/MachORelocation.h
/usr/lib64/llvm8.0/include/llvm/CodeGen/MachineBasicBlock.h
/usr/lib64/llvm8.0/include/llvm/CodeGen/MachineBlockFrequencyInfo.h
/usr/lib64/llvm8.0/include/llvm/CodeGen/MachineBranchProbabilityInfo.h
/usr/lib64/llvm8.0/include/llvm/CodeGen/MachineCombinerPattern.h
/usr/lib64/llvm8.0/include/llvm/CodeGen/MachineConstantPool.h
/usr/lib64/llvm8.0/include/llvm/CodeGen/MachineDominanceFrontier.h
/usr/lib64/llvm8.0/include/llvm/CodeGen/MachineDominators.h
/usr/lib64/llvm8.0/include/llvm/CodeGen/MachineFrameInfo.h
/usr/lib64/llvm8.0/include/llvm/CodeGen/MachineFunction.h
/usr/lib64/llvm8.0/include/llvm/CodeGen/MachineFunctionPass.h
/usr/lib64/llvm8.0/include/llvm/CodeGen/MachineInstr.h
/usr/lib64/llvm8.0/include/llvm/CodeGen/MachineInstrBuilder.h
/usr/lib64/llvm8.0/include/llvm/CodeGen/MachineInstrBundle.h
/usr/lib64/llvm8.0/include/llvm/CodeGen/MachineInstrBundleIterator.h
/usr/lib64/llvm8.0/include/llvm/CodeGen/MachineJumpTableInfo.h
/usr/lib64/llvm8.0/include/llvm/CodeGen/MachineLoopInfo.h
/usr/lib64/llvm8.0/include/llvm/CodeGen/MachineMemOperand.h
/usr/lib64/llvm8.0/include/llvm/CodeGen/MachineModuleInfo.h
/usr/lib64/llvm8.0/include/llvm/CodeGen/MachineModuleInfoImpls.h
/usr/lib64/llvm8.0/include/llvm/CodeGen/MachineOperand.h
/usr/lib64/llvm8.0/include/llvm/CodeGen/MachineOptimizationRemarkEmitter.h
/usr/lib64/llvm8.0/include/llvm/CodeGen/MachineOutliner.h
/usr/lib64/llvm8.0/include/llvm/CodeGen/MachinePassRegistry.h
/usr/lib64/llvm8.0/include/llvm/CodeGen/MachinePipeliner.h
/usr/lib64/llvm8.0/include/llvm/CodeGen/MachinePostDominators.h
/usr/lib64/llvm8.0/include/llvm/CodeGen/MachineRegionInfo.h
/usr/lib64/llvm8.0/include/llvm/CodeGen/MachineRegisterInfo.h
/usr/lib64/llvm8.0/include/llvm/CodeGen/MachineSSAUpdater.h
/usr/lib64/llvm8.0/include/llvm/CodeGen/MachineScheduler.h
/usr/lib64/llvm8.0/include/llvm/CodeGen/MachineTraceMetrics.h
/usr/lib64/llvm8.0/include/llvm/CodeGen/MacroFusion.h
/usr/lib64/llvm8.0/include/llvm/CodeGen/PBQP
/usr/lib64/llvm8.0/include/llvm/CodeGen/PBQP/CostAllocator.h
/usr/lib64/llvm8.0/include/llvm/CodeGen/PBQP/Graph.h
/usr/lib64/llvm8.0/include/llvm/CodeGen/PBQP/Math.h
/usr/lib64/llvm8.0/include/llvm/CodeGen/PBQP/ReductionRules.h
/usr/lib64/llvm8.0/include/llvm/CodeGen/PBQP/Solution.h
/usr/lib64/llvm8.0/include/llvm/CodeGen/PBQPRAConstraint.h
/usr/lib64/llvm8.0/include/llvm/CodeGen/ParallelCG.h
/usr/lib64/llvm8.0/include/llvm/CodeGen/Passes.h
/usr/lib64/llvm8.0/include/llvm/CodeGen/PreISelIntrinsicLowering.h
/usr/lib64/llvm8.0/include/llvm/CodeGen/PseudoSourceValue.h
/usr/lib64/llvm8.0/include/llvm/CodeGen/ReachingDefAnalysis.h
/usr/lib64/llvm8.0/include/llvm/CodeGen/RegAllocPBQP.h
/usr/lib64/llvm8.0/include/llvm/CodeGen/RegAllocRegistry.h
/usr/lib64/llvm8.0/include/llvm/CodeGen/RegisterClassInfo.h
/usr/lib64/llvm8.0/include/llvm/CodeGen/RegisterPressure.h
/usr/lib64/llvm8.0/include/llvm/CodeGen/RegisterScavenging.h
/usr/lib64/llvm8.0/include/llvm/CodeGen/RegisterUsageInfo.h
/usr/lib64/llvm8.0/include/llvm/CodeGen/ResourcePriorityQueue.h
/usr/lib64/llvm8.0/include/llvm/CodeGen/RuntimeLibcalls.h
/usr/lib64/llvm8.0/include/llvm/CodeGen/SDNodeProperties.td
/usr/lib64/llvm8.0/include/llvm/CodeGen/ScheduleDAG.h
/usr/lib64/llvm8.0/include/llvm/CodeGen/ScheduleDAGInstrs.h
/usr/lib64/llvm8.0/include/llvm/CodeGen/ScheduleDAGMutation.h
/usr/lib64/llvm8.0/include/llvm/CodeGen/ScheduleDFS.h
/usr/lib64/llvm8.0/include/llvm/CodeGen/ScheduleHazardRecognizer.h
/usr/lib64/llvm8.0/include/llvm/CodeGen/SchedulerRegistry.h
/usr/lib64/llvm8.0/include/llvm/CodeGen/ScoreboardHazardRecognizer.h
/usr/lib64/llvm8.0/include/llvm/CodeGen/SelectionDAG.h
/usr/lib64/llvm8.0/include/llvm/CodeGen/SelectionDAGAddressAnalysis.h
/usr/lib64/llvm8.0/include/llvm/CodeGen/SelectionDAGISel.h
/usr/lib64/llvm8.0/include/llvm/CodeGen/SelectionDAGNodes.h
/usr/lib64/llvm8.0/include/llvm/CodeGen/SelectionDAGTargetInfo.h
/usr/lib64/llvm8.0/include/llvm/CodeGen/SlotIndexes.h
/usr/lib64/llvm8.0/include/llvm/CodeGen/StackMaps.h
/usr/lib64/llvm8.0/include/llvm/CodeGen/StackProtector.h
/usr/lib64/llvm8.0/include/llvm/CodeGen/TailDuplicator.h
/usr/lib64/llvm8.0/include/llvm/CodeGen/TargetCallingConv.h
/usr/lib64/llvm8.0/include/llvm/CodeGen/TargetFrameLowering.h
/usr/lib64/llvm8.0/include/llvm/CodeGen/TargetInstrInfo.h
/usr/lib64/llvm8.0/include/llvm/CodeGen/TargetLowering.h
/usr/lib64/llvm8.0/include/llvm/CodeGen/TargetLoweringObjectFileImpl.h
/usr/lib64/llvm8.0/include/llvm/CodeGen/TargetOpcodes.h
/usr/lib64/llvm8.0/include/llvm/CodeGen/TargetPassConfig.h
/usr/lib64/llvm8.0/include/llvm/CodeGen/TargetRegisterInfo.h
/usr/lib64/llvm8.0/include/llvm/CodeGen/TargetSchedule.h
/usr/lib64/llvm8.0/include/llvm/CodeGen/TargetSubtargetInfo.h
/usr/lib64/llvm8.0/include/llvm/CodeGen/UnreachableBlockElim.h
/usr/lib64/llvm8.0/include/llvm/CodeGen/ValueTypes.h
/usr/lib64/llvm8.0/include/llvm/CodeGen/ValueTypes.td
/usr/lib64/llvm8.0/include/llvm/CodeGen/VirtRegMap.h
/usr/lib64/llvm8.0/include/llvm/CodeGen/WasmEHFuncInfo.h
/usr/lib64/llvm8.0/include/llvm/CodeGen/WinEHFuncInfo.h
/usr/lib64/llvm8.0/include/llvm/Config
/usr/lib64/llvm8.0/include/llvm/Config/AsmParsers.def
/usr/lib64/llvm8.0/include/llvm/Config/AsmPrinters.def
/usr/lib64/llvm8.0/include/llvm/Config/Disassemblers.def
/usr/lib64/llvm8.0/include/llvm/Config/Targets.def
/usr/lib64/llvm8.0/include/llvm/Config/abi-breaking.h
/usr/lib64/llvm8.0/include/llvm/Config/llvm-config-x86_64.h
/usr/lib64/llvm8.0/include/llvm/Config/llvm-config.h
/usr/lib64/llvm8.0/include/llvm/DebugInfo
/usr/lib64/llvm8.0/include/llvm/DebugInfo/CodeView
/usr/lib64/llvm8.0/include/llvm/DebugInfo/CodeView/AppendingTypeTableBuilder.h
/usr/lib64/llvm8.0/include/llvm/DebugInfo/CodeView/CVRecord.h
/usr/lib64/llvm8.0/include/llvm/DebugInfo/CodeView/CVSymbolVisitor.h
/usr/lib64/llvm8.0/include/llvm/DebugInfo/CodeView/CVTypeVisitor.h
/usr/lib64/llvm8.0/include/llvm/DebugInfo/CodeView/CodeView.h
/usr/lib64/llvm8.0/include/llvm/DebugInfo/CodeView/CodeViewError.h
/usr/lib64/llvm8.0/include/llvm/DebugInfo/CodeView/CodeViewRecordIO.h
/usr/lib64/llvm8.0/include/llvm/DebugInfo/CodeView/CodeViewRegisters.def
/usr/lib64/llvm8.0/include/llvm/DebugInfo/CodeView/CodeViewSymbols.def
/usr/lib64/llvm8.0/include/llvm/DebugInfo/CodeView/CodeViewTypes.def
/usr/lib64/llvm8.0/include/llvm/DebugInfo/CodeView/ContinuationRecordBuilder.h
/usr/lib64/llvm8.0/include/llvm/DebugInfo/CodeView/DebugChecksumsSubsection.h
/usr/lib64/llvm8.0/include/llvm/DebugInfo/CodeView/DebugCrossExSubsection.h
/usr/lib64/llvm8.0/include/llvm/DebugInfo/CodeView/DebugCrossImpSubsection.h
/usr/lib64/llvm8.0/include/llvm/DebugInfo/CodeView/DebugFrameDataSubsection.h
/usr/lib64/llvm8.0/include/llvm/DebugInfo/CodeView/DebugInlineeLinesSubsection.h
/usr/lib64/llvm8.0/include/llvm/DebugInfo/CodeView/DebugLinesSubsection.h
/usr/lib64/llvm8.0/include/llvm/DebugInfo/CodeView/DebugStringTableSubsection.h
/usr/lib64/llvm8.0/include/llvm/DebugInfo/CodeView/DebugSubsection.h
/usr/lib64/llvm8.0/include/llvm/DebugInfo/CodeView/DebugSubsectionRecord.h
/usr/lib64/llvm8.0/include/llvm/DebugInfo/CodeView/DebugSubsectionVisitor.h
/usr/lib64/llvm8.0/include/llvm/DebugInfo/CodeView/DebugSymbolRVASubsection.h
/usr/lib64/llvm8.0/include/llvm/DebugInfo/CodeView/DebugSymbolsSubsection.h
/usr/lib64/llvm8.0/include/llvm/DebugInfo/CodeView/DebugUnknownSubsection.h
/usr/lib64/llvm8.0/include/llvm/DebugInfo/CodeView/EnumTables.h
/usr/lib64/llvm8.0/include/llvm/DebugInfo/CodeView/Formatters.h
/usr/lib64/llvm8.0/include/llvm/DebugInfo/CodeView/FunctionId.h
/usr/lib64/llvm8.0/include/llvm/DebugInfo/CodeView/GUID.h
/usr/lib64/llvm8.0/include/llvm/DebugInfo/CodeView/GlobalTypeTableBuilder.h
/usr/lib64/llvm8.0/include/llvm/DebugInfo/CodeView/LazyRandomTypeCollection.h
/usr/lib64/llvm8.0/include/llvm/DebugInfo/CodeView/Line.h
/usr/lib64/llvm8.0/include/llvm/DebugInfo/CodeView/MergingTypeTableBuilder.h
/usr/lib64/llvm8.0/include/llvm/DebugInfo/CodeView/RecordName.h
/usr/lib64/llvm8.0/include/llvm/DebugInfo/CodeView/RecordSerialization.h
/usr/lib64/llvm8.0/include/llvm/DebugInfo/CodeView/SimpleTypeSerializer.h
/usr/lib64/llvm8.0/include/llvm/DebugInfo/CodeView/StringsAndChecksums.h
/usr/lib64/llvm8.0/include/llvm/DebugInfo/CodeView/SymbolDeserializer.h
/usr/lib64/llvm8.0/include/llvm/DebugInfo/CodeView/SymbolDumpDelegate.h
/usr/lib64/llvm8.0/include/llvm/DebugInfo/CodeView/SymbolDumper.h
/usr/lib64/llvm8.0/include/llvm/DebugInfo/CodeView/SymbolRecord.h
/usr/lib64/llvm8.0/include/llvm/DebugInfo/CodeView/SymbolRecordHelpers.h
/usr/lib64/llvm8.0/include/llvm/DebugInfo/CodeView/SymbolRecordMapping.h
/usr/lib64/llvm8.0/include/llvm/DebugInfo/CodeView/SymbolSerializer.h
/usr/lib64/llvm8.0/include/llvm/DebugInfo/CodeView/SymbolVisitorCallbackPipeline.h
/usr/lib64/llvm8.0/include/llvm/DebugInfo/CodeView/SymbolVisitorCallbacks.h
/usr/lib64/llvm8.0/include/llvm/DebugInfo/CodeView/SymbolVisitorDelegate.h
/usr/lib64/llvm8.0/include/llvm/DebugInfo/CodeView/TypeCollection.h
/usr/lib64/llvm8.0/include/llvm/DebugInfo/CodeView/TypeDeserializer.h
/usr/lib64/llvm8.0/include/llvm/DebugInfo/CodeView/TypeDumpVisitor.h
/usr/lib64/llvm8.0/include/llvm/DebugInfo/CodeView/TypeHashing.h
/usr/lib64/llvm8.0/include/llvm/DebugInfo/CodeView/TypeIndex.h
/usr/lib64/llvm8.0/include/llvm/DebugInfo/CodeView/TypeIndexDiscovery.h
/usr/lib64/llvm8.0/include/llvm/DebugInfo/CodeView/TypeRecord.h
/usr/lib64/llvm8.0/include/llvm/DebugInfo/CodeView/TypeRecordHelpers.h
/usr/lib64/llvm8.0/include/llvm/DebugInfo/CodeView/TypeRecordMapping.h
/usr/lib64/llvm8.0/include/llvm/DebugInfo/CodeView/TypeStreamMerger.h
/usr/lib64/llvm8.0/include/llvm/DebugInfo/CodeView/TypeSymbolEmitter.h
/usr/lib64/llvm8.0/include/llvm/DebugInfo/CodeView/TypeTableCollection.h
/usr/lib64/llvm8.0/include/llvm/DebugInfo/CodeView/TypeVisitorCallbackPipeline.h
/usr/lib64/llvm8.0/include/llvm/DebugInfo/CodeView/TypeVisitorCallbacks.h
/usr/lib64/llvm8.0/include/llvm/DebugInfo/DIContext.h
/usr/lib64/llvm8.0/include/llvm/DebugInfo/DWARF
/usr/lib64/llvm8.0/include/llvm/DebugInfo/DWARF/DWARFAbbreviationDeclaration.h
/usr/lib64/llvm8.0/include/llvm/DebugInfo/DWARF/DWARFAcceleratorTable.h
/usr/lib64/llvm8.0/include/llvm/DebugInfo/DWARF/DWARFAddressRange.h
/usr/lib64/llvm8.0/include/llvm/DebugInfo/DWARF/DWARFAttribute.h
/usr/lib64/llvm8.0/include/llvm/DebugInfo/DWARF/DWARFCompileUnit.h
/usr/lib64/llvm8.0/include/llvm/DebugInfo/DWARF/DWARFContext.h
/usr/lib64/llvm8.0/include/llvm/DebugInfo/DWARF/DWARFDataExtractor.h
/usr/lib64/llvm8.0/include/llvm/DebugInfo/DWARF/DWARFDebugAbbrev.h
/usr/lib64/llvm8.0/include/llvm/DebugInfo/DWARF/DWARFDebugAddr.h
/usr/lib64/llvm8.0/include/llvm/DebugInfo/DWARF/DWARFDebugArangeSet.h
/usr/lib64/llvm8.0/include/llvm/DebugInfo/DWARF/DWARFDebugAranges.h
/usr/lib64/llvm8.0/include/llvm/DebugInfo/DWARF/DWARFDebugFrame.h
/usr/lib64/llvm8.0/include/llvm/DebugInfo/DWARF/DWARFDebugInfoEntry.h
/usr/lib64/llvm8.0/include/llvm/DebugInfo/DWARF/DWARFDebugLine.h
/usr/lib64/llvm8.0/include/llvm/DebugInfo/DWARF/DWARFDebugLoc.h
/usr/lib64/llvm8.0/include/llvm/DebugInfo/DWARF/DWARFDebugMacro.h
/usr/lib64/llvm8.0/include/llvm/DebugInfo/DWARF/DWARFDebugPubTable.h
/usr/lib64/llvm8.0/include/llvm/DebugInfo/DWARF/DWARFDebugRangeList.h
/usr/lib64/llvm8.0/include/llvm/DebugInfo/DWARF/DWARFDebugRnglists.h
/usr/lib64/llvm8.0/include/llvm/DebugInfo/DWARF/DWARFDie.h
/usr/lib64/llvm8.0/include/llvm/DebugInfo/DWARF/DWARFExpression.h
/usr/lib64/llvm8.0/include/llvm/DebugInfo/DWARF/DWARFFormValue.h
/usr/lib64/llvm8.0/include/llvm/DebugInfo/DWARF/DWARFGdbIndex.h
/usr/lib64/llvm8.0/include/llvm/DebugInfo/DWARF/DWARFListTable.h
/usr/lib64/llvm8.0/include/llvm/DebugInfo/DWARF/DWARFObject.h
/usr/lib64/llvm8.0/include/llvm/DebugInfo/DWARF/DWARFRelocMap.h
/usr/lib64/llvm8.0/include/llvm/DebugInfo/DWARF/DWARFSection.h
/usr/lib64/llvm8.0/include/llvm/DebugInfo/DWARF/DWARFTypeUnit.h
/usr/lib64/llvm8.0/include/llvm/DebugInfo/DWARF/DWARFUnit.h
/usr/lib64/llvm8.0/include/llvm/DebugInfo/DWARF/DWARFUnitIndex.h
/usr/lib64/llvm8.0/include/llvm/DebugInfo/DWARF/DWARFVerifier.h
/usr/lib64/llvm8.0/include/llvm/DebugInfo/MSF
/usr/lib64/llvm8.0/include/llvm/DebugInfo/MSF/IMSFFile.h
/usr/lib64/llvm8.0/include/llvm/DebugInfo/MSF/MSFBuilder.h
/usr/lib64/llvm8.0/include/llvm/DebugInfo/MSF/MSFCommon.h
/usr/lib64/llvm8.0/include/llvm/DebugInfo/MSF/MSFError.h
/usr/lib64/llvm8.0/include/llvm/DebugInfo/MSF/MappedBlockStream.h
/usr/lib64/llvm8.0/include/llvm/DebugInfo/PDB
/usr/lib64/llvm8.0/include/llvm/DebugInfo/PDB/ConcreteSymbolEnumerator.h
/usr/lib64/llvm8.0/include/llvm/DebugInfo/PDB/DIA
/usr/lib64/llvm8.0/include/llvm/DebugInfo/PDB/DIA/DIADataStream.h
/usr/lib64/llvm8.0/include/llvm/DebugInfo/PDB/DIA/DIAEnumDebugStreams.h
/usr/lib64/llvm8.0/include/llvm/DebugInfo/PDB/DIA/DIAEnumFrameData.h
/usr/lib64/llvm8.0/include/llvm/DebugInfo/PDB/DIA/DIAEnumInjectedSources.h
/usr/lib64/llvm8.0/include/llvm/DebugInfo/PDB/DIA/DIAEnumLineNumbers.h
/usr/lib64/llvm8.0/include/llvm/DebugInfo/PDB/DIA/DIAEnumSectionContribs.h
/usr/lib64/llvm8.0/include/llvm/DebugInfo/PDB/DIA/DIAEnumSourceFiles.h
/usr/lib64/llvm8.0/include/llvm/DebugInfo/PDB/DIA/DIAEnumSymbols.h
/usr/lib64/llvm8.0/include/llvm/DebugInfo/PDB/DIA/DIAEnumTables.h
/usr/lib64/llvm8.0/include/llvm/DebugInfo/PDB/DIA/DIAError.h
/usr/lib64/llvm8.0/include/llvm/DebugInfo/PDB/DIA/DIAFrameData.h
/usr/lib64/llvm8.0/include/llvm/DebugInfo/PDB/DIA/DIAInjectedSource.h
/usr/lib64/llvm8.0/include/llvm/DebugInfo/PDB/DIA/DIALineNumber.h
/usr/lib64/llvm8.0/include/llvm/DebugInfo/PDB/DIA/DIARawSymbol.h
/usr/lib64/llvm8.0/include/llvm/DebugInfo/PDB/DIA/DIASectionContrib.h
/usr/lib64/llvm8.0/include/llvm/DebugInfo/PDB/DIA/DIASession.h
/usr/lib64/llvm8.0/include/llvm/DebugInfo/PDB/DIA/DIASourceFile.h
/usr/lib64/llvm8.0/include/llvm/DebugInfo/PDB/DIA/DIASupport.h
/usr/lib64/llvm8.0/include/llvm/DebugInfo/PDB/DIA/DIATable.h
/usr/lib64/llvm8.0/include/llvm/DebugInfo/PDB/DIA/DIAUtils.h
/usr/lib64/llvm8.0/include/llvm/DebugInfo/PDB/GenericError.h
/usr/lib64/llvm8.0/include/llvm/DebugInfo/PDB/IPDBDataStream.h
/usr/lib64/llvm8.0/include/llvm/DebugInfo/PDB/IPDBEnumChildren.h
/usr/lib64/llvm8.0/include/llvm/DebugInfo/PDB/IPDBFrameData.h
/usr/lib64/llvm8.0/include/llvm/DebugInfo/PDB/IPDBInjectedSource.h
/usr/lib64/llvm8.0/include/llvm/DebugInfo/PDB/IPDBLineNumber.h
/usr/lib64/llvm8.0/include/llvm/DebugInfo/PDB/IPDBRawSymbol.h
/usr/lib64/llvm8.0/include/llvm/DebugInfo/PDB/IPDBSectionContrib.h
/usr/lib64/llvm8.0/include/llvm/DebugInfo/PDB/IPDBSession.h
/usr/lib64/llvm8.0/include/llvm/DebugInfo/PDB/IPDBSourceFile.h
/usr/lib64/llvm8.0/include/llvm/DebugInfo/PDB/IPDBTable.h
/usr/lib64/llvm8.0/include/llvm/DebugInfo/PDB/Native
/usr/lib64/llvm8.0/include/llvm/DebugInfo/PDB/Native/DbiModuleDescriptor.h
/usr/lib64/llvm8.0/include/llvm/DebugInfo/PDB/Native/DbiModuleDescriptorBuilder.h
/usr/lib64/llvm8.0/include/llvm/DebugInfo/PDB/Native/DbiModuleList.h
/usr/lib64/llvm8.0/include/llvm/DebugInfo/PDB/Native/DbiStream.h
/usr/lib64/llvm8.0/include/llvm/DebugInfo/PDB/Native/DbiStreamBuilder.h
/usr/lib64/llvm8.0/include/llvm/DebugInfo/PDB/Native/EnumTables.h
/usr/lib64/llvm8.0/include/llvm/DebugInfo/PDB/Native/Formatters.h
/usr/lib64/llvm8.0/include/llvm/DebugInfo/PDB/Native/GSIStreamBuilder.h
/usr/lib64/llvm8.0/include/llvm/DebugInfo/PDB/Native/GlobalsStream.h
/usr/lib64/llvm8.0/include/llvm/DebugInfo/PDB/Native/Hash.h
/usr/lib64/llvm8.0/include/llvm/DebugInfo/PDB/Native/HashTable.h
/usr/lib64/llvm8.0/include/llvm/DebugInfo/PDB/Native/ISectionContribVisitor.h
/usr/lib64/llvm8.0/include/llvm/DebugInfo/PDB/Native/InfoStream.h
/usr/lib64/llvm8.0/include/llvm/DebugInfo/PDB/Native/InfoStreamBuilder.h
/usr/lib64/llvm8.0/include/llvm/DebugInfo/PDB/Native/ModuleDebugStream.h
/usr/lib64/llvm8.0/include/llvm/DebugInfo/PDB/Native/NamedStreamMap.h
/usr/lib64/llvm8.0/include/llvm/DebugInfo/PDB/Native/NativeCompilandSymbol.h
/usr/lib64/llvm8.0/include/llvm/DebugInfo/PDB/Native/NativeEnumGlobals.h
/usr/lib64/llvm8.0/include/llvm/DebugInfo/PDB/Native/NativeEnumModules.h
/usr/lib64/llvm8.0/include/llvm/DebugInfo/PDB/Native/NativeEnumTypes.h
/usr/lib64/llvm8.0/include/llvm/DebugInfo/PDB/Native/NativeExeSymbol.h
/usr/lib64/llvm8.0/include/llvm/DebugInfo/PDB/Native/NativeRawSymbol.h
/usr/lib64/llvm8.0/include/llvm/DebugInfo/PDB/Native/NativeSession.h
/usr/lib64/llvm8.0/include/llvm/DebugInfo/PDB/Native/NativeSymbolEnumerator.h
/usr/lib64/llvm8.0/include/llvm/DebugInfo/PDB/Native/NativeTypeArray.h
/usr/lib64/llvm8.0/include/llvm/DebugInfo/PDB/Native/NativeTypeBuiltin.h
/usr/lib64/llvm8.0/include/llvm/DebugInfo/PDB/Native/NativeTypeEnum.h
/usr/lib64/llvm8.0/include/llvm/DebugInfo/PDB/Native/NativeTypeFunctionSig.h
/usr/lib64/llvm8.0/include/llvm/DebugInfo/PDB/Native/NativeTypePointer.h
/usr/lib64/llvm8.0/include/llvm/DebugInfo/PDB/Native/NativeTypeTypedef.h
/usr/lib64/llvm8.0/include/llvm/DebugInfo/PDB/Native/NativeTypeUDT.h
/usr/lib64/llvm8.0/include/llvm/DebugInfo/PDB/Native/NativeTypeVTShape.h
/usr/lib64/llvm8.0/include/llvm/DebugInfo/PDB/Native/PDBFile.h
/usr/lib64/llvm8.0/include/llvm/DebugInfo/PDB/Native/PDBFileBuilder.h
/usr/lib64/llvm8.0/include/llvm/DebugInfo/PDB/Native/PDBStringTable.h
/usr/lib64/llvm8.0/include/llvm/DebugInfo/PDB/Native/PDBStringTableBuilder.h
/usr/lib64/llvm8.0/include/llvm/DebugInfo/PDB/Native/PublicsStream.h
/usr/lib64/llvm8.0/include/llvm/DebugInfo/PDB/Native/RawConstants.h
/usr/lib64/llvm8.0/include/llvm/DebugInfo/PDB/Native/RawError.h
/usr/lib64/llvm8.0/include/llvm/DebugInfo/PDB/Native/RawTypes.h
/usr/lib64/llvm8.0/include/llvm/DebugInfo/PDB/Native/SymbolCache.h
/usr/lib64/llvm8.0/include/llvm/DebugInfo/PDB/Native/SymbolStream.h
/usr/lib64/llvm8.0/include/llvm/DebugInfo/PDB/Native/TpiHashing.h
/usr/lib64/llvm8.0/include/llvm/DebugInfo/PDB/Native/TpiStream.h
/usr/lib64/llvm8.0/include/llvm/DebugInfo/PDB/Native/TpiStreamBuilder.h
/usr/lib64/llvm8.0/include/llvm/DebugInfo/PDB/PDB.h
/usr/lib64/llvm8.0/include/llvm/DebugInfo/PDB/PDBContext.h
/usr/lib64/llvm8.0/include/llvm/DebugInfo/PDB/PDBExtras.h
/usr/lib64/llvm8.0/include/llvm/DebugInfo/PDB/PDBSymDumper.h
/usr/lib64/llvm8.0/include/llvm/DebugInfo/PDB/PDBSymbol.h
/usr/lib64/llvm8.0/include/llvm/DebugInfo/PDB/PDBSymbolAnnotation.h
/usr/lib64/llvm8.0/include/llvm/DebugInfo/PDB/PDBSymbolBlock.h
/usr/lib64/llvm8.0/include/llvm/DebugInfo/PDB/PDBSymbolCompiland.h
/usr/lib64/llvm8.0/include/llvm/DebugInfo/PDB/PDBSymbolCompilandDetails.h
/usr/lib64/llvm8.0/include/llvm/DebugInfo/PDB/PDBSymbolCompilandEnv.h
/usr/lib64/llvm8.0/include/llvm/DebugInfo/PDB/PDBSymbolCustom.h
/usr/lib64/llvm8.0/include/llvm/DebugInfo/PDB/PDBSymbolData.h
/usr/lib64/llvm8.0/include/llvm/DebugInfo/PDB/PDBSymbolExe.h
/usr/lib64/llvm8.0/include/llvm/DebugInfo/PDB/PDBSymbolFunc.h
/usr/lib64/llvm8.0/include/llvm/DebugInfo/PDB/PDBSymbolFuncDebugEnd.h
/usr/lib64/llvm8.0/include/llvm/DebugInfo/PDB/PDBSymbolFuncDebugStart.h
/usr/lib64/llvm8.0/include/llvm/DebugInfo/PDB/PDBSymbolLabel.h
/usr/lib64/llvm8.0/include/llvm/DebugInfo/PDB/PDBSymbolPublicSymbol.h
/usr/lib64/llvm8.0/include/llvm/DebugInfo/PDB/PDBSymbolThunk.h
/usr/lib64/llvm8.0/include/llvm/DebugInfo/PDB/PDBSymbolTypeArray.h
/usr/lib64/llvm8.0/include/llvm/DebugInfo/PDB/PDBSymbolTypeBaseClass.h
/usr/lib64/llvm8.0/include/llvm/DebugInfo/PDB/PDBSymbolTypeBuiltin.h
/usr/lib64/llvm8.0/include/llvm/DebugInfo/PDB/PDBSymbolTypeCustom.h
/usr/lib64/llvm8.0/include/llvm/DebugInfo/PDB/PDBSymbolTypeDimension.h
/usr/lib64/llvm8.0/include/llvm/DebugInfo/PDB/PDBSymbolTypeEnum.h
/usr/lib64/llvm8.0/include/llvm/DebugInfo/PDB/PDBSymbolTypeFriend.h
/usr/lib64/llvm8.0/include/llvm/DebugInfo/PDB/PDBSymbolTypeFunctionArg.h
/usr/lib64/llvm8.0/include/llvm/DebugInfo/PDB/PDBSymbolTypeFunctionSig.h
/usr/lib64/llvm8.0/include/llvm/DebugInfo/PDB/PDBSymbolTypeManaged.h
/usr/lib64/llvm8.0/include/llvm/DebugInfo/PDB/PDBSymbolTypePointer.h
/usr/lib64/llvm8.0/include/llvm/DebugInfo/PDB/PDBSymbolTypeTypedef.h
/usr/lib64/llvm8.0/include/llvm/DebugInfo/PDB/PDBSymbolTypeUDT.h
/usr/lib64/llvm8.0/include/llvm/DebugInfo/PDB/PDBSymbolTypeVTable.h
/usr/lib64/llvm8.0/include/llvm/DebugInfo/PDB/PDBSymbolTypeVTableShape.h
/usr/lib64/llvm8.0/include/llvm/DebugInfo/PDB/PDBSymbolUnknown.h
/usr/lib64/llvm8.0/include/llvm/DebugInfo/PDB/PDBSymbolUsingNamespace.h
/usr/lib64/llvm8.0/include/llvm/DebugInfo/PDB/PDBTypes.h
/usr/lib64/llvm8.0/include/llvm/DebugInfo/PDB/UDTLayout.h
/usr/lib64/llvm8.0/include/llvm/DebugInfo/Symbolize
/usr/lib64/llvm8.0/include/llvm/DebugInfo/Symbolize/DIPrinter.h
/usr/lib64/llvm8.0/include/llvm/DebugInfo/Symbolize/SymbolizableModule.h
/usr/lib64/llvm8.0/include/llvm/DebugInfo/Symbolize/Symbolize.h
/usr/lib64/llvm8.0/include/llvm/Demangle
/usr/lib64/llvm8.0/include/llvm/Demangle/Compiler.h
/usr/lib64/llvm8.0/include/llvm/Demangle/Demangle.h
/usr/lib64/llvm8.0/include/llvm/Demangle/ItaniumDemangle.h
/usr/lib64/llvm8.0/include/llvm/Demangle/MicrosoftDemangle.h
/usr/lib64/llvm8.0/include/llvm/Demangle/MicrosoftDemangleNodes.h
/usr/lib64/llvm8.0/include/llvm/Demangle/StringView.h
/usr/lib64/llvm8.0/include/llvm/Demangle/Utility.h
/usr/lib64/llvm8.0/include/llvm/ExecutionEngine
/usr/lib64/llvm8.0/include/llvm/ExecutionEngine/ExecutionEngine.h
/usr/lib64/llvm8.0/include/llvm/ExecutionEngine/GenericValue.h
/usr/lib64/llvm8.0/include/llvm/ExecutionEngine/Interpreter.h
/usr/lib64/llvm8.0/include/llvm/ExecutionEngine/JITEventListener.h
/usr/lib64/llvm8.0/include/llvm/ExecutionEngine/JITSymbol.h
/usr/lib64/llvm8.0/include/llvm/ExecutionEngine/MCJIT.h
/usr/lib64/llvm8.0/include/llvm/ExecutionEngine/OProfileWrapper.h
/usr/lib64/llvm8.0/include/llvm/ExecutionEngine/ObjectCache.h
/usr/lib64/llvm8.0/include/llvm/ExecutionEngine/Orc
/usr/lib64/llvm8.0/include/llvm/ExecutionEngine/Orc/CompileOnDemandLayer.h
/usr/lib64/llvm8.0/include/llvm/ExecutionEngine/Orc/CompileUtils.h
/usr/lib64/llvm8.0/include/llvm/ExecutionEngine/Orc/Core.h
/usr/lib64/llvm8.0/include/llvm/ExecutionEngine/Orc/ExecutionUtils.h
/usr/lib64/llvm8.0/include/llvm/ExecutionEngine/Orc/GlobalMappingLayer.h
/usr/lib64/llvm8.0/include/llvm/ExecutionEngine/Orc/IRCompileLayer.h
/usr/lib64/llvm8.0/include/llvm/ExecutionEngine/Orc/IRTransformLayer.h
/usr/lib64/llvm8.0/include/llvm/ExecutionEngine/Orc/IndirectionUtils.h
/usr/lib64/llvm8.0/include/llvm/ExecutionEngine/Orc/JITTargetMachineBuilder.h
/usr/lib64/llvm8.0/include/llvm/ExecutionEngine/Orc/LLJIT.h
/usr/lib64/llvm8.0/include/llvm/ExecutionEngine/Orc/LambdaResolver.h
/usr/lib64/llvm8.0/include/llvm/ExecutionEngine/Orc/Layer.h
/usr/lib64/llvm8.0/include/llvm/ExecutionEngine/Orc/LazyEmittingLayer.h
/usr/lib64/llvm8.0/include/llvm/ExecutionEngine/Orc/LazyReexports.h
/usr/lib64/llvm8.0/include/llvm/ExecutionEngine/Orc/Legacy.h
/usr/lib64/llvm8.0/include/llvm/ExecutionEngine/Orc/NullResolver.h
/usr/lib64/llvm8.0/include/llvm/ExecutionEngine/Orc/ObjectTransformLayer.h
/usr/lib64/llvm8.0/include/llvm/ExecutionEngine/Orc/OrcABISupport.h
/usr/lib64/llvm8.0/include/llvm/ExecutionEngine/Orc/OrcError.h
/usr/lib64/llvm8.0/include/llvm/ExecutionEngine/Orc/OrcRemoteTargetClient.h
/usr/lib64/llvm8.0/include/llvm/ExecutionEngine/Orc/OrcRemoteTargetRPCAPI.h
/usr/lib64/llvm8.0/include/llvm/ExecutionEngine/Orc/OrcRemoteTargetServer.h
/usr/lib64/llvm8.0/include/llvm/ExecutionEngine/Orc/RPCSerialization.h
/usr/lib64/llvm8.0/include/llvm/ExecutionEngine/Orc/RPCUtils.h
/usr/lib64/llvm8.0/include/llvm/ExecutionEngine/Orc/RTDyldObjectLinkingLayer.h
/usr/lib64/llvm8.0/include/llvm/ExecutionEngine/Orc/RawByteChannel.h
/usr/lib64/llvm8.0/include/llvm/ExecutionEngine/Orc/RemoteObjectLayer.h
/usr/lib64/llvm8.0/include/llvm/ExecutionEngine/Orc/SymbolStringPool.h
/usr/lib64/llvm8.0/include/llvm/ExecutionEngine/Orc/ThreadSafeModule.h
/usr/lib64/llvm8.0/include/llvm/ExecutionEngine/OrcMCJITReplacement.h
/usr/lib64/llvm8.0/include/llvm/ExecutionEngine/RTDyldMemoryManager.h
/usr/lib64/llvm8.0/include/llvm/ExecutionEngine/RuntimeDyld.h
/usr/lib64/llvm8.0/include/llvm/ExecutionEngine/RuntimeDyldChecker.h
/usr/lib64/llvm8.0/include/llvm/ExecutionEngine/SectionMemoryManager.h
/usr/lib64/llvm8.0/include/llvm/FuzzMutate
/usr/lib64/llvm8.0/include/llvm/FuzzMutate/FuzzerCLI.h
/usr/lib64/llvm8.0/include/llvm/FuzzMutate/IRMutator.h
/usr/lib64/llvm8.0/include/llvm/FuzzMutate/OpDescriptor.h
/usr/lib64/llvm8.0/include/llvm/FuzzMutate/Operations.h
/usr/lib64/llvm8.0/include/llvm/FuzzMutate/Random.h
/usr/lib64/llvm8.0/include/llvm/FuzzMutate/RandomIRBuilder.h
/usr/lib64/llvm8.0/include/llvm/IR
/usr/lib64/llvm8.0/include/llvm/IR/Argument.h
/usr/lib64/llvm8.0/include/llvm/IR/AssemblyAnnotationWriter.h
/usr/lib64/llvm8.0/include/llvm/IR/Attributes.h
/usr/lib64/llvm8.0/include/llvm/IR/Attributes.inc
/usr/lib64/llvm8.0/include/llvm/IR/Attributes.td
/usr/lib64/llvm8.0/include/llvm/IR/AutoUpgrade.h
/usr/lib64/llvm8.0/include/llvm/IR/BasicBlock.h
/usr/lib64/llvm8.0/include/llvm/IR/CFG.h
/usr/lib64/llvm8.0/include/llvm/IR/CFGDiff.h
/usr/lib64/llvm8.0/include/llvm/IR/CallSite.h
/usr/lib64/llvm8.0/include/llvm/IR/CallingConv.h
/usr/lib64/llvm8.0/include/llvm/IR/Comdat.h
/usr/lib64/llvm8.0/include/llvm/IR/Constant.h
/usr/lib64/llvm8.0/include/llvm/IR/ConstantFolder.h
/usr/lib64/llvm8.0/include/llvm/IR/ConstantRange.h
/usr/lib64/llvm8.0/include/llvm/IR/Constants.h
/usr/lib64/llvm8.0/include/llvm/IR/DIBuilder.h
/usr/lib64/llvm8.0/include/llvm/IR/DataLayout.h
/usr/lib64/llvm8.0/include/llvm/IR/DebugInfo.h
/usr/lib64/llvm8.0/include/llvm/IR/DebugInfoFlags.def
/usr/lib64/llvm8.0/include/llvm/IR/DebugInfoMetadata.h
/usr/lib64/llvm8.0/include/llvm/IR/DebugLoc.h
/usr/lib64/llvm8.0/include/llvm/IR/DerivedTypes.h
/usr/lib64/llvm8.0/include/llvm/IR/DerivedUser.h
/usr/lib64/llvm8.0/include/llvm/IR/DiagnosticHandler.h
/usr/lib64/llvm8.0/include/llvm/IR/DiagnosticInfo.h
/usr/lib64/llvm8.0/include/llvm/IR/DiagnosticPrinter.h
/usr/lib64/llvm8.0/include/llvm/IR/DomTreeUpdater.h
/usr/lib64/llvm8.0/include/llvm/IR/Dominators.h
/usr/lib64/llvm8.0/include/llvm/IR/Function.h
/usr/lib64/llvm8.0/include/llvm/IR/GVMaterializer.h
/usr/lib64/llvm8.0/include/llvm/IR/GetElementPtrTypeIterator.h
/usr/lib64/llvm8.0/include/llvm/IR/GlobalAlias.h
/usr/lib64/llvm8.0/include/llvm/IR/GlobalIFunc.h
/usr/lib64/llvm8.0/include/llvm/IR/GlobalIndirectSymbol.h
/usr/lib64/llvm8.0/include/llvm/IR/GlobalObject.h
/usr/lib64/llvm8.0/include/llvm/IR/GlobalValue.h
/usr/lib64/llvm8.0/include/llvm/IR/GlobalVariable.h
/usr/lib64/llvm8.0/include/llvm/IR/IRBuilder.h
/usr/lib64/llvm8.0/include/llvm/IR/IRPrintingPasses.h
/usr/lib64/llvm8.0/include/llvm/IR/InlineAsm.h
/usr/lib64/llvm8.0/include/llvm/IR/InstIterator.h
/usr/lib64/llvm8.0/include/llvm/IR/InstVisitor.h
/usr/lib64/llvm8.0/include/llvm/IR/InstrTypes.h
/usr/lib64/llvm8.0/include/llvm/IR/Instruction.def
/usr/lib64/llvm8.0/include/llvm/IR/Instruction.h
/usr/lib64/llvm8.0/include/llvm/IR/Instructions.h
/usr/lib64/llvm8.0/include/llvm/IR/IntrinsicEnums.inc
/usr/lib64/llvm8.0/include/llvm/IR/IntrinsicImpl.inc
/usr/lib64/llvm8.0/include/llvm/IR/IntrinsicInst.h
/usr/lib64/llvm8.0/include/llvm/IR/Intrinsics.h
/usr/lib64/llvm8.0/include/llvm/IR/Intrinsics.td
/usr/lib64/llvm8.0/include/llvm/IR/IntrinsicsAArch64.td
/usr/lib64/llvm8.0/include/llvm/IR/IntrinsicsAMDGPU.td
/usr/lib64/llvm8.0/include/llvm/IR/IntrinsicsARM.td
/usr/lib64/llvm8.0/include/llvm/IR/IntrinsicsBPF.td
/usr/lib64/llvm8.0/include/llvm/IR/IntrinsicsHexagon.td
/usr/lib64/llvm8.0/include/llvm/IR/IntrinsicsMips.td
/usr/lib64/llvm8.0/include/llvm/IR/IntrinsicsNVVM.td
/usr/lib64/llvm8.0/include/llvm/IR/IntrinsicsPowerPC.td
/usr/lib64/llvm8.0/include/llvm/IR/IntrinsicsRISCV.td
/usr/lib64/llvm8.0/include/llvm/IR/IntrinsicsSystemZ.td
/usr/lib64/llvm8.0/include/llvm/IR/IntrinsicsWebAssembly.td
/usr/lib64/llvm8.0/include/llvm/IR/IntrinsicsX86.td
/usr/lib64/llvm8.0/include/llvm/IR/IntrinsicsXCore.td
/usr/lib64/llvm8.0/include/llvm/IR/LLVMContext.h
/usr/lib64/llvm8.0/include/llvm/IR/LegacyPassManager.h
/usr/lib64/llvm8.0/include/llvm/IR/LegacyPassManagers.h
/usr/lib64/llvm8.0/include/llvm/IR/LegacyPassNameParser.h
/usr/lib64/llvm8.0/include/llvm/IR/MDBuilder.h
/usr/lib64/llvm8.0/include/llvm/IR/Mangler.h
/usr/lib64/llvm8.0/include/llvm/IR/Metadata.def
/usr/lib64/llvm8.0/include/llvm/IR/Metadata.h
/usr/lib64/llvm8.0/include/llvm/IR/Module.h
/usr/lib64/llvm8.0/include/llvm/IR/ModuleSlotTracker.h
/usr/lib64/llvm8.0/include/llvm/IR/ModuleSummaryIndex.h
/usr/lib64/llvm8.0/include/llvm/IR/ModuleSummaryIndexYAML.h
/usr/lib64/llvm8.0/include/llvm/IR/NoFolder.h
/usr/lib64/llvm8.0/include/llvm/IR/OperandTraits.h
/usr/lib64/llvm8.0/include/llvm/IR/Operator.h
/usr/lib64/llvm8.0/include/llvm/IR/OptBisect.h
/usr/lib64/llvm8.0/include/llvm/IR/PassInstrumentation.h
/usr/lib64/llvm8.0/include/llvm/IR/PassManager.h
/usr/lib64/llvm8.0/include/llvm/IR/PassManagerInternal.h
/usr/lib64/llvm8.0/include/llvm/IR/PassTimingInfo.h
/usr/lib64/llvm8.0/include/llvm/IR/PatternMatch.h
/usr/lib64/llvm8.0/include/llvm/IR/PredIteratorCache.h
/usr/lib64/llvm8.0/include/llvm/IR/ProfileSummary.h
/usr/lib64/llvm8.0/include/llvm/IR/RuntimeLibcalls.def
/usr/lib64/llvm8.0/include/llvm/IR/SafepointIRVerifier.h
/usr/lib64/llvm8.0/include/llvm/IR/Statepoint.h
/usr/lib64/llvm8.0/include/llvm/IR/SymbolTableListTraits.h
/usr/lib64/llvm8.0/include/llvm/IR/TrackingMDRef.h
/usr/lib64/llvm8.0/include/llvm/IR/Type.h
/usr/lib64/llvm8.0/include/llvm/IR/TypeFinder.h
/usr/lib64/llvm8.0/include/llvm/IR/Use.h
/usr/lib64/llvm8.0/include/llvm/IR/UseListOrder.h
/usr/lib64/llvm8.0/include/llvm/IR/User.h
/usr/lib64/llvm8.0/include/llvm/IR/Value.def
/usr/lib64/llvm8.0/include/llvm/IR/Value.h
/usr/lib64/llvm8.0/include/llvm/IR/ValueHandle.h
/usr/lib64/llvm8.0/include/llvm/IR/ValueMap.h
/usr/lib64/llvm8.0/include/llvm/IR/ValueSymbolTable.h
/usr/lib64/llvm8.0/include/llvm/IR/Verifier.h
/usr/lib64/llvm8.0/include/llvm/IRReader
/usr/lib64/llvm8.0/include/llvm/IRReader/IRReader.h
/usr/lib64/llvm8.0/include/llvm/InitializePasses.h
/usr/lib64/llvm8.0/include/llvm/LTO
/usr/lib64/llvm8.0/include/llvm/LTO/Caching.h
/usr/lib64/llvm8.0/include/llvm/LTO/Config.h
/usr/lib64/llvm8.0/include/llvm/LTO/LTO.h
/usr/lib64/llvm8.0/include/llvm/LTO/LTOBackend.h
/usr/lib64/llvm8.0/include/llvm/LTO/SummaryBasedOptimizations.h
/usr/lib64/llvm8.0/include/llvm/LTO/legacy
/usr/lib64/llvm8.0/include/llvm/LTO/legacy/LTOCodeGenerator.h
/usr/lib64/llvm8.0/include/llvm/LTO/legacy/LTOModule.h
/usr/lib64/llvm8.0/include/llvm/LTO/legacy/ThinLTOCodeGenerator.h
/usr/lib64/llvm8.0/include/llvm/LTO/legacy/UpdateCompilerUsed.h
/usr/lib64/llvm8.0/include/llvm/LineEditor
/usr/lib64/llvm8.0/include/llvm/LineEditor/LineEditor.h
/usr/lib64/llvm8.0/include/llvm/LinkAllIR.h
/usr/lib64/llvm8.0/include/llvm/LinkAllPasses.h
/usr/lib64/llvm8.0/include/llvm/Linker
/usr/lib64/llvm8.0/include/llvm/Linker/IRMover.h
/usr/lib64/llvm8.0/include/llvm/Linker/Linker.h
/usr/lib64/llvm8.0/include/llvm/MC
/usr/lib64/llvm8.0/include/llvm/MC/ConstantPools.h
/usr/lib64/llvm8.0/include/llvm/MC/LaneBitmask.h
/usr/lib64/llvm8.0/include/llvm/MC/MCAnalysis
/usr/lib64/llvm8.0/include/llvm/MC/MCAsmBackend.h
/usr/lib64/llvm8.0/include/llvm/MC/MCAsmInfo.h
/usr/lib64/llvm8.0/include/llvm/MC/MCAsmInfoCOFF.h
/usr/lib64/llvm8.0/include/llvm/MC/MCAsmInfoDarwin.h
/usr/lib64/llvm8.0/include/llvm/MC/MCAsmInfoELF.h
/usr/lib64/llvm8.0/include/llvm/MC/MCAsmInfoWasm.h
/usr/lib64/llvm8.0/include/llvm/MC/MCAsmLayout.h
/usr/lib64/llvm8.0/include/llvm/MC/MCAsmMacro.h
/usr/lib64/llvm8.0/include/llvm/MC/MCAssembler.h
/usr/lib64/llvm8.0/include/llvm/MC/MCCodeEmitter.h
/usr/lib64/llvm8.0/include/llvm/MC/MCCodePadder.h
/usr/lib64/llvm8.0/include/llvm/MC/MCCodeView.h
/usr/lib64/llvm8.0/include/llvm/MC/MCContext.h
/usr/lib64/llvm8.0/include/llvm/MC/MCDirectives.h
/usr/lib64/llvm8.0/include/llvm/MC/MCDisassembler
/usr/lib64/llvm8.0/include/llvm/MC/MCDisassembler/MCDisassembler.h
/usr/lib64/llvm8.0/include/llvm/MC/MCDisassembler/MCExternalSymbolizer.h
/usr/lib64/llvm8.0/include/llvm/MC/MCDisassembler/MCRelocationInfo.h
/usr/lib64/llvm8.0/include/llvm/MC/MCDisassembler/MCSymbolizer.h
/usr/lib64/llvm8.0/include/llvm/MC/MCDwarf.h
/usr/lib64/llvm8.0/include/llvm/MC/MCELFObjectWriter.h
/usr/lib64/llvm8.0/include/llvm/MC/MCELFStreamer.h
/usr/lib64/llvm8.0/include/llvm/MC/MCExpr.h
/usr/lib64/llvm8.0/include/llvm/MC/MCFixedLenDisassembler.h
/usr/lib64/llvm8.0/include/llvm/MC/MCFixup.h
/usr/lib64/llvm8.0/include/llvm/MC/MCFixupKindInfo.h
/usr/lib64/llvm8.0/include/llvm/MC/MCFragment.h
/usr/lib64/llvm8.0/include/llvm/MC/MCInst.h
/usr/lib64/llvm8.0/include/llvm/MC/MCInstBuilder.h
/usr/lib64/llvm8.0/include/llvm/MC/MCInstPrinter.h
/usr/lib64/llvm8.0/include/llvm/MC/MCInstrAnalysis.h
/usr/lib64/llvm8.0/include/llvm/MC/MCInstrDesc.h
/usr/lib64/llvm8.0/include/llvm/MC/MCInstrInfo.h
/usr/lib64/llvm8.0/include/llvm/MC/MCInstrItineraries.h
/usr/lib64/llvm8.0/include/llvm/MC/MCLabel.h
/usr/lib64/llvm8.0/include/llvm/MC/MCLinkerOptimizationHint.h
/usr/lib64/llvm8.0/include/llvm/MC/MCMachObjectWriter.h
/usr/lib64/llvm8.0/include/llvm/MC/MCObjectFileInfo.h
/usr/lib64/llvm8.0/include/llvm/MC/MCObjectStreamer.h
/usr/lib64/llvm8.0/include/llvm/MC/MCObjectWriter.h
/usr/lib64/llvm8.0/include/llvm/MC/MCParser
/usr/lib64/llvm8.0/include/llvm/MC/MCParser/AsmCond.h
/usr/lib64/llvm8.0/include/llvm/MC/MCParser/AsmLexer.h
/usr/lib64/llvm8.0/include/llvm/MC/MCParser/MCAsmLexer.h
/usr/lib64/llvm8.0/include/llvm/MC/MCParser/MCAsmParser.h
/usr/lib64/llvm8.0/include/llvm/MC/MCParser/MCAsmParserExtension.h
/usr/lib64/llvm8.0/include/llvm/MC/MCParser/MCAsmParserUtils.h
/usr/lib64/llvm8.0/include/llvm/MC/MCParser/MCParsedAsmOperand.h
/usr/lib64/llvm8.0/include/llvm/MC/MCParser/MCTargetAsmParser.h
/usr/lib64/llvm8.0/include/llvm/MC/MCRegisterInfo.h
/usr/lib64/llvm8.0/include/llvm/MC/MCSchedule.h
/usr/lib64/llvm8.0/include/llvm/MC/MCSection.h
/usr/lib64/llvm8.0/include/llvm/MC/MCSectionCOFF.h
/usr/lib64/llvm8.0/include/llvm/MC/MCSectionELF.h
/usr/lib64/llvm8.0/include/llvm/MC/MCSectionMachO.h
/usr/lib64/llvm8.0/include/llvm/MC/MCSectionWasm.h
/usr/lib64/llvm8.0/include/llvm/MC/MCStreamer.h
/usr/lib64/llvm8.0/include/llvm/MC/MCSubtargetInfo.h
/usr/lib64/llvm8.0/include/llvm/MC/MCSymbol.h
/usr/lib64/llvm8.0/include/llvm/MC/MCSymbolCOFF.h
/usr/lib64/llvm8.0/include/llvm/MC/MCSymbolELF.h
/usr/lib64/llvm8.0/include/llvm/MC/MCSymbolMachO.h
/usr/lib64/llvm8.0/include/llvm/MC/MCSymbolWasm.h
/usr/lib64/llvm8.0/include/llvm/MC/MCTargetOptions.h
/usr/lib64/llvm8.0/include/llvm/MC/MCTargetOptionsCommandFlags.inc
/usr/lib64/llvm8.0/include/llvm/MC/MCValue.h
/usr/lib64/llvm8.0/include/llvm/MC/MCWasmObjectWriter.h
/usr/lib64/llvm8.0/include/llvm/MC/MCWasmStreamer.h
/usr/lib64/llvm8.0/include/llvm/MC/MCWin64EH.h
/usr/lib64/llvm8.0/include/llvm/MC/MCWinCOFFObjectWriter.h
/usr/lib64/llvm8.0/include/llvm/MC/MCWinCOFFStreamer.h
/usr/lib64/llvm8.0/include/llvm/MC/MCWinEH.h
/usr/lib64/llvm8.0/include/llvm/MC/MachineLocation.h
/usr/lib64/llvm8.0/include/llvm/MC/SectionKind.h
/usr/lib64/llvm8.0/include/llvm/MC/StringTableBuilder.h
/usr/lib64/llvm8.0/include/llvm/MC/SubtargetFeature.h
/usr/lib64/llvm8.0/include/llvm/MCA
/usr/lib64/llvm8.0/include/llvm/MCA/Context.h
/usr/lib64/llvm8.0/include/llvm/MCA/HWEventListener.h
/usr/lib64/llvm8.0/include/llvm/MCA/HardwareUnits
/usr/lib64/llvm8.0/include/llvm/MCA/HardwareUnits/HardwareUnit.h
/usr/lib64/llvm8.0/include/llvm/MCA/HardwareUnits/LSUnit.h
/usr/lib64/llvm8.0/include/llvm/MCA/HardwareUnits/RegisterFile.h
/usr/lib64/llvm8.0/include/llvm/MCA/HardwareUnits/ResourceManager.h
/usr/lib64/llvm8.0/include/llvm/MCA/HardwareUnits/RetireControlUnit.h
/usr/lib64/llvm8.0/include/llvm/MCA/HardwareUnits/Scheduler.h
/usr/lib64/llvm8.0/include/llvm/MCA/InstrBuilder.h
/usr/lib64/llvm8.0/include/llvm/MCA/Instruction.h
/usr/lib64/llvm8.0/include/llvm/MCA/Pipeline.h
/usr/lib64/llvm8.0/include/llvm/MCA/SourceMgr.h
/usr/lib64/llvm8.0/include/llvm/MCA/Stages
/usr/lib64/llvm8.0/include/llvm/MCA/Stages/DispatchStage.h
/usr/lib64/llvm8.0/include/llvm/MCA/Stages/EntryStage.h
/usr/lib64/llvm8.0/include/llvm/MCA/Stages/ExecuteStage.h
/usr/lib64/llvm8.0/include/llvm/MCA/Stages/InstructionTables.h
/usr/lib64/llvm8.0/include/llvm/MCA/Stages/RetireStage.h
/usr/lib64/llvm8.0/include/llvm/MCA/Stages/Stage.h
/usr/lib64/llvm8.0/include/llvm/MCA/Support.h
/usr/lib64/llvm8.0/include/llvm/Object
/usr/lib64/llvm8.0/include/llvm/Object/Archive.h
/usr/lib64/llvm8.0/include/llvm/Object/ArchiveWriter.h
/usr/lib64/llvm8.0/include/llvm/Object/Binary.h
/usr/lib64/llvm8.0/include/llvm/Object/COFF.h
/usr/lib64/llvm8.0/include/llvm/Object/COFFImportFile.h
/usr/lib64/llvm8.0/include/llvm/Object/COFFModuleDefinition.h
/usr/lib64/llvm8.0/include/llvm/Object/CVDebugRecord.h
/usr/lib64/llvm8.0/include/llvm/Object/Decompressor.h
/usr/lib64/llvm8.0/include/llvm/Object/ELF.h
/usr/lib64/llvm8.0/include/llvm/Object/ELFObjectFile.h
/usr/lib64/llvm8.0/include/llvm/Object/ELFTypes.h
/usr/lib64/llvm8.0/include/llvm/Object/Error.h
/usr/lib64/llvm8.0/include/llvm/Object/IRObjectFile.h
/usr/lib64/llvm8.0/include/llvm/Object/IRSymtab.h
/usr/lib64/llvm8.0/include/llvm/Object/MachO.h
/usr/lib64/llvm8.0/include/llvm/Object/MachOUniversal.h
/usr/lib64/llvm8.0/include/llvm/Object/ModuleSymbolTable.h
/usr/lib64/llvm8.0/include/llvm/Object/ObjectFile.h
/usr/lib64/llvm8.0/include/llvm/Object/RelocVisitor.h
/usr/lib64/llvm8.0/include/llvm/Object/StackMapParser.h
/usr/lib64/llvm8.0/include/llvm/Object/SymbolSize.h
/usr/lib64/llvm8.0/include/llvm/Object/SymbolicFile.h
/usr/lib64/llvm8.0/include/llvm/Object/Wasm.h
/usr/lib64/llvm8.0/include/llvm/Object/WasmTraits.h
/usr/lib64/llvm8.0/include/llvm/Object/WindowsResource.h
/usr/lib64/llvm8.0/include/llvm/ObjectYAML
/usr/lib64/llvm8.0/include/llvm/ObjectYAML/COFFYAML.h
/usr/lib64/llvm8.0/include/llvm/ObjectYAML/CodeViewYAMLDebugSections.h
/usr/lib64/llvm8.0/include/llvm/ObjectYAML/CodeViewYAMLSymbols.h
/usr/lib64/llvm8.0/include/llvm/ObjectYAML/CodeViewYAMLTypeHashing.h
/usr/lib64/llvm8.0/include/llvm/ObjectYAML/CodeViewYAMLTypes.h
/usr/lib64/llvm8.0/include/llvm/ObjectYAML/DWARFEmitter.h
/usr/lib64/llvm8.0/include/llvm/ObjectYAML/DWARFYAML.h
/usr/lib64/llvm8.0/include/llvm/ObjectYAML/ELFYAML.h
/usr/lib64/llvm8.0/include/llvm/ObjectYAML/MachOYAML.h
/usr/lib64/llvm8.0/include/llvm/ObjectYAML/ObjectYAML.h
/usr/lib64/llvm8.0/include/llvm/ObjectYAML/WasmYAML.h
/usr/lib64/llvm8.0/include/llvm/ObjectYAML/YAML.h
/usr/lib64/llvm8.0/include/llvm/Option
/usr/lib64/llvm8.0/include/llvm/Option/Arg.h
/usr/lib64/llvm8.0/include/llvm/Option/ArgList.h
/usr/lib64/llvm8.0/include/llvm/Option/OptParser.td
/usr/lib64/llvm8.0/include/llvm/Option/OptSpecifier.h
/usr/lib64/llvm8.0/include/llvm/Option/OptTable.h
/usr/lib64/llvm8.0/include/llvm/Option/Option.h
/usr/lib64/llvm8.0/include/llvm/Pass.h
/usr/lib64/llvm8.0/include/llvm/PassAnalysisSupport.h
/usr/lib64/llvm8.0/include/llvm/PassInfo.h
/usr/lib64/llvm8.0/include/llvm/PassRegistry.h
/usr/lib64/llvm8.0/include/llvm/PassSupport.h
/usr/lib64/llvm8.0/include/llvm/Passes
/usr/lib64/llvm8.0/include/llvm/Passes/PassBuilder.h
/usr/lib64/llvm8.0/include/llvm/Passes/PassPlugin.h
/usr/lib64/llvm8.0/include/llvm/Passes/StandardInstrumentations.h
/usr/lib64/llvm8.0/include/llvm/ProfileData
/usr/lib64/llvm8.0/include/llvm/ProfileData/Coverage
/usr/lib64/llvm8.0/include/llvm/ProfileData/Coverage/CoverageMapping.h
/usr/lib64/llvm8.0/include/llvm/ProfileData/Coverage/CoverageMappingReader.h
/usr/lib64/llvm8.0/include/llvm/ProfileData/Coverage/CoverageMappingWriter.h
/usr/lib64/llvm8.0/include/llvm/ProfileData/GCOV.h
/usr/lib64/llvm8.0/include/llvm/ProfileData/InstrProf.h
/usr/lib64/llvm8.0/include/llvm/ProfileData/InstrProfData.inc
/usr/lib64/llvm8.0/include/llvm/ProfileData/InstrProfReader.h
/usr/lib64/llvm8.0/include/llvm/ProfileData/InstrProfWriter.h
/usr/lib64/llvm8.0/include/llvm/ProfileData/ProfileCommon.h
/usr/lib64/llvm8.0/include/llvm/ProfileData/SampleProf.h
/usr/lib64/llvm8.0/include/llvm/ProfileData/SampleProfReader.h
/usr/lib64/llvm8.0/include/llvm/ProfileData/SampleProfWriter.h
/usr/lib64/llvm8.0/include/llvm/Support
/usr/lib64/llvm8.0/include/llvm/Support/AArch64TargetParser.def
/usr/lib64/llvm8.0/include/llvm/Support/AArch64TargetParser.h
/usr/lib64/llvm8.0/include/llvm/Support/AMDGPUMetadata.h
/usr/lib64/llvm8.0/include/llvm/Support/AMDHSAKernelDescriptor.h
/usr/lib64/llvm8.0/include/llvm/Support/ARMAttributeParser.h
/usr/lib64/llvm8.0/include/llvm/Support/ARMBuildAttributes.h
/usr/lib64/llvm8.0/include/llvm/Support/ARMEHABI.h
/usr/lib64/llvm8.0/include/llvm/Support/ARMTargetParser.def
/usr/lib64/llvm8.0/include/llvm/Support/ARMTargetParser.h
/usr/lib64/llvm8.0/include/llvm/Support/ARMWinEH.h
/usr/lib64/llvm8.0/include/llvm/Support/AlignOf.h
/usr/lib64/llvm8.0/include/llvm/Support/Allocator.h
/usr/lib64/llvm8.0/include/llvm/Support/ArrayRecycler.h
/usr/lib64/llvm8.0/include/llvm/Support/Atomic.h
/usr/lib64/llvm8.0/include/llvm/Support/AtomicOrdering.h
/usr/lib64/llvm8.0/include/llvm/Support/BinaryByteStream.h
/usr/lib64/llvm8.0/include/llvm/Support/BinaryItemStream.h
/usr/lib64/llvm8.0/include/llvm/Support/BinaryStream.h
/usr/lib64/llvm8.0/include/llvm/Support/BinaryStreamArray.h
/usr/lib64/llvm8.0/include/llvm/Support/BinaryStreamError.h
/usr/lib64/llvm8.0/include/llvm/Support/BinaryStreamReader.h
/usr/lib64/llvm8.0/include/llvm/Support/BinaryStreamRef.h
/usr/lib64/llvm8.0/include/llvm/Support/BinaryStreamWriter.h
/usr/lib64/llvm8.0/include/llvm/Support/BlockFrequency.h
/usr/lib64/llvm8.0/include/llvm/Support/BranchProbability.h
/usr/lib64/llvm8.0/include/llvm/Support/BuryPointer.h
/usr/lib64/llvm8.0/include/llvm/Support/CBindingWrapping.h
/usr/lib64/llvm8.0/include/llvm/Support/CFGUpdate.h
/usr/lib64/llvm8.0/include/llvm/Support/COM.h
/usr/lib64/llvm8.0/include/llvm/Support/CachePruning.h
/usr/lib64/llvm8.0/include/llvm/Support/Capacity.h
/usr/lib64/llvm8.0/include/llvm/Support/Casting.h
/usr/lib64/llvm8.0/include/llvm/Support/CheckedArithmetic.h
/usr/lib64/llvm8.0/include/llvm/Support/Chrono.h
/usr/lib64/llvm8.0/include/llvm/Support/CodeGen.h
/usr/lib64/llvm8.0/include/llvm/Support/CodeGenCoverage.h
/usr/lib64/llvm8.0/include/llvm/Support/CommandLine.h
/usr/lib64/llvm8.0/include/llvm/Support/Compiler.h
/usr/lib64/llvm8.0/include/llvm/Support/Compression.h
/usr/lib64/llvm8.0/include/llvm/Support/ConvertUTF.h
/usr/lib64/llvm8.0/include/llvm/Support/CrashRecoveryContext.h
/usr/lib64/llvm8.0/include/llvm/Support/DJB.h
/usr/lib64/llvm8.0/include/llvm/Support/DOTGraphTraits.h
/usr/lib64/llvm8.0/include/llvm/Support/DataExtractor.h
/usr/lib64/llvm8.0/include/llvm/Support/DataTypes.h
/usr/lib64/llvm8.0/include/llvm/Support/Debug.h
/usr/lib64/llvm8.0/include/llvm/Support/DebugCounter.h
/usr/lib64/llvm8.0/include/llvm/Support/DynamicLibrary.h
/usr/lib64/llvm8.0/include/llvm/Support/Endian.h
/usr/lib64/llvm8.0/include/llvm/Support/EndianStream.h
/usr/lib64/llvm8.0/include/llvm/Support/Errc.h
/usr/lib64/llvm8.0/include/llvm/Support/Errno.h
/usr/lib64/llvm8.0/include/llvm/Support/Error.h
/usr/lib64/llvm8.0/include/llvm/Support/ErrorHandling.h
/usr/lib64/llvm8.0/include/llvm/Support/ErrorOr.h
/usr/lib64/llvm8.0/include/llvm/Support/FileCheck.h
/usr/lib64/llvm8.0/include/llvm/Support/FileOutputBuffer.h
/usr/lib64/llvm8.0/include/llvm/Support/FileSystem.h
/usr/lib64/llvm8.0/include/llvm/Support/FileUtilities.h
/usr/lib64/llvm8.0/include/llvm/Support/Format.h
/usr/lib64/llvm8.0/include/llvm/Support/FormatAdapters.h
/usr/lib64/llvm8.0/include/llvm/Support/FormatCommon.h
/usr/lib64/llvm8.0/include/llvm/Support/FormatProviders.h
/usr/lib64/llvm8.0/include/llvm/Support/FormatVariadic.h
/usr/lib64/llvm8.0/include/llvm/Support/FormatVariadicDetails.h
/usr/lib64/llvm8.0/include/llvm/Support/FormattedStream.h
/usr/lib64/llvm8.0/include/llvm/Support/GenericDomTree.h
/usr/lib64/llvm8.0/include/llvm/Support/GenericDomTreeConstruction.h
/usr/lib64/llvm8.0/include/llvm/Support/GlobPattern.h
/usr/lib64/llvm8.0/include/llvm/Support/GraphWriter.h
/usr/lib64/llvm8.0/include/llvm/Support/Host.h
/usr/lib64/llvm8.0/include/llvm/Support/InitLLVM.h
/usr/lib64/llvm8.0/include/llvm/Support/ItaniumManglingCanonicalizer.h
/usr/lib64/llvm8.0/include/llvm/Support/JSON.h
/usr/lib64/llvm8.0/include/llvm/Support/JamCRC.h
/usr/lib64/llvm8.0/include/llvm/Support/KnownBits.h
/usr/lib64/llvm8.0/include/llvm/Support/LEB128.h
/usr/lib64/llvm8.0/include/llvm/Support/LICENSE.TXT
/usr/lib64/llvm8.0/include/llvm/Support/LineIterator.h
/usr/lib64/llvm8.0/include/llvm/Support/Locale.h
/usr/lib64/llvm8.0/include/llvm/Support/LockFileManager.h
/usr/lib64/llvm8.0/include/llvm/Support/LowLevelTypeImpl.h
/usr/lib64/llvm8.0/include/llvm/Support/MD5.h
/usr/lib64/llvm8.0/include/llvm/Support/MSVCErrorWorkarounds.h
/usr/lib64/llvm8.0/include/llvm/Support/MachineValueType.h
/usr/lib64/llvm8.0/include/llvm/Support/ManagedStatic.h
/usr/lib64/llvm8.0/include/llvm/Support/MathExtras.h
/usr/lib64/llvm8.0/include/llvm/Support/MemAlloc.h
/usr/lib64/llvm8.0/include/llvm/Support/Memory.h
/usr/lib64/llvm8.0/include/llvm/Support/MemoryBuffer.h
/usr/lib64/llvm8.0/include/llvm/Support/MipsABIFlags.h
/usr/lib64/llvm8.0/include/llvm/Support/Mutex.h
/usr/lib64/llvm8.0/include/llvm/Support/MutexGuard.h
/usr/lib64/llvm8.0/include/llvm/Support/NativeFormatting.h
/usr/lib64/llvm8.0/include/llvm/Support/OnDiskHashTable.h
/usr/lib64/llvm8.0/include/llvm/Support/Options.h
/usr/lib64/llvm8.0/include/llvm/Support/Parallel.h
/usr/lib64/llvm8.0/include/llvm/Support/Path.h
/usr/lib64/llvm8.0/include/llvm/Support/PluginLoader.h
/usr/lib64/llvm8.0/include/llvm/Support/PointerLikeTypeTraits.h
/usr/lib64/llvm8.0/include/llvm/Support/PrettyStackTrace.h
/usr/lib64/llvm8.0/include/llvm/Support/Printable.h
/usr/lib64/llvm8.0/include/llvm/Support/Process.h
/usr/lib64/llvm8.0/include/llvm/Support/Program.h
/usr/lib64/llvm8.0/include/llvm/Support/RWMutex.h
/usr/lib64/llvm8.0/include/llvm/Support/RandomNumberGenerator.h
/usr/lib64/llvm8.0/include/llvm/Support/Recycler.h
/usr/lib64/llvm8.0/include/llvm/Support/RecyclingAllocator.h
/usr/lib64/llvm8.0/include/llvm/Support/Regex.h
/usr/lib64/llvm8.0/include/llvm/Support/Registry.h
/usr/lib64/llvm8.0/include/llvm/Support/ReverseIteration.h
/usr/lib64/llvm8.0/include/llvm/Support/SHA1.h
/usr/lib64/llvm8.0/include/llvm/Support/SMLoc.h
/usr/lib64/llvm8.0/include/llvm/Support/SaveAndRestore.h
/usr/lib64/llvm8.0/include/llvm/Support/ScaledNumber.h
/usr/lib64/llvm8.0/include/llvm/Support/ScopedPrinter.h
/usr/lib64/llvm8.0/include/llvm/Support/Signals.h
/usr/lib64/llvm8.0/include/llvm/Support/SmallVectorMemoryBuffer.h
/usr/lib64/llvm8.0/include/llvm/Support/Solaris
/usr/lib64/llvm8.0/include/llvm/Support/Solaris/sys
/usr/lib64/llvm8.0/include/llvm/Support/Solaris/sys/regset.h
/usr/lib64/llvm8.0/include/llvm/Support/SourceMgr.h
/usr/lib64/llvm8.0/include/llvm/Support/SpecialCaseList.h
/usr/lib64/llvm8.0/include/llvm/Support/StringPool.h
/usr/lib64/llvm8.0/include/llvm/Support/StringSaver.h
/usr/lib64/llvm8.0/include/llvm/Support/SwapByteOrder.h
/usr/lib64/llvm8.0/include/llvm/Support/SymbolRemappingReader.h
/usr/lib64/llvm8.0/include/llvm/Support/SystemUtils.h
/usr/lib64/llvm8.0/include/llvm/Support/TarWriter.h
/usr/lib64/llvm8.0/include/llvm/Support/TargetOpcodes.def
/usr/lib64/llvm8.0/include/llvm/Support/TargetParser.h
/usr/lib64/llvm8.0/include/llvm/Support/TargetRegistry.h
/usr/lib64/llvm8.0/include/llvm/Support/TargetSelect.h
/usr/lib64/llvm8.0/include/llvm/Support/TaskQueue.h
/usr/lib64/llvm8.0/include/llvm/Support/ThreadLocal.h
/usr/lib64/llvm8.0/include/llvm/Support/ThreadPool.h
/usr/lib64/llvm8.0/include/llvm/Support/Threading.h
/usr/lib64/llvm8.0/include/llvm/Support/Timer.h
/usr/lib64/llvm8.0/include/llvm/Support/ToolOutputFile.h
/usr/lib64/llvm8.0/include/llvm/Support/TrailingObjects.h
/usr/lib64/llvm8.0/include/llvm/Support/TrigramIndex.h
/usr/lib64/llvm8.0/include/llvm/Support/TypeName.h
/usr/lib64/llvm8.0/include/llvm/Support/Unicode.h
/usr/lib64/llvm8.0/include/llvm/Support/UnicodeCharRanges.h
/usr/lib64/llvm8.0/include/llvm/Support/UniqueLock.h
/usr/lib64/llvm8.0/include/llvm/Support/VCSRevision.h
/usr/lib64/llvm8.0/include/llvm/Support/Valgrind.h
/usr/lib64/llvm8.0/include/llvm/Support/VersionTuple.h
/usr/lib64/llvm8.0/include/llvm/Support/VirtualFileSystem.h
/usr/lib64/llvm8.0/include/llvm/Support/Watchdog.h
/usr/lib64/llvm8.0/include/llvm/Support/Win64EH.h
/usr/lib64/llvm8.0/include/llvm/Support/WindowsError.h
/usr/lib64/llvm8.0/include/llvm/Support/WithColor.h
/usr/lib64/llvm8.0/include/llvm/Support/X86DisassemblerDecoderCommon.h
/usr/lib64/llvm8.0/include/llvm/Support/X86TargetParser.def
/usr/lib64/llvm8.0/include/llvm/Support/YAMLParser.h
/usr/lib64/llvm8.0/include/llvm/Support/YAMLTraits.h
/usr/lib64/llvm8.0/include/llvm/Support/circular_raw_ostream.h
/usr/lib64/llvm8.0/include/llvm/Support/raw_os_ostream.h
/usr/lib64/llvm8.0/include/llvm/Support/raw_ostream.h
/usr/lib64/llvm8.0/include/llvm/Support/raw_sha1_ostream.h
/usr/lib64/llvm8.0/include/llvm/Support/thread.h
/usr/lib64/llvm8.0/include/llvm/Support/type_traits.h
/usr/lib64/llvm8.0/include/llvm/Support/xxhash.h
/usr/lib64/llvm8.0/include/llvm/TableGen
/usr/lib64/llvm8.0/include/llvm/TableGen/Error.h
/usr/lib64/llvm8.0/include/llvm/TableGen/Main.h
/usr/lib64/llvm8.0/include/llvm/TableGen/Record.h
/usr/lib64/llvm8.0/include/llvm/TableGen/SearchableTable.td
/usr/lib64/llvm8.0/include/llvm/TableGen/SetTheory.h
/usr/lib64/llvm8.0/include/llvm/TableGen/StringMatcher.h
/usr/lib64/llvm8.0/include/llvm/TableGen/StringToOffsetTable.h
/usr/lib64/llvm8.0/include/llvm/TableGen/TableGenBackend.h
/usr/lib64/llvm8.0/include/llvm/Target
/usr/lib64/llvm8.0/include/llvm/Target/CodeGenCWrappers.h
/usr/lib64/llvm8.0/include/llvm/Target/GenericOpcodes.td
/usr/lib64/llvm8.0/include/llvm/Target/GlobalISel
/usr/lib64/llvm8.0/include/llvm/Target/GlobalISel/RegisterBank.td
/usr/lib64/llvm8.0/include/llvm/Target/GlobalISel/SelectionDAGCompat.td
/usr/lib64/llvm8.0/include/llvm/Target/GlobalISel/Target.td
/usr/lib64/llvm8.0/include/llvm/Target/Target.td
/usr/lib64/llvm8.0/include/llvm/Target/TargetCallingConv.td
/usr/lib64/llvm8.0/include/llvm/Target/TargetInstrPredicate.td
/usr/lib64/llvm8.0/include/llvm/Target/TargetIntrinsicInfo.h
/usr/lib64/llvm8.0/include/llvm/Target/TargetItinerary.td
/usr/lib64/llvm8.0/include/llvm/Target/TargetLoweringObjectFile.h
/usr/lib64/llvm8.0/include/llvm/Target/TargetMachine.h
/usr/lib64/llvm8.0/include/llvm/Target/TargetOptions.h
/usr/lib64/llvm8.0/include/llvm/Target/TargetPfmCounters.td
/usr/lib64/llvm8.0/include/llvm/Target/TargetSchedule.td
/usr/lib64/llvm8.0/include/llvm/Target/TargetSelectionDAG.td
/usr/lib64/llvm8.0/include/llvm/Testing
/usr/lib64/llvm8.0/include/llvm/Testing/Support
/usr/lib64/llvm8.0/include/llvm/Testing/Support/Error.h
/usr/lib64/llvm8.0/include/llvm/Testing/Support/SupportHelpers.h
/usr/lib64/llvm8.0/include/llvm/TextAPI
/usr/lib64/llvm8.0/include/llvm/TextAPI/ELF
/usr/lib64/llvm8.0/include/llvm/TextAPI/ELF/ELFStub.h
/usr/lib64/llvm8.0/include/llvm/TextAPI/ELF/TBEHandler.h
/usr/lib64/llvm8.0/include/llvm/TextAPI/MachO
/usr/lib64/llvm8.0/include/llvm/ToolDrivers
/usr/lib64/llvm8.0/include/llvm/ToolDrivers/llvm-dlltool
/usr/lib64/llvm8.0/include/llvm/ToolDrivers/llvm-dlltool/DlltoolDriver.h
/usr/lib64/llvm8.0/include/llvm/ToolDrivers/llvm-lib
/usr/lib64/llvm8.0/include/llvm/ToolDrivers/llvm-lib/LibDriver.h
/usr/lib64/llvm8.0/include/llvm/Transforms
/usr/lib64/llvm8.0/include/llvm/Transforms/AggressiveInstCombine
/usr/lib64/llvm8.0/include/llvm/Transforms/AggressiveInstCombine/AggressiveInstCombine.h
/usr/lib64/llvm8.0/include/llvm/Transforms/Coroutines.h
/usr/lib64/llvm8.0/include/llvm/Transforms/IPO
/usr/lib64/llvm8.0/include/llvm/Transforms/IPO.h
/usr/lib64/llvm8.0/include/llvm/Transforms/IPO/AlwaysInliner.h
/usr/lib64/llvm8.0/include/llvm/Transforms/IPO/ArgumentPromotion.h
/usr/lib64/llvm8.0/include/llvm/Transforms/IPO/CalledValuePropagation.h
/usr/lib64/llvm8.0/include/llvm/Transforms/IPO/ConstantMerge.h
/usr/lib64/llvm8.0/include/llvm/Transforms/IPO/CrossDSOCFI.h
/usr/lib64/llvm8.0/include/llvm/Transforms/IPO/DeadArgumentElimination.h
/usr/lib64/llvm8.0/include/llvm/Transforms/IPO/ElimAvailExtern.h
/usr/lib64/llvm8.0/include/llvm/Transforms/IPO/ForceFunctionAttrs.h
/usr/lib64/llvm8.0/include/llvm/Transforms/IPO/FunctionAttrs.h
/usr/lib64/llvm8.0/include/llvm/Transforms/IPO/FunctionImport.h
/usr/lib64/llvm8.0/include/llvm/Transforms/IPO/GlobalDCE.h
/usr/lib64/llvm8.0/include/llvm/Transforms/IPO/GlobalOpt.h
/usr/lib64/llvm8.0/include/llvm/Transforms/IPO/GlobalSplit.h
/usr/lib64/llvm8.0/include/llvm/Transforms/IPO/HotColdSplitting.h
/usr/lib64/llvm8.0/include/llvm/Transforms/IPO/InferFunctionAttrs.h
/usr/lib64/llvm8.0/include/llvm/Transforms/IPO/Inliner.h
/usr/lib64/llvm8.0/include/llvm/Transforms/IPO/Internalize.h
/usr/lib64/llvm8.0/include/llvm/Transforms/IPO/LowerTypeTests.h
/usr/lib64/llvm8.0/include/llvm/Transforms/IPO/PartialInlining.h
/usr/lib64/llvm8.0/include/llvm/Transforms/IPO/PassManagerBuilder.h
/usr/lib64/llvm8.0/include/llvm/Transforms/IPO/SCCP.h
/usr/lib64/llvm8.0/include/llvm/Transforms/IPO/SampleProfile.h
/usr/lib64/llvm8.0/include/llvm/Transforms/IPO/StripDeadPrototypes.h
/usr/lib64/llvm8.0/include/llvm/Transforms/IPO/SyntheticCountsPropagation.h
/usr/lib64/llvm8.0/include/llvm/Transforms/IPO/ThinLTOBitcodeWriter.h
/usr/lib64/llvm8.0/include/llvm/Transforms/IPO/WholeProgramDevirt.h
/usr/lib64/llvm8.0/include/llvm/Transforms/InstCombine
/usr/lib64/llvm8.0/include/llvm/Transforms/InstCombine/InstCombine.h
/usr/lib64/llvm8.0/include/llvm/Transforms/InstCombine/InstCombineWorklist.h
/usr/lib64/llvm8.0/include/llvm/Transforms/Instrumentation
/usr/lib64/llvm8.0/include/llvm/Transforms/Instrumentation.h
/usr/lib64/llvm8.0/include/llvm/Transforms/Instrumentation/BoundsChecking.h
/usr/lib64/llvm8.0/include/llvm/Transforms/Instrumentation/CGProfile.h
/usr/lib64/llvm8.0/include/llvm/Transforms/Instrumentation/ControlHeightReduction.h
/usr/lib64/llvm8.0/include/llvm/Transforms/Instrumentation/GCOVProfiler.h
/usr/lib64/llvm8.0/include/llvm/Transforms/Instrumentation/InstrProfiling.h
/usr/lib64/llvm8.0/include/llvm/Transforms/Instrumentation/MemorySanitizer.h
/usr/lib64/llvm8.0/include/llvm/Transforms/Instrumentation/PGOInstrumentation.h
/usr/lib64/llvm8.0/include/llvm/Transforms/Instrumentation/ThreadSanitizer.h
/usr/lib64/llvm8.0/include/llvm/Transforms/ObjCARC.h
/usr/lib64/llvm8.0/include/llvm/Transforms/Scalar
/usr/lib64/llvm8.0/include/llvm/Transforms/Scalar.h
/usr/lib64/llvm8.0/include/llvm/Transforms/Scalar/ADCE.h
/usr/lib64/llvm8.0/include/llvm/Transforms/Scalar/AlignmentFromAssumptions.h
/usr/lib64/llvm8.0/include/llvm/Transforms/Scalar/BDCE.h
/usr/lib64/llvm8.0/include/llvm/Transforms/Scalar/CallSiteSplitting.h
/usr/lib64/llvm8.0/include/llvm/Transforms/Scalar/ConstantHoisting.h
/usr/lib64/llvm8.0/include/llvm/Transforms/Scalar/CorrelatedValuePropagation.h
/usr/lib64/llvm8.0/include/llvm/Transforms/Scalar/DCE.h
/usr/lib64/llvm8.0/include/llvm/Transforms/Scalar/DeadStoreElimination.h
/usr/lib64/llvm8.0/include/llvm/Transforms/Scalar/DivRemPairs.h
/usr/lib64/llvm8.0/include/llvm/Transforms/Scalar/EarlyCSE.h
/usr/lib64/llvm8.0/include/llvm/Transforms/Scalar/Float2Int.h
/usr/lib64/llvm8.0/include/llvm/Transforms/Scalar/GVN.h
/usr/lib64/llvm8.0/include/llvm/Transforms/Scalar/GVNExpression.h
/usr/lib64/llvm8.0/include/llvm/Transforms/Scalar/GuardWidening.h
/usr/lib64/llvm8.0/include/llvm/Transforms/Scalar/IVUsersPrinter.h
/usr/lib64/llvm8.0/include/llvm/Transforms/Scalar/IndVarSimplify.h
/usr/lib64/llvm8.0/include/llvm/Transforms/Scalar/InductiveRangeCheckElimination.h
/usr/lib64/llvm8.0/include/llvm/Transforms/Scalar/InstSimplifyPass.h
/usr/lib64/llvm8.0/include/llvm/Transforms/Scalar/JumpThreading.h
/usr/lib64/llvm8.0/include/llvm/Transforms/Scalar/LICM.h
/usr/lib64/llvm8.0/include/llvm/Transforms/Scalar/LoopAccessAnalysisPrinter.h
/usr/lib64/llvm8.0/include/llvm/Transforms/Scalar/LoopDataPrefetch.h
/usr/lib64/llvm8.0/include/llvm/Transforms/Scalar/LoopDeletion.h
/usr/lib64/llvm8.0/include/llvm/Transforms/Scalar/LoopDistribute.h
/usr/lib64/llvm8.0/include/llvm/Transforms/Scalar/LoopIdiomRecognize.h
/usr/lib64/llvm8.0/include/llvm/Transforms/Scalar/LoopInstSimplify.h
/usr/lib64/llvm8.0/include/llvm/Transforms/Scalar/LoopLoadElimination.h
/usr/lib64/llvm8.0/include/llvm/Transforms/Scalar/LoopPassManager.h
/usr/lib64/llvm8.0/include/llvm/Transforms/Scalar/LoopPredication.h
/usr/lib64/llvm8.0/include/llvm/Transforms/Scalar/LoopRotation.h
/usr/lib64/llvm8.0/include/llvm/Transforms/Scalar/LoopSimplifyCFG.h
/usr/lib64/llvm8.0/include/llvm/Transforms/Scalar/LoopSink.h
/usr/lib64/llvm8.0/include/llvm/Transforms/Scalar/LoopStrengthReduce.h
/usr/lib64/llvm8.0/include/llvm/Transforms/Scalar/LoopUnrollAndJamPass.h
/usr/lib64/llvm8.0/include/llvm/Transforms/Scalar/LoopUnrollPass.h
/usr/lib64/llvm8.0/include/llvm/Transforms/Scalar/LowerAtomic.h
/usr/lib64/llvm8.0/include/llvm/Transforms/Scalar/LowerExpectIntrinsic.h
/usr/lib64/llvm8.0/include/llvm/Transforms/Scalar/LowerGuardIntrinsic.h
/usr/lib64/llvm8.0/include/llvm/Transforms/Scalar/MakeGuardsExplicit.h
/usr/lib64/llvm8.0/include/llvm/Transforms/Scalar/MemCpyOptimizer.h
/usr/lib64/llvm8.0/include/llvm/Transforms/Scalar/MergedLoadStoreMotion.h
/usr/lib64/llvm8.0/include/llvm/Transforms/Scalar/NaryReassociate.h
/usr/lib64/llvm8.0/include/llvm/Transforms/Scalar/NewGVN.h
/usr/lib64/llvm8.0/include/llvm/Transforms/Scalar/PartiallyInlineLibCalls.h
/usr/lib64/llvm8.0/include/llvm/Transforms/Scalar/Reassociate.h
/usr/lib64/llvm8.0/include/llvm/Transforms/Scalar/RewriteStatepointsForGC.h
/usr/lib64/llvm8.0/include/llvm/Transforms/Scalar/SCCP.h
/usr/lib64/llvm8.0/include/llvm/Transforms/Scalar/SROA.h
/usr/lib64/llvm8.0/include/llvm/Transforms/Scalar/Scalarizer.h
/usr/lib64/llvm8.0/include/llvm/Transforms/Scalar/SimpleLoopUnswitch.h
/usr/lib64/llvm8.0/include/llvm/Transforms/Scalar/SimplifyCFG.h
/usr/lib64/llvm8.0/include/llvm/Transforms/Scalar/Sink.h
/usr/lib64/llvm8.0/include/llvm/Transforms/Scalar/SpeculateAroundPHIs.h
/usr/lib64/llvm8.0/include/llvm/Transforms/Scalar/SpeculativeExecution.h
/usr/lib64/llvm8.0/include/llvm/Transforms/Scalar/TailRecursionElimination.h
/usr/lib64/llvm8.0/include/llvm/Transforms/Scalar/WarnMissedTransforms.h
/usr/lib64/llvm8.0/include/llvm/Transforms/Utils
/usr/lib64/llvm8.0/include/llvm/Transforms/Utils.h
/usr/lib64/llvm8.0/include/llvm/Transforms/Utils/ASanStackFrameLayout.h
/usr/lib64/llvm8.0/include/llvm/Transforms/Utils/AddDiscriminators.h
/usr/lib64/llvm8.0/include/llvm/Transforms/Utils/BasicBlockUtils.h
/usr/lib64/llvm8.0/include/llvm/Transforms/Utils/BreakCriticalEdges.h
/usr/lib64/llvm8.0/include/llvm/Transforms/Utils/BuildLibCalls.h
/usr/lib64/llvm8.0/include/llvm/Transforms/Utils/BypassSlowDivision.h
/usr/lib64/llvm8.0/include/llvm/Transforms/Utils/CallPromotionUtils.h
/usr/lib64/llvm8.0/include/llvm/Transforms/Utils/CanonicalizeAliases.h
/usr/lib64/llvm8.0/include/llvm/Transforms/Utils/Cloning.h
/usr/lib64/llvm8.0/include/llvm/Transforms/Utils/CodeExtractor.h
/usr/lib64/llvm8.0/include/llvm/Transforms/Utils/CtorUtils.h
/usr/lib64/llvm8.0/include/llvm/Transforms/Utils/EntryExitInstrumenter.h
/usr/lib64/llvm8.0/include/llvm/Transforms/Utils/EscapeEnumerator.h
/usr/lib64/llvm8.0/include/llvm/Transforms/Utils/Evaluator.h
/usr/lib64/llvm8.0/include/llvm/Transforms/Utils/FunctionComparator.h
/usr/lib64/llvm8.0/include/llvm/Transforms/Utils/FunctionImportUtils.h
/usr/lib64/llvm8.0/include/llvm/Transforms/Utils/GlobalStatus.h
/usr/lib64/llvm8.0/include/llvm/Transforms/Utils/GuardUtils.h
/usr/lib64/llvm8.0/include/llvm/Transforms/Utils/ImportedFunctionsInliningStatistics.h
/usr/lib64/llvm8.0/include/llvm/Transforms/Utils/IntegerDivision.h
/usr/lib64/llvm8.0/include/llvm/Transforms/Utils/LCSSA.h
/usr/lib64/llvm8.0/include/llvm/Transforms/Utils/LibCallsShrinkWrap.h
/usr/lib64/llvm8.0/include/llvm/Transforms/Utils/Local.h
/usr/lib64/llvm8.0/include/llvm/Transforms/Utils/LoopRotationUtils.h
/usr/lib64/llvm8.0/include/llvm/Transforms/Utils/LoopSimplify.h
/usr/lib64/llvm8.0/include/llvm/Transforms/Utils/LoopUtils.h
/usr/lib64/llvm8.0/include/llvm/Transforms/Utils/LoopVersioning.h
/usr/lib64/llvm8.0/include/llvm/Transforms/Utils/LowerInvoke.h
/usr/lib64/llvm8.0/include/llvm/Transforms/Utils/LowerMemIntrinsics.h
/usr/lib64/llvm8.0/include/llvm/Transforms/Utils/Mem2Reg.h
/usr/lib64/llvm8.0/include/llvm/Transforms/Utils/ModuleUtils.h
/usr/lib64/llvm8.0/include/llvm/Transforms/Utils/NameAnonGlobals.h
/usr/lib64/llvm8.0/include/llvm/Transforms/Utils/PredicateInfo.h
/usr/lib64/llvm8.0/include/llvm/Transforms/Utils/PromoteMemToReg.h
/usr/lib64/llvm8.0/include/llvm/Transforms/Utils/SSAUpdater.h
/usr/lib64/llvm8.0/include/llvm/Transforms/Utils/SSAUpdaterBulk.h
/usr/lib64/llvm8.0/include/llvm/Transforms/Utils/SSAUpdaterImpl.h
/usr/lib64/llvm8.0/include/llvm/Transforms/Utils/SanitizerStats.h
/usr/lib64/llvm8.0/include/llvm/Transforms/Utils/SimplifyIndVar.h
/usr/lib64/llvm8.0/include/llvm/Transforms/Utils/SimplifyLibCalls.h
/usr/lib64/llvm8.0/include/llvm/Transforms/Utils/SplitModule.h
/usr/lib64/llvm8.0/include/llvm/Transforms/Utils/SymbolRewriter.h
/usr/lib64/llvm8.0/include/llvm/Transforms/Utils/UnifyFunctionExitNodes.h
/usr/lib64/llvm8.0/include/llvm/Transforms/Utils/UnrollLoop.h
/usr/lib64/llvm8.0/include/llvm/Transforms/Utils/VNCoercion.h
/usr/lib64/llvm8.0/include/llvm/Transforms/Utils/ValueMapper.h
/usr/lib64/llvm8.0/include/llvm/Transforms/Vectorize
/usr/lib64/llvm8.0/include/llvm/Transforms/Vectorize.h
/usr/lib64/llvm8.0/include/llvm/Transforms/Vectorize/LoadStoreVectorizer.h
/usr/lib64/llvm8.0/include/llvm/Transforms/Vectorize/LoopVectorizationLegality.h
/usr/lib64/llvm8.0/include/llvm/Transforms/Vectorize/LoopVectorize.h
/usr/lib64/llvm8.0/include/llvm/Transforms/Vectorize/SLPVectorizer.h
/usr/lib64/llvm8.0/include/llvm/WindowsManifest
/usr/lib64/llvm8.0/include/llvm/WindowsManifest/WindowsManifestMerger.h
/usr/lib64/llvm8.0/include/llvm/WindowsResource
/usr/lib64/llvm8.0/include/llvm/WindowsResource/ResourceProcessor.h
/usr/lib64/llvm8.0/include/llvm/WindowsResource/ResourceScriptToken.h
/usr/lib64/llvm8.0/include/llvm/WindowsResource/ResourceScriptTokenList.h
/usr/lib64/llvm8.0/include/llvm/XRay
/usr/lib64/llvm8.0/include/llvm/XRay/BlockIndexer.h
/usr/lib64/llvm8.0/include/llvm/XRay/BlockPrinter.h
/usr/lib64/llvm8.0/include/llvm/XRay/BlockVerifier.h
/usr/lib64/llvm8.0/include/llvm/XRay/FDRLogBuilder.h
/usr/lib64/llvm8.0/include/llvm/XRay/FDRRecordConsumer.h
/usr/lib64/llvm8.0/include/llvm/XRay/FDRRecordProducer.h
/usr/lib64/llvm8.0/include/llvm/XRay/FDRRecords.h
/usr/lib64/llvm8.0/include/llvm/XRay/FDRTraceExpander.h
/usr/lib64/llvm8.0/include/llvm/XRay/FDRTraceWriter.h
/usr/lib64/llvm8.0/include/llvm/XRay/FileHeaderReader.h
/usr/lib64/llvm8.0/include/llvm/XRay/Graph.h
/usr/lib64/llvm8.0/include/llvm/XRay/InstrumentationMap.h
/usr/lib64/llvm8.0/include/llvm/XRay/Profile.h
/usr/lib64/llvm8.0/include/llvm/XRay/RecordPrinter.h
/usr/lib64/llvm8.0/include/llvm/XRay/Trace.h
/usr/lib64/llvm8.0/include/llvm/XRay/XRayRecord.h
/usr/lib64/llvm8.0/include/llvm/XRay/YAMLXRayRecord.h
/usr/lib64/llvm8.0/lib/cmake/llvm
/usr/lib64/llvm8.0/lib/cmake/llvm/AddLLVM.cmake
/usr/lib64/llvm8.0/lib/cmake/llvm/AddLLVMDefinitions.cmake
/usr/lib64/llvm8.0/lib/cmake/llvm/AddOCaml.cmake
/usr/lib64/llvm8.0/lib/cmake/llvm/AddSphinxTarget.cmake
/usr/lib64/llvm8.0/lib/cmake/llvm/CheckAtomic.cmake
/usr/lib64/llvm8.0/lib/cmake/llvm/CheckCompilerVersion.cmake
/usr/lib64/llvm8.0/lib/cmake/llvm/CheckLinkerFlag.cmake
/usr/lib64/llvm8.0/lib/cmake/llvm/ChooseMSVCCRT.cmake
/usr/lib64/llvm8.0/lib/cmake/llvm/CrossCompile.cmake
/usr/lib64/llvm8.0/lib/cmake/llvm/DetermineGCCCompatible.cmake
/usr/lib64/llvm8.0/lib/cmake/llvm/FindLibpfm.cmake
/usr/lib64/llvm8.0/lib/cmake/llvm/FindOCaml.cmake
/usr/lib64/llvm8.0/lib/cmake/llvm/FindSphinx.cmake
/usr/lib64/llvm8.0/lib/cmake/llvm/GenerateVersionFromCVS.cmake
/usr/lib64/llvm8.0/lib/cmake/llvm/GetSVN.cmake
/usr/lib64/llvm8.0/lib/cmake/llvm/HandleLLVMOptions.cmake
/usr/lib64/llvm8.0/lib/cmake/llvm/HandleLLVMStdlib.cmake
/usr/lib64/llvm8.0/lib/cmake/llvm/LLVM-Config.cmake
/usr/lib64/llvm8.0/lib/cmake/llvm/LLVMConfig.cmake
/usr/lib64/llvm8.0/lib/cmake/llvm/LLVMConfigVersion.cmake
/usr/lib64/llvm8.0/lib/cmake/llvm/LLVMExports-relwithdebinfo.cmake
/usr/lib64/llvm8.0/lib/cmake/llvm/LLVMExports.cmake
/usr/lib64/llvm8.0/lib/cmake/llvm/LLVMExternalProjectUtils.cmake
/usr/lib64/llvm8.0/lib/cmake/llvm/LLVMInstallSymlink.cmake
/usr/lib64/llvm8.0/lib/cmake/llvm/LLVMProcessSources.cmake
/usr/lib64/llvm8.0/lib/cmake/llvm/LLVMStaticExports-relwithdebinfo.cmake
/usr/lib64/llvm8.0/lib/cmake/llvm/TableGen.cmake
/usr/lib64/llvm8.0/lib/cmake/llvm/VersionFromVCS.cmake
/usr/lib64/llvm8.0/lib/libLLVM.so
/usr/lib64/llvm8.0/lib/libLTO.so
/usr/share/man/man1/llvm-config-8.0.1.gz

References

Summary

In this tutorial we learn how to install llvm8 on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).

/usr/bin/bugpoint-8.0 /usr/bin/dsymutil-8.0 /usr/bin/llc-8.0 /usr/bin/lli-8.0 /usr/bin/llvm-ar-8.0 /usr/bin/llvm-as-8.0 /usr/bin/llvm-bcanalyzer-8.0 /usr/bin/llvm-c-test-8.0 /usr/bin/llvm-cat-8.0 /usr/bin/llvm-cfi-verify-8.0 /usr/bin/llvm-config-8.0-32 /usr/bin/llvm-cov-8.0 /usr/bin/llvm-cvtres-8.0 /usr/bin/llvm-cxxdump-8.0 /usr/bin/llvm-cxxfilt-8.0 /usr/bin/llvm-cxxmap-8.0 /usr/bin/llvm-diff-8.0 /usr/bin/llvm-dis-8.0 /usr/bin/llvm-dlltool-8.0 /usr/bin/llvm-dwarfdump-8.0 /usr/bin/llvm-dwp-8.0 /usr/bin/llvm-elfabi-8.0 /usr/bin/llvm-exegesis-8.0 /usr/bin/llvm-extract-8.0 /usr/bin/llvm-lib-8.0 /usr/bin/llvm-link-8.0 /usr/bin/llvm-lto-8.0 /usr/bin/llvm-lto2-8.0 /usr/bin/llvm-mc-8.0 /usr/bin/llvm-mca-8.0 /usr/bin/llvm-modextract-8.0 /usr/bin/llvm-mt-8.0 /usr/bin/llvm-nm-8.0 /usr/bin/llvm-objcopy-8.0 /usr/bin/llvm-objdump-8.0 /usr/bin/llvm-opt-report-8.0 /usr/bin/llvm-pdbutil-8.0 /usr/bin/llvm-profdata-8.0 /usr/bin/llvm-ranlib-8.0 /usr/bin/llvm-rc-8.0 /usr/bin/llvm-readelf-8.0 /usr/bin/llvm-readobj-8.0 /usr/bin/llvm-rtdyld-8.0 /usr/bin/llvm-size-8.0 /usr/bin/llvm-split-8.0 /usr/bin/llvm-stress-8.0 /usr/bin/llvm-strings-8.0 /usr/bin/llvm-strip-8.0 /usr/bin/llvm-symbolizer-8.0 /usr/bin/llvm-tblgen-8.0 /usr/bin/llvm-undname-8.0 /usr/bin/llvm-xray-8.0 /usr/bin/obj2yaml-8.0 /usr/bin/opt-8.0 /usr/bin/sancov-8.0 /usr/bin/sanstats-8.0 /usr/bin/verify-uselistorder-8.0 /usr/bin/yaml2obj-8.0 /usr/lib/.build-id /usr/lib/.build-id/05 /usr/lib/.build-id/05/83c9bce04ba1422d3db2d1e2d0de1d569cc361 /usr/lib/.build-id/09 /usr/lib/.build-id/09/3600019c19945f1073a2fec914db063d042834 /usr/lib/.build-id/10 /usr/lib/.build-id/10/febddd75d56eb44196d7632114d00cac5f75ae /usr/lib/.build-id/13 /usr/lib/.build-id/13/61f5cd67926e6ed03fd5151b2fe59374e04bb1 /usr/lib/.build-id/18 /usr/lib/.build-id/18/2323577fc0660bec757fce19453f4dc60c85f9 /usr/lib/.build-id/1e /usr/lib/.build-id/1e/e9b47fcbaf3a702f945d3017f0a5de94800b1e /usr/lib/.build-id/25 /usr/lib/.build-id/25/ec2eb4b6f250c84ccacb1e0695f4bb6f7fe0b3 /usr/lib/.build-id/2c /usr/lib/.build-id/2c/9cfdf300fa526407cbce1e7cdd8a7bdb46094a /usr/lib/.build-id/2f /usr/lib/.build-id/2f/05d7f60038de0c2a720a10d57bc261d01579fc /usr/lib/.build-id/32 /usr/lib/.build-id/32/0e1c8c7422bf7ecfff465a3b9cd4e0a4eb4cd3 /usr/lib/.build-id/33 /usr/lib/.build-id/33/1fba76b8e08cdc0464c4326c90f589a75a1b7d /usr/lib/.build-id/46 /usr/lib/.build-id/46/30d3fa572773fdf3545d68f8af367ea5731d7a /usr/lib/.build-id/4a /usr/lib/.build-id/4a/607d621c23cee9da9e5f81cfb50ab469ba0839 /usr/lib/.build-id/4c /usr/lib/.build-id/4c/564c9e81ee1ef217e116dd6524f00f2d1e0222 /usr/lib/.build-id/4d /usr/lib/.build-id/4d/4ff13aaaa43293c97dedc8bd8fafad1f3d1a69 /usr/lib/.build-id/4e /usr/lib/.build-id/4e/e9410dd5956549fff38786d6c3260ce4d08fc8 /usr/lib/.build-id/52 /usr/lib/.build-id/52/f614b6fc86dfefb52b0e4e7cd15f9844ac8f26 /usr/lib/.build-id/5b /usr/lib/.build-id/5b/be015f2aba341fec6f2b7236a45bc506471502 /usr/lib/.build-id/66 /usr/lib/.build-id/66/808da5621445284409da2c3fbafbc5610c61db /usr/lib/.build-id/69 /usr/lib/.build-id/69/b73c76394aa64d22736e89a61f741aae8ea618 /usr/lib/.build-id/6d /usr/lib/.build-id/6d/53e4cddfaedb7912da11b843c81bddfa338618 /usr/lib/.build-id/74 /usr/lib/.build-id/74/6a7223699cec83f74d1a0c99faf3efb27c2b45 /usr/lib/.build-id/7b /usr/lib/.build-id/7b/1ddcf1156bd254918fa804024a048b7af8ec8e /usr/lib/.build-id/7f /usr/lib/.build-id/7f/f226eea9773e89849384c8538c87905c824dab /usr/lib/.build-id/83 /usr/lib/.build-id/83/966810d407f1f93b5f36f8e2d7cfbad173be37 /usr/lib/.build-id/8e /usr/lib/.build-id/8e/97a9cc135075436894d6ec8c7d9b0e30c2af82 /usr/lib/.build-id/91 /usr/lib/.build-id/91/41495d7084b3f6dada8eea3f73569160342897 /usr/lib/.build-id/91/9fabd902fb957abb59da7b05c62c56fe92e2c7 /usr/lib/.build-id/92 /usr/lib/.build-id/92/92efb6e4a5f11a5882e9527ce4841a29ac06c8 /usr/lib/.build-id/96 /usr/lib/.build-id/96/f594e3c37e84d052d6b908b9baa842e062386a /usr/lib/.build-id/9b /usr/lib/.build-id/9b/500e28867a83438a6686e0a98946bd6ce70fc6 /usr/lib/.build-id/9c /usr/lib/.build-id/9c/23bfe7b2c18ed033e24ff8639f9e236c71348d /usr/lib/.build-id/9e /usr/lib/.build-id/9e/38a5f721d634d0a783fe81607e7a22cdb635c0 /usr/lib/.build-id/a0 /usr/lib/.build-id/a0/dbd537537ca66b27759bbe1f95d4fe3ed1c42f /usr/lib/.build-id/a2 /usr/lib/.build-id/a2/05491dfa866f161bf1733ff90224be09388b7a /usr/lib/.build-id/a2/34190bf09581e0e577caed10ba34a8052a8e30 /usr/lib/.build-id/a5 /usr/lib/.build-id/a5/1dadae9d64b76760e36c3f84ac82541700c541 /usr/lib/.build-id/ab /usr/lib/.build-id/ab/e4d3c37f9d313b9f0aa744843091682df5b843 /usr/lib/.build-id/b8 /usr/lib/.build-id/b8/e084829e3b0e38be9bdf0f59b14e545f698056 /usr/lib/.build-id/bd /usr/lib/.build-id/bd/1c80332a6e1fe1b889dd73f41c9efcd47d9d96 /usr/lib/.build-id/ca /usr/lib/.build-id/ca/ec29a7607b989e1b6d52b0d07503246797c6ae /usr/lib/.build-id/d5 /usr/lib/.build-id/d5/7bcda3db69a066d4ee5c3fe377ed28a32d07d0 /usr/lib/.build-id/d8 /usr/lib/.build-id/d8/9f4d598d66b4ad17e194d40b3a4e0826b63f9b /usr/lib/.build-id/db /usr/lib/.build-id/db/5d9083579650c7f6e63dfeca334621aeb8d67d /usr/lib/.build-id/db/cade336706ba47fc90f0ab470f0a00be14affa /usr/lib/.build-id/e2 /usr/lib/.build-id/e2/bea15a9d0f9ebdf8461c4a2e22fd80a3a6e47c /usr/lib/.build-id/e2/bfbbd1b18f135248077fad848cdc421a23204e /usr/lib/.build-id/e8 /usr/lib/.build-id/e8/e91980ed24fdf1da37e0499f70255e2e2019bc /usr/lib/.build-id/ee /usr/lib/.build-id/ee/3b49b93714edb622bb78eb3c4c657342a4434f /usr/lib/.build-id/f3 /usr/lib/.build-id/f3/fc3efb8532e8425e934ecac5e0d13e35d56b4e /usr/lib/.build-id/f7 /usr/lib/.build-id/f7/14c1834e0fe00c494ecc70a00dc6d608d16530 /usr/lib/.build-id/fc /usr/lib/.build-id/fc/a2f1aa75e2f7f25d45d205fa1725d4aab9bf29 /usr/lib/.build-id/ff /usr/lib/.build-id/ff/7a6fc8e93574eaa82eb739115cd7fcb5e50b3e /usr/lib/llvm8.0/bin /usr/lib/llvm8.0/bin/bugpoint /usr/lib/llvm8.0/bin/dsymutil /usr/lib/llvm8.0/bin/llc /usr/lib/llvm8.0/bin/lli /usr/lib/llvm8.0/bin/llvm-ar /usr/lib/llvm8.0/bin/llvm-as /usr/lib/llvm8.0/bin/llvm-bcanalyzer /usr/lib/llvm8.0/bin/llvm-c-test /usr/lib/llvm8.0/bin/llvm-cat /usr/lib/llvm8.0/bin/llvm-cfi-verify /usr/lib/llvm8.0/bin/llvm-cov /usr/lib/llvm8.0/bin/llvm-cvtres /usr/lib/llvm8.0/bin/llvm-cxxdump /usr/lib/llvm8.0/bin/llvm-cxxfilt /usr/lib/llvm8.0/bin/llvm-cxxmap /usr/lib/llvm8.0/bin/llvm-diff /usr/lib/llvm8.0/bin/llvm-dis /usr/lib/llvm8.0/bin/llvm-dlltool /usr/lib/llvm8.0/bin/llvm-dwarfdump /usr/lib/llvm8.0/bin/llvm-dwp /usr/lib/llvm8.0/bin/llvm-elfabi /usr/lib/llvm8.0/bin/llvm-exegesis /usr/lib/llvm8.0/bin/llvm-extract /usr/lib/llvm8.0/bin/llvm-lib /usr/lib/llvm8.0/bin/llvm-link /usr/lib/llvm8.0/bin/llvm-lto /usr/lib/llvm8.0/bin/llvm-lto2 /usr/lib/llvm8.0/bin/llvm-mc /usr/lib/llvm8.0/bin/llvm-mca /usr/lib/llvm8.0/bin/llvm-modextract /usr/lib/llvm8.0/bin/llvm-mt /usr/lib/llvm8.0/bin/llvm-nm /usr/lib/llvm8.0/bin/llvm-objcopy /usr/lib/llvm8.0/bin/llvm-objdump /usr/lib/llvm8.0/bin/llvm-opt-report /usr/lib/llvm8.0/bin/llvm-pdbutil /usr/lib/llvm8.0/bin/llvm-profdata /usr/lib/llvm8.0/bin/llvm-ranlib /usr/lib/llvm8.0/bin/llvm-rc /usr/lib/llvm8.0/bin/llvm-readelf /usr/lib/llvm8.0/bin/llvm-readobj /usr/lib/llvm8.0/bin/llvm-rtdyld /usr/lib/llvm8.0/bin/llvm-size /usr/lib/llvm8.0/bin/llvm-split /usr/lib/llvm8.0/bin/llvm-stress /usr/lib/llvm8.0/bin/llvm-strings /usr/lib/llvm8.0/bin/llvm-strip /usr/lib/llvm8.0/bin/llvm-symbolizer /usr/lib/llvm8.0/bin/llvm-tblgen /usr/lib/llvm8.0/bin/llvm-undname /usr/lib/llvm8.0/bin/llvm-xray /usr/lib/llvm8.0/bin/obj2yaml /usr/lib/llvm8.0/bin/opt /usr/lib/llvm8.0/bin/sancov /usr/lib/llvm8.0/bin/sanstats /usr/lib/llvm8.0/bin/verify-uselistorder /usr/lib/llvm8.0/bin/yaml2obj /usr/share/man/man1/FileCheck-8.0.1.gz /usr/share/man/man1/bugpoint-8.0.1.gz /usr/share/man/man1/dsymutil-8.0.1.gz /usr/share/man/man1/lit-8.0.1.gz /usr/share/man/man1/llc-8.0.1.gz /usr/share/man/man1/lli-8.0.1.gz /usr/share/man/man1/llvm-ar-8.0.1.gz /usr/share/man/man1/llvm-as-8.0.1.gz /usr/share/man/man1/llvm-bcanalyzer-8.0.1.gz /usr/share/man/man1/llvm-build-8.0.1.gz /usr/share/man/man1/llvm-cov-8.0.1.gz /usr/share/man/man1/llvm-cxxmap-8.0.1.gz /usr/share/man/man1/llvm-diff-8.0.1.gz /usr/share/man/man1/llvm-dis-8.0.1.gz /usr/share/man/man1/llvm-dwarfdump-8.0.1.gz /usr/share/man/man1/llvm-exegesis-8.0.1.gz /usr/share/man/man1/llvm-extract-8.0.1.gz /usr/share/man/man1/llvm-lib-8.0.1.gz /usr/share/man/man1/llvm-link-8.0.1.gz /usr/share/man/man1/llvm-mca-8.0.1.gz /usr/share/man/man1/llvm-nm-8.0.1.gz /usr/share/man/man1/llvm-objdump-8.0.1.gz /usr/share/man/man1/llvm-pdbutil-8.0.1.gz /usr/share/man/man1/llvm-profdata-8.0.1.gz /usr/share/man/man1/llvm-readobj-8.0.1.gz /usr/share/man/man1/llvm-stress-8.0.1.gz /usr/share/man/man1/llvm-symbolizer-8.0.1.gz /usr/share/man/man1/opt-8.0.1.gz /usr/share/man/man1/tblgen-8.0.1.gz


## References
---

title: "How To Install llvm8 on Fedora 36"
* [llvm8 website](http://llvm.org)

linkTitle: "llvm8"
## Summary
type: "docs"

description: "In this tutorial we learn how to install llvm8 in Fedora 36. llvm8 is Libraries and header files for LLVM"
date: "2022-08-17"
In this tutorial we learn how to install `llvm8` on [Fedora 36](/fedora/36/) using [yum](/fedora/36/yum/) and [dnf]((/fedora/36/dnf/).
lastmod: "2022-08-17"

#image: /images/fedora/36/llvm8-featured.png
---

## Introduction

In this tutorial we learn how to install `llvm8` on Fedora 36.

### What is `llvm8`

> This package contains library and header files needed to develop new native programs that use the LLVM infrastructure.  

We can use `yum` or `dnf` to install `llvm8` on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install llvm8.

## Install llvm8 on Fedora 36 Using dnf

Update yum database with `dnf` using the following command.

```bash
sudo dnf makecache --refresh

After updating yum database, We can install llvm8 using dnf by running the following command:

sudo dnf -y install llvm8

Install llvm8 on Fedora 36 Using yum

Update yum database with yum using the following command.

sudo yum makecache --refresh

After updating yum database, We can install llvm8 using yum by running the following command:

sudo yum -y install llvm8

How To Uninstall llvm8 on Fedora 36

To uninstall only the llvm8 package we can use the following command:

sudo dnf remove llvm8

llvm8 Package Contents on Fedora 36

/usr/bin/llvm-config-8.0-32
/usr/include/llvm8.0/llvm
/usr/include/llvm8.0/llvm-c
/usr/lib/.build-id
/usr/lib/.build-id/d8/9f4d598d66b4ad17e194d40b3a4e0826b63f9b
/usr/lib/llvm8.0/bin/llvm-config
/usr/lib/llvm8.0/include/llvm
/usr/lib/llvm8.0/include/llvm-c
/usr/lib/llvm8.0/include/llvm-c/Analysis.h
/usr/lib/llvm8.0/include/llvm-c/BitReader.h
/usr/lib/llvm8.0/include/llvm-c/BitWriter.h
/usr/lib/llvm8.0/include/llvm-c/Comdat.h
/usr/lib/llvm8.0/include/llvm-c/Core.h
/usr/lib/llvm8.0/include/llvm-c/DataTypes.h
/usr/lib/llvm8.0/include/llvm-c/DebugInfo.h
/usr/lib/llvm8.0/include/llvm-c/Disassembler.h
/usr/lib/llvm8.0/include/llvm-c/DisassemblerTypes.h
/usr/lib/llvm8.0/include/llvm-c/Error.h
/usr/lib/llvm8.0/include/llvm-c/ErrorHandling.h
/usr/lib/llvm8.0/include/llvm-c/ExecutionEngine.h
/usr/lib/llvm8.0/include/llvm-c/IRReader.h
/usr/lib/llvm8.0/include/llvm-c/Initialization.h
/usr/lib/llvm8.0/include/llvm-c/LinkTimeOptimizer.h
/usr/lib/llvm8.0/include/llvm-c/Linker.h
/usr/lib/llvm8.0/include/llvm-c/Object.h
/usr/lib/llvm8.0/include/llvm-c/OptRemarks.h
/usr/lib/llvm8.0/include/llvm-c/OrcBindings.h
/usr/lib/llvm8.0/include/llvm-c/Support.h
/usr/lib/llvm8.0/include/llvm-c/Target.h
/usr/lib/llvm8.0/include/llvm-c/TargetMachine.h
/usr/lib/llvm8.0/include/llvm-c/Transforms
/usr/lib/llvm8.0/include/llvm-c/Transforms/AggressiveInstCombine.h
/usr/lib/llvm8.0/include/llvm-c/Transforms/Coroutines.h
/usr/lib/llvm8.0/include/llvm-c/Transforms/IPO.h
/usr/lib/llvm8.0/include/llvm-c/Transforms/InstCombine.h
/usr/lib/llvm8.0/include/llvm-c/Transforms/PassManagerBuilder.h
/usr/lib/llvm8.0/include/llvm-c/Transforms/Scalar.h
/usr/lib/llvm8.0/include/llvm-c/Transforms/Utils.h
/usr/lib/llvm8.0/include/llvm-c/Transforms/Vectorize.h
/usr/lib/llvm8.0/include/llvm-c/Types.h
/usr/lib/llvm8.0/include/llvm-c/lto.h
/usr/lib/llvm8.0/include/llvm/ADT
/usr/lib/llvm8.0/include/llvm/ADT/APFloat.h
/usr/lib/llvm8.0/include/llvm/ADT/APInt.h
/usr/lib/llvm8.0/include/llvm/ADT/APSInt.h
/usr/lib/llvm8.0/include/llvm/ADT/AllocatorList.h
/usr/lib/llvm8.0/include/llvm/ADT/Any.h
/usr/lib/llvm8.0/include/llvm/ADT/ArrayRef.h
/usr/lib/llvm8.0/include/llvm/ADT/BitVector.h
/usr/lib/llvm8.0/include/llvm/ADT/BitmaskEnum.h
/usr/lib/llvm8.0/include/llvm/ADT/BreadthFirstIterator.h
/usr/lib/llvm8.0/include/llvm/ADT/CachedHashString.h
/usr/lib/llvm8.0/include/llvm/ADT/DAGDeltaAlgorithm.h
/usr/lib/llvm8.0/include/llvm/ADT/DeltaAlgorithm.h
/usr/lib/llvm8.0/include/llvm/ADT/DenseMap.h
/usr/lib/llvm8.0/include/llvm/ADT/DenseMapInfo.h
/usr/lib/llvm8.0/include/llvm/ADT/DenseSet.h
/usr/lib/llvm8.0/include/llvm/ADT/DepthFirstIterator.h
/usr/lib/llvm8.0/include/llvm/ADT/EpochTracker.h
/usr/lib/llvm8.0/include/llvm/ADT/EquivalenceClasses.h
/usr/lib/llvm8.0/include/llvm/ADT/FoldingSet.h
/usr/lib/llvm8.0/include/llvm/ADT/FunctionExtras.h
/usr/lib/llvm8.0/include/llvm/ADT/GraphTraits.h
/usr/lib/llvm8.0/include/llvm/ADT/Hashing.h
/usr/lib/llvm8.0/include/llvm/ADT/ImmutableList.h
/usr/lib/llvm8.0/include/llvm/ADT/ImmutableMap.h
/usr/lib/llvm8.0/include/llvm/ADT/ImmutableSet.h
/usr/lib/llvm8.0/include/llvm/ADT/IndexedMap.h
/usr/lib/llvm8.0/include/llvm/ADT/IntEqClasses.h
/usr/lib/llvm8.0/include/llvm/ADT/IntervalMap.h
/usr/lib/llvm8.0/include/llvm/ADT/IntrusiveRefCntPtr.h
/usr/lib/llvm8.0/include/llvm/ADT/MapVector.h
/usr/lib/llvm8.0/include/llvm/ADT/None.h
/usr/lib/llvm8.0/include/llvm/ADT/Optional.h
/usr/lib/llvm8.0/include/llvm/ADT/PackedVector.h
/usr/lib/llvm8.0/include/llvm/ADT/PointerEmbeddedInt.h
/usr/lib/llvm8.0/include/llvm/ADT/PointerIntPair.h
/usr/lib/llvm8.0/include/llvm/ADT/PointerSumType.h
/usr/lib/llvm8.0/include/llvm/ADT/PointerUnion.h
/usr/lib/llvm8.0/include/llvm/ADT/PostOrderIterator.h
/usr/lib/llvm8.0/include/llvm/ADT/PriorityQueue.h
/usr/lib/llvm8.0/include/llvm/ADT/PriorityWorklist.h
/usr/lib/llvm8.0/include/llvm/ADT/SCCIterator.h
/usr/lib/llvm8.0/include/llvm/ADT/STLExtras.h
/usr/lib/llvm8.0/include/llvm/ADT/ScopeExit.h
/usr/lib/llvm8.0/include/llvm/ADT/ScopedHashTable.h
/usr/lib/llvm8.0/include/llvm/ADT/Sequence.h
/usr/lib/llvm8.0/include/llvm/ADT/SetOperations.h
/usr/lib/llvm8.0/include/llvm/ADT/SetVector.h
/usr/lib/llvm8.0/include/llvm/ADT/SmallBitVector.h
/usr/lib/llvm8.0/include/llvm/ADT/SmallPtrSet.h
/usr/lib/llvm8.0/include/llvm/ADT/SmallSet.h
/usr/lib/llvm8.0/include/llvm/ADT/SmallString.h
/usr/lib/llvm8.0/include/llvm/ADT/SmallVector.h
/usr/lib/llvm8.0/include/llvm/ADT/SparseBitVector.h
/usr/lib/llvm8.0/include/llvm/ADT/SparseMultiSet.h
/usr/lib/llvm8.0/include/llvm/ADT/SparseSet.h
/usr/lib/llvm8.0/include/llvm/ADT/Statistic.h
/usr/lib/llvm8.0/include/llvm/ADT/StringExtras.h
/usr/lib/llvm8.0/include/llvm/ADT/StringMap.h
/usr/lib/llvm8.0/include/llvm/ADT/StringRef.h
/usr/lib/llvm8.0/include/llvm/ADT/StringSet.h
/usr/lib/llvm8.0/include/llvm/ADT/StringSwitch.h
/usr/lib/llvm8.0/include/llvm/ADT/TinyPtrVector.h
/usr/lib/llvm8.0/include/llvm/ADT/Triple.h
/usr/lib/llvm8.0/include/llvm/ADT/Twine.h
/usr/lib/llvm8.0/include/llvm/ADT/UniqueVector.h
/usr/lib/llvm8.0/include/llvm/ADT/VariadicFunction.h
/usr/lib/llvm8.0/include/llvm/ADT/bit.h
/usr/lib/llvm8.0/include/llvm/ADT/edit_distance.h
/usr/lib/llvm8.0/include/llvm/ADT/ilist.h
/usr/lib/llvm8.0/include/llvm/ADT/ilist_base.h
/usr/lib/llvm8.0/include/llvm/ADT/ilist_iterator.h
/usr/lib/llvm8.0/include/llvm/ADT/ilist_node.h
/usr/lib/llvm8.0/include/llvm/ADT/ilist_node_base.h
/usr/lib/llvm8.0/include/llvm/ADT/ilist_node_options.h
/usr/lib/llvm8.0/include/llvm/ADT/iterator.h
/usr/lib/llvm8.0/include/llvm/ADT/iterator_range.h
/usr/lib/llvm8.0/include/llvm/ADT/simple_ilist.h
/usr/lib/llvm8.0/include/llvm/Analysis
/usr/lib/llvm8.0/include/llvm/Analysis/AliasAnalysis.h
/usr/lib/llvm8.0/include/llvm/Analysis/AliasAnalysisEvaluator.h
/usr/lib/llvm8.0/include/llvm/Analysis/AliasSetTracker.h
/usr/lib/llvm8.0/include/llvm/Analysis/AssumptionCache.h
/usr/lib/llvm8.0/include/llvm/Analysis/BasicAliasAnalysis.h
/usr/lib/llvm8.0/include/llvm/Analysis/BlockFrequencyInfo.h
/usr/lib/llvm8.0/include/llvm/Analysis/BlockFrequencyInfoImpl.h
/usr/lib/llvm8.0/include/llvm/Analysis/BranchProbabilityInfo.h
/usr/lib/llvm8.0/include/llvm/Analysis/CFG.h
/usr/lib/llvm8.0/include/llvm/Analysis/CFGPrinter.h
/usr/lib/llvm8.0/include/llvm/Analysis/CFLAliasAnalysisUtils.h
/usr/lib/llvm8.0/include/llvm/Analysis/CFLAndersAliasAnalysis.h
/usr/lib/llvm8.0/include/llvm/Analysis/CFLSteensAliasAnalysis.h
/usr/lib/llvm8.0/include/llvm/Analysis/CGSCCPassManager.h
/usr/lib/llvm8.0/include/llvm/Analysis/CallGraph.h
/usr/lib/llvm8.0/include/llvm/Analysis/CallGraphSCCPass.h
/usr/lib/llvm8.0/include/llvm/Analysis/CallPrinter.h
/usr/lib/llvm8.0/include/llvm/Analysis/CaptureTracking.h
/usr/lib/llvm8.0/include/llvm/Analysis/CmpInstAnalysis.h
/usr/lib/llvm8.0/include/llvm/Analysis/CodeMetrics.h
/usr/lib/llvm8.0/include/llvm/Analysis/ConstantFolding.h
/usr/lib/llvm8.0/include/llvm/Analysis/DOTGraphTraitsPass.h
/usr/lib/llvm8.0/include/llvm/Analysis/DemandedBits.h
/usr/lib/llvm8.0/include/llvm/Analysis/DependenceAnalysis.h
/usr/lib/llvm8.0/include/llvm/Analysis/DivergenceAnalysis.h
/usr/lib/llvm8.0/include/llvm/Analysis/DomPrinter.h
/usr/lib/llvm8.0/include/llvm/Analysis/DominanceFrontier.h
/usr/lib/llvm8.0/include/llvm/Analysis/DominanceFrontierImpl.h
/usr/lib/llvm8.0/include/llvm/Analysis/EHPersonalities.h
/usr/lib/llvm8.0/include/llvm/Analysis/GlobalsModRef.h
/usr/lib/llvm8.0/include/llvm/Analysis/GuardUtils.h
/usr/lib/llvm8.0/include/llvm/Analysis/IVDescriptors.h
/usr/lib/llvm8.0/include/llvm/Analysis/IVUsers.h
/usr/lib/llvm8.0/include/llvm/Analysis/IndirectCallPromotionAnalysis.h
/usr/lib/llvm8.0/include/llvm/Analysis/IndirectCallVisitor.h
/usr/lib/llvm8.0/include/llvm/Analysis/InlineCost.h
/usr/lib/llvm8.0/include/llvm/Analysis/InstructionPrecedenceTracking.h
/usr/lib/llvm8.0/include/llvm/Analysis/InstructionSimplify.h
/usr/lib/llvm8.0/include/llvm/Analysis/Interval.h
/usr/lib/llvm8.0/include/llvm/Analysis/IntervalIterator.h
/usr/lib/llvm8.0/include/llvm/Analysis/IntervalPartition.h
/usr/lib/llvm8.0/include/llvm/Analysis/IteratedDominanceFrontier.h
/usr/lib/llvm8.0/include/llvm/Analysis/LazyBlockFrequencyInfo.h
/usr/lib/llvm8.0/include/llvm/Analysis/LazyBranchProbabilityInfo.h
/usr/lib/llvm8.0/include/llvm/Analysis/LazyCallGraph.h
/usr/lib/llvm8.0/include/llvm/Analysis/LazyValueInfo.h
/usr/lib/llvm8.0/include/llvm/Analysis/LegacyDivergenceAnalysis.h
/usr/lib/llvm8.0/include/llvm/Analysis/Lint.h
/usr/lib/llvm8.0/include/llvm/Analysis/Loads.h
/usr/lib/llvm8.0/include/llvm/Analysis/LoopAccessAnalysis.h
/usr/lib/llvm8.0/include/llvm/Analysis/LoopAnalysisManager.h
/usr/lib/llvm8.0/include/llvm/Analysis/LoopInfo.h
/usr/lib/llvm8.0/include/llvm/Analysis/LoopInfoImpl.h
/usr/lib/llvm8.0/include/llvm/Analysis/LoopIterator.h
/usr/lib/llvm8.0/include/llvm/Analysis/LoopPass.h
/usr/lib/llvm8.0/include/llvm/Analysis/LoopUnrollAnalyzer.h
/usr/lib/llvm8.0/include/llvm/Analysis/MemoryBuiltins.h
/usr/lib/llvm8.0/include/llvm/Analysis/MemoryDependenceAnalysis.h
/usr/lib/llvm8.0/include/llvm/Analysis/MemoryLocation.h
/usr/lib/llvm8.0/include/llvm/Analysis/MemorySSA.h
/usr/lib/llvm8.0/include/llvm/Analysis/MemorySSAUpdater.h
/usr/lib/llvm8.0/include/llvm/Analysis/ModuleSummaryAnalysis.h
/usr/lib/llvm8.0/include/llvm/Analysis/MustExecute.h
/usr/lib/llvm8.0/include/llvm/Analysis/ObjCARCAliasAnalysis.h
/usr/lib/llvm8.0/include/llvm/Analysis/ObjCARCAnalysisUtils.h
/usr/lib/llvm8.0/include/llvm/Analysis/ObjCARCInstKind.h
/usr/lib/llvm8.0/include/llvm/Analysis/OptimizationRemarkEmitter.h
/usr/lib/llvm8.0/include/llvm/Analysis/OrderedBasicBlock.h
/usr/lib/llvm8.0/include/llvm/Analysis/OrderedInstructions.h
/usr/lib/llvm8.0/include/llvm/Analysis/PHITransAddr.h
/usr/lib/llvm8.0/include/llvm/Analysis/Passes.h
/usr/lib/llvm8.0/include/llvm/Analysis/PhiValues.h
/usr/lib/llvm8.0/include/llvm/Analysis/PostDominators.h
/usr/lib/llvm8.0/include/llvm/Analysis/ProfileSummaryInfo.h
/usr/lib/llvm8.0/include/llvm/Analysis/PtrUseVisitor.h
/usr/lib/llvm8.0/include/llvm/Analysis/RegionInfo.h
/usr/lib/llvm8.0/include/llvm/Analysis/RegionInfoImpl.h
/usr/lib/llvm8.0/include/llvm/Analysis/RegionIterator.h
/usr/lib/llvm8.0/include/llvm/Analysis/RegionPass.h
/usr/lib/llvm8.0/include/llvm/Analysis/RegionPrinter.h
/usr/lib/llvm8.0/include/llvm/Analysis/ScalarEvolution.h
/usr/lib/llvm8.0/include/llvm/Analysis/ScalarEvolutionAliasAnalysis.h
/usr/lib/llvm8.0/include/llvm/Analysis/ScalarEvolutionExpander.h
/usr/lib/llvm8.0/include/llvm/Analysis/ScalarEvolutionExpressions.h
/usr/lib/llvm8.0/include/llvm/Analysis/ScalarEvolutionNormalization.h
/usr/lib/llvm8.0/include/llvm/Analysis/ScopedNoAliasAA.h
/usr/lib/llvm8.0/include/llvm/Analysis/SparsePropagation.h
/usr/lib/llvm8.0/include/llvm/Analysis/StackSafetyAnalysis.h
/usr/lib/llvm8.0/include/llvm/Analysis/SyncDependenceAnalysis.h
/usr/lib/llvm8.0/include/llvm/Analysis/SyntheticCountsUtils.h
/usr/lib/llvm8.0/include/llvm/Analysis/TargetFolder.h
/usr/lib/llvm8.0/include/llvm/Analysis/TargetLibraryInfo.def
/usr/lib/llvm8.0/include/llvm/Analysis/TargetLibraryInfo.h
/usr/lib/llvm8.0/include/llvm/Analysis/TargetTransformInfo.h
/usr/lib/llvm8.0/include/llvm/Analysis/TargetTransformInfoImpl.h
/usr/lib/llvm8.0/include/llvm/Analysis/Trace.h
/usr/lib/llvm8.0/include/llvm/Analysis/TypeBasedAliasAnalysis.h
/usr/lib/llvm8.0/include/llvm/Analysis/TypeMetadataUtils.h
/usr/lib/llvm8.0/include/llvm/Analysis/Utils
/usr/lib/llvm8.0/include/llvm/Analysis/Utils/Local.h
/usr/lib/llvm8.0/include/llvm/Analysis/ValueLattice.h
/usr/lib/llvm8.0/include/llvm/Analysis/ValueLatticeUtils.h
/usr/lib/llvm8.0/include/llvm/Analysis/ValueTracking.h
/usr/lib/llvm8.0/include/llvm/Analysis/VectorUtils.h
/usr/lib/llvm8.0/include/llvm/AsmParser
/usr/lib/llvm8.0/include/llvm/AsmParser/Parser.h
/usr/lib/llvm8.0/include/llvm/AsmParser/SlotMapping.h
/usr/lib/llvm8.0/include/llvm/BinaryFormat
/usr/lib/llvm8.0/include/llvm/BinaryFormat/AMDGPUMetadataVerifier.h
/usr/lib/llvm8.0/include/llvm/BinaryFormat/COFF.h
/usr/lib/llvm8.0/include/llvm/BinaryFormat/Dwarf.def
/usr/lib/llvm8.0/include/llvm/BinaryFormat/Dwarf.h
/usr/lib/llvm8.0/include/llvm/BinaryFormat/DynamicTags.def
/usr/lib/llvm8.0/include/llvm/BinaryFormat/ELF.h
/usr/lib/llvm8.0/include/llvm/BinaryFormat/ELFRelocs
/usr/lib/llvm8.0/include/llvm/BinaryFormat/ELFRelocs/AArch64.def
/usr/lib/llvm8.0/include/llvm/BinaryFormat/ELFRelocs/AMDGPU.def
/usr/lib/llvm8.0/include/llvm/BinaryFormat/ELFRelocs/ARC.def
/usr/lib/llvm8.0/include/llvm/BinaryFormat/ELFRelocs/ARM.def
/usr/lib/llvm8.0/include/llvm/BinaryFormat/ELFRelocs/AVR.def
/usr/lib/llvm8.0/include/llvm/BinaryFormat/ELFRelocs/BPF.def
/usr/lib/llvm8.0/include/llvm/BinaryFormat/ELFRelocs/Hexagon.def
/usr/lib/llvm8.0/include/llvm/BinaryFormat/ELFRelocs/Lanai.def
/usr/lib/llvm8.0/include/llvm/BinaryFormat/ELFRelocs/MSP430.def
/usr/lib/llvm8.0/include/llvm/BinaryFormat/ELFRelocs/Mips.def
/usr/lib/llvm8.0/include/llvm/BinaryFormat/ELFRelocs/PowerPC.def
/usr/lib/llvm8.0/include/llvm/BinaryFormat/ELFRelocs/PowerPC64.def
/usr/lib/llvm8.0/include/llvm/BinaryFormat/ELFRelocs/RISCV.def
/usr/lib/llvm8.0/include/llvm/BinaryFormat/ELFRelocs/Sparc.def
/usr/lib/llvm8.0/include/llvm/BinaryFormat/ELFRelocs/SystemZ.def
/usr/lib/llvm8.0/include/llvm/BinaryFormat/ELFRelocs/i386.def
/usr/lib/llvm8.0/include/llvm/BinaryFormat/ELFRelocs/x86_64.def
/usr/lib/llvm8.0/include/llvm/BinaryFormat/MachO.def
/usr/lib/llvm8.0/include/llvm/BinaryFormat/MachO.h
/usr/lib/llvm8.0/include/llvm/BinaryFormat/Magic.h
/usr/lib/llvm8.0/include/llvm/BinaryFormat/MsgPack.def
/usr/lib/llvm8.0/include/llvm/BinaryFormat/MsgPack.h
/usr/lib/llvm8.0/include/llvm/BinaryFormat/MsgPackReader.h
/usr/lib/llvm8.0/include/llvm/BinaryFormat/MsgPackTypes.h
/usr/lib/llvm8.0/include/llvm/BinaryFormat/MsgPackWriter.h
/usr/lib/llvm8.0/include/llvm/BinaryFormat/Wasm.h
/usr/lib/llvm8.0/include/llvm/BinaryFormat/WasmRelocs
/usr/lib/llvm8.0/include/llvm/BinaryFormat/WasmRelocs.def
/usr/lib/llvm8.0/include/llvm/Bitcode
/usr/lib/llvm8.0/include/llvm/Bitcode/BitCodes.h
/usr/lib/llvm8.0/include/llvm/Bitcode/BitcodeReader.h
/usr/lib/llvm8.0/include/llvm/Bitcode/BitcodeWriter.h
/usr/lib/llvm8.0/include/llvm/Bitcode/BitcodeWriterPass.h
/usr/lib/llvm8.0/include/llvm/Bitcode/BitstreamReader.h
/usr/lib/llvm8.0/include/llvm/Bitcode/BitstreamWriter.h
/usr/lib/llvm8.0/include/llvm/Bitcode/LLVMBitCodes.h
/usr/lib/llvm8.0/include/llvm/CodeGen
/usr/lib/llvm8.0/include/llvm/CodeGen/AccelTable.h
/usr/lib/llvm8.0/include/llvm/CodeGen/Analysis.h
/usr/lib/llvm8.0/include/llvm/CodeGen/AsmPrinter.h
/usr/lib/llvm8.0/include/llvm/CodeGen/AsmPrinterHandler.h
/usr/lib/llvm8.0/include/llvm/CodeGen/AtomicExpandUtils.h
/usr/lib/llvm8.0/include/llvm/CodeGen/BasicTTIImpl.h
/usr/lib/llvm8.0/include/llvm/CodeGen/BuiltinGCs.h
/usr/lib/llvm8.0/include/llvm/CodeGen/CalcSpillWeights.h
/usr/lib/llvm8.0/include/llvm/CodeGen/CallingConvLower.h
/usr/lib/llvm8.0/include/llvm/CodeGen/CommandFlags.inc
/usr/lib/llvm8.0/include/llvm/CodeGen/CostTable.h
/usr/lib/llvm8.0/include/llvm/CodeGen/DAGCombine.h
/usr/lib/llvm8.0/include/llvm/CodeGen/DFAPacketizer.h
/usr/lib/llvm8.0/include/llvm/CodeGen/DIE.h
/usr/lib/llvm8.0/include/llvm/CodeGen/DIEValue.def
/usr/lib/llvm8.0/include/llvm/CodeGen/DbgEntityHistoryCalculator.h
/usr/lib/llvm8.0/include/llvm/CodeGen/DebugHandlerBase.h
/usr/lib/llvm8.0/include/llvm/CodeGen/DwarfStringPoolEntry.h
/usr/lib/llvm8.0/include/llvm/CodeGen/EdgeBundles.h
/usr/lib/llvm8.0/include/llvm/CodeGen/ExecutionDomainFix.h
/usr/lib/llvm8.0/include/llvm/CodeGen/ExpandReductions.h
/usr/lib/llvm8.0/include/llvm/CodeGen/FastISel.h
/usr/lib/llvm8.0/include/llvm/CodeGen/FaultMaps.h
/usr/lib/llvm8.0/include/llvm/CodeGen/FunctionLoweringInfo.h
/usr/lib/llvm8.0/include/llvm/CodeGen/GCMetadata.h
/usr/lib/llvm8.0/include/llvm/CodeGen/GCMetadataPrinter.h
/usr/lib/llvm8.0/include/llvm/CodeGen/GCStrategy.h
/usr/lib/llvm8.0/include/llvm/CodeGen/GlobalISel
/usr/lib/llvm8.0/include/llvm/CodeGen/GlobalISel/CSEInfo.h
/usr/lib/llvm8.0/include/llvm/CodeGen/GlobalISel/CSEMIRBuilder.h
/usr/lib/llvm8.0/include/llvm/CodeGen/GlobalISel/CallLowering.h
/usr/lib/llvm8.0/include/llvm/CodeGen/GlobalISel/Combiner.h
/usr/lib/llvm8.0/include/llvm/CodeGen/GlobalISel/CombinerHelper.h
/usr/lib/llvm8.0/include/llvm/CodeGen/GlobalISel/CombinerInfo.h
/usr/lib/llvm8.0/include/llvm/CodeGen/GlobalISel/ConstantFoldingMIRBuilder.h
/usr/lib/llvm8.0/include/llvm/CodeGen/GlobalISel/GISelChangeObserver.h
/usr/lib/llvm8.0/include/llvm/CodeGen/GlobalISel/GISelWorkList.h
/usr/lib/llvm8.0/include/llvm/CodeGen/GlobalISel/IRTranslator.h
/usr/lib/llvm8.0/include/llvm/CodeGen/GlobalISel/InstructionSelect.h
/usr/lib/llvm8.0/include/llvm/CodeGen/GlobalISel/InstructionSelector.h
/usr/lib/llvm8.0/include/llvm/CodeGen/GlobalISel/InstructionSelectorImpl.h
/usr/lib/llvm8.0/include/llvm/CodeGen/GlobalISel/LegalizationArtifactCombiner.h
/usr/lib/llvm8.0/include/llvm/CodeGen/GlobalISel/Legalizer.h
/usr/lib/llvm8.0/include/llvm/CodeGen/GlobalISel/LegalizerHelper.h
/usr/lib/llvm8.0/include/llvm/CodeGen/GlobalISel/LegalizerInfo.h
/usr/lib/llvm8.0/include/llvm/CodeGen/GlobalISel/Localizer.h
/usr/lib/llvm8.0/include/llvm/CodeGen/GlobalISel/MIPatternMatch.h
/usr/lib/llvm8.0/include/llvm/CodeGen/GlobalISel/MachineIRBuilder.h
/usr/lib/llvm8.0/include/llvm/CodeGen/GlobalISel/RegBankSelect.h
/usr/lib/llvm8.0/include/llvm/CodeGen/GlobalISel/RegisterBank.h
/usr/lib/llvm8.0/include/llvm/CodeGen/GlobalISel/RegisterBankInfo.h
/usr/lib/llvm8.0/include/llvm/CodeGen/GlobalISel/Types.h
/usr/lib/llvm8.0/include/llvm/CodeGen/GlobalISel/Utils.h
/usr/lib/llvm8.0/include/llvm/CodeGen/ISDOpcodes.h
/usr/lib/llvm8.0/include/llvm/CodeGen/IntrinsicLowering.h
/usr/lib/llvm8.0/include/llvm/CodeGen/LatencyPriorityQueue.h
/usr/lib/llvm8.0/include/llvm/CodeGen/LazyMachineBlockFrequencyInfo.h
/usr/lib/llvm8.0/include/llvm/CodeGen/LexicalScopes.h
/usr/lib/llvm8.0/include/llvm/CodeGen/LinkAllAsmWriterComponents.h
/usr/lib/llvm8.0/include/llvm/CodeGen/LinkAllCodegenComponents.h
/usr/lib/llvm8.0/include/llvm/CodeGen/LiveInterval.h
/usr/lib/llvm8.0/include/llvm/CodeGen/LiveIntervalUnion.h
/usr/lib/llvm8.0/include/llvm/CodeGen/LiveIntervals.h
/usr/lib/llvm8.0/include/llvm/CodeGen/LivePhysRegs.h
/usr/lib/llvm8.0/include/llvm/CodeGen/LiveRangeEdit.h
/usr/lib/llvm8.0/include/llvm/CodeGen/LiveRegMatrix.h
/usr/lib/llvm8.0/include/llvm/CodeGen/LiveRegUnits.h
/usr/lib/llvm8.0/include/llvm/CodeGen/LiveStacks.h
/usr/lib/llvm8.0/include/llvm/CodeGen/LiveVariables.h
/usr/lib/llvm8.0/include/llvm/CodeGen/LoopTraversal.h
/usr/lib/llvm8.0/include/llvm/CodeGen/LowLevelType.h
/usr/lib/llvm8.0/include/llvm/CodeGen/MIRParser
/usr/lib/llvm8.0/include/llvm/CodeGen/MIRParser/MIRParser.h
/usr/lib/llvm8.0/include/llvm/CodeGen/MIRPrinter.h
/usr/lib/llvm8.0/include/llvm/CodeGen/MIRYamlMapping.h
/usr/lib/llvm8.0/include/llvm/CodeGen/MachORelocation.h
/usr/lib/llvm8.0/include/llvm/CodeGen/MachineBasicBlock.h
/usr/lib/llvm8.0/include/llvm/CodeGen/MachineBlockFrequencyInfo.h
/usr/lib/llvm8.0/include/llvm/CodeGen/MachineBranchProbabilityInfo.h
/usr/lib/llvm8.0/include/llvm/CodeGen/MachineCombinerPattern.h
/usr/lib/llvm8.0/include/llvm/CodeGen/MachineConstantPool.h
/usr/lib/llvm8.0/include/llvm/CodeGen/MachineDominanceFrontier.h
/usr/lib/llvm8.0/include/llvm/CodeGen/MachineDominators.h
/usr/lib/llvm8.0/include/llvm/CodeGen/MachineFrameInfo.h
/usr/lib/llvm8.0/include/llvm/CodeGen/MachineFunction.h
/usr/lib/llvm8.0/include/llvm/CodeGen/MachineFunctionPass.h
/usr/lib/llvm8.0/include/llvm/CodeGen/MachineInstr.h
/usr/lib/llvm8.0/include/llvm/CodeGen/MachineInstrBuilder.h
/usr/lib/llvm8.0/include/llvm/CodeGen/MachineInstrBundle.h
/usr/lib/llvm8.0/include/llvm/CodeGen/MachineInstrBundleIterator.h
/usr/lib/llvm8.0/include/llvm/CodeGen/MachineJumpTableInfo.h
/usr/lib/llvm8.0/include/llvm/CodeGen/MachineLoopInfo.h
/usr/lib/llvm8.0/include/llvm/CodeGen/MachineMemOperand.h
/usr/lib/llvm8.0/include/llvm/CodeGen/MachineModuleInfo.h
/usr/lib/llvm8.0/include/llvm/CodeGen/MachineModuleInfoImpls.h
/usr/lib/llvm8.0/include/llvm/CodeGen/MachineOperand.h
/usr/lib/llvm8.0/include/llvm/CodeGen/MachineOptimizationRemarkEmitter.h
/usr/lib/llvm8.0/include/llvm/CodeGen/MachineOutliner.h
/usr/lib/llvm8.0/include/llvm/CodeGen/MachinePassRegistry.h
/usr/lib/llvm8.0/include/llvm/CodeGen/MachinePipeliner.h
/usr/lib/llvm8.0/include/llvm/CodeGen/MachinePostDominators.h
/usr/lib/llvm8.0/include/llvm/CodeGen/MachineRegionInfo.h
/usr/lib/llvm8.0/include/llvm/CodeGen/MachineRegisterInfo.h
/usr/lib/llvm8.0/include/llvm/CodeGen/MachineSSAUpdater.h
/usr/lib/llvm8.0/include/llvm/CodeGen/MachineScheduler.h
/usr/lib/llvm8.0/include/llvm/CodeGen/MachineTraceMetrics.h
/usr/lib/llvm8.0/include/llvm/CodeGen/MacroFusion.h
/usr/lib/llvm8.0/include/llvm/CodeGen/PBQP
/usr/lib/llvm8.0/include/llvm/CodeGen/PBQP/CostAllocator.h
/usr/lib/llvm8.0/include/llvm/CodeGen/PBQP/Graph.h
/usr/lib/llvm8.0/include/llvm/CodeGen/PBQP/Math.h
/usr/lib/llvm8.0/include/llvm/CodeGen/PBQP/ReductionRules.h
/usr/lib/llvm8.0/include/llvm/CodeGen/PBQP/Solution.h
/usr/lib/llvm8.0/include/llvm/CodeGen/PBQPRAConstraint.h
/usr/lib/llvm8.0/include/llvm/CodeGen/ParallelCG.h
/usr/lib/llvm8.0/include/llvm/CodeGen/Passes.h
/usr/lib/llvm8.0/include/llvm/CodeGen/PreISelIntrinsicLowering.h
/usr/lib/llvm8.0/include/llvm/CodeGen/PseudoSourceValue.h
/usr/lib/llvm8.0/include/llvm/CodeGen/ReachingDefAnalysis.h
/usr/lib/llvm8.0/include/llvm/CodeGen/RegAllocPBQP.h
/usr/lib/llvm8.0/include/llvm/CodeGen/RegAllocRegistry.h
/usr/lib/llvm8.0/include/llvm/CodeGen/RegisterClassInfo.h
/usr/lib/llvm8.0/include/llvm/CodeGen/RegisterPressure.h
/usr/lib/llvm8.0/include/llvm/CodeGen/RegisterScavenging.h
/usr/lib/llvm8.0/include/llvm/CodeGen/RegisterUsageInfo.h
/usr/lib/llvm8.0/include/llvm/CodeGen/ResourcePriorityQueue.h
/usr/lib/llvm8.0/include/llvm/CodeGen/RuntimeLibcalls.h
/usr/lib/llvm8.0/include/llvm/CodeGen/SDNodeProperties.td
/usr/lib/llvm8.0/include/llvm/CodeGen/ScheduleDAG.h
/usr/lib/llvm8.0/include/llvm/CodeGen/ScheduleDAGInstrs.h
/usr/lib/llvm8.0/include/llvm/CodeGen/ScheduleDAGMutation.h
/usr/lib/llvm8.0/include/llvm/CodeGen/ScheduleDFS.h
/usr/lib/llvm8.0/include/llvm/CodeGen/ScheduleHazardRecognizer.h
/usr/lib/llvm8.0/include/llvm/CodeGen/SchedulerRegistry.h
/usr/lib/llvm8.0/include/llvm/CodeGen/ScoreboardHazardRecognizer.h
/usr/lib/llvm8.0/include/llvm/CodeGen/SelectionDAG.h
/usr/lib/llvm8.0/include/llvm/CodeGen/SelectionDAGAddressAnalysis.h
/usr/lib/llvm8.0/include/llvm/CodeGen/SelectionDAGISel.h
/usr/lib/llvm8.0/include/llvm/CodeGen/SelectionDAGNodes.h
/usr/lib/llvm8.0/include/llvm/CodeGen/SelectionDAGTargetInfo.h
/usr/lib/llvm8.0/include/llvm/CodeGen/SlotIndexes.h
/usr/lib/llvm8.0/include/llvm/CodeGen/StackMaps.h
/usr/lib/llvm8.0/include/llvm/CodeGen/StackProtector.h
/usr/lib/llvm8.0/include/llvm/CodeGen/TailDuplicator.h
/usr/lib/llvm8.0/include/llvm/CodeGen/TargetCallingConv.h
/usr/lib/llvm8.0/include/llvm/CodeGen/TargetFrameLowering.h
/usr/lib/llvm8.0/include/llvm/CodeGen/TargetInstrInfo.h
/usr/lib/llvm8.0/include/llvm/CodeGen/TargetLowering.h
/usr/lib/llvm8.0/include/llvm/CodeGen/TargetLoweringObjectFileImpl.h
/usr/lib/llvm8.0/include/llvm/CodeGen/TargetOpcodes.h
/usr/lib/llvm8.0/include/llvm/CodeGen/TargetPassConfig.h
/usr/lib/llvm8.0/include/llvm/CodeGen/TargetRegisterInfo.h
/usr/lib/llvm8.0/include/llvm/CodeGen/TargetSchedule.h
/usr/lib/llvm8.0/include/llvm/CodeGen/TargetSubtargetInfo.h
/usr/lib/llvm8.0/include/llvm/CodeGen/UnreachableBlockElim.h
/usr/lib/llvm8.0/include/llvm/CodeGen/ValueTypes.h
/usr/lib/llvm8.0/include/llvm/CodeGen/ValueTypes.td
/usr/lib/llvm8.0/include/llvm/CodeGen/VirtRegMap.h
/usr/lib/llvm8.0/include/llvm/CodeGen/WasmEHFuncInfo.h
/usr/lib/llvm8.0/include/llvm/CodeGen/WinEHFuncInfo.h
/usr/lib/llvm8.0/include/llvm/Config
/usr/lib/llvm8.0/include/llvm/Config/AsmParsers.def
/usr/lib/llvm8.0/include/llvm/Config/AsmPrinters.def
/usr/lib/llvm8.0/include/llvm/Config/Disassemblers.def
/usr/lib/llvm8.0/include/llvm/Config/Targets.def
/usr/lib/llvm8.0/include/llvm/Config/abi-breaking.h
/usr/lib/llvm8.0/include/llvm/Config/llvm-config-i386.h
/usr/lib/llvm8.0/include/llvm/Config/llvm-config.h
/usr/lib/llvm8.0/include/llvm/DebugInfo
/usr/lib/llvm8.0/include/llvm/DebugInfo/CodeView
/usr/lib/llvm8.0/include/llvm/DebugInfo/CodeView/AppendingTypeTableBuilder.h
/usr/lib/llvm8.0/include/llvm/DebugInfo/CodeView/CVRecord.h
/usr/lib/llvm8.0/include/llvm/DebugInfo/CodeView/CVSymbolVisitor.h
/usr/lib/llvm8.0/include/llvm/DebugInfo/CodeView/CVTypeVisitor.h
/usr/lib/llvm8.0/include/llvm/DebugInfo/CodeView/CodeView.h
/usr/lib/llvm8.0/include/llvm/DebugInfo/CodeView/CodeViewError.h
/usr/lib/llvm8.0/include/llvm/DebugInfo/CodeView/CodeViewRecordIO.h
/usr/lib/llvm8.0/include/llvm/DebugInfo/CodeView/CodeViewRegisters.def
/usr/lib/llvm8.0/include/llvm/DebugInfo/CodeView/CodeViewSymbols.def
/usr/lib/llvm8.0/include/llvm/DebugInfo/CodeView/CodeViewTypes.def
/usr/lib/llvm8.0/include/llvm/DebugInfo/CodeView/ContinuationRecordBuilder.h
/usr/lib/llvm8.0/include/llvm/DebugInfo/CodeView/DebugChecksumsSubsection.h
/usr/lib/llvm8.0/include/llvm/DebugInfo/CodeView/DebugCrossExSubsection.h
/usr/lib/llvm8.0/include/llvm/DebugInfo/CodeView/DebugCrossImpSubsection.h
/usr/lib/llvm8.0/include/llvm/DebugInfo/CodeView/DebugFrameDataSubsection.h
/usr/lib/llvm8.0/include/llvm/DebugInfo/CodeView/DebugInlineeLinesSubsection.h
/usr/lib/llvm8.0/include/llvm/DebugInfo/CodeView/DebugLinesSubsection.h
/usr/lib/llvm8.0/include/llvm/DebugInfo/CodeView/DebugStringTableSubsection.h
/usr/lib/llvm8.0/include/llvm/DebugInfo/CodeView/DebugSubsection.h
/usr/lib/llvm8.0/include/llvm/DebugInfo/CodeView/DebugSubsectionRecord.h
/usr/lib/llvm8.0/include/llvm/DebugInfo/CodeView/DebugSubsectionVisitor.h
/usr/lib/llvm8.0/include/llvm/DebugInfo/CodeView/DebugSymbolRVASubsection.h
/usr/lib/llvm8.0/include/llvm/DebugInfo/CodeView/DebugSymbolsSubsection.h
/usr/lib/llvm8.0/include/llvm/DebugInfo/CodeView/DebugUnknownSubsection.h
/usr/lib/llvm8.0/include/llvm/DebugInfo/CodeView/EnumTables.h
/usr/lib/llvm8.0/include/llvm/DebugInfo/CodeView/Formatters.h
/usr/lib/llvm8.0/include/llvm/DebugInfo/CodeView/FunctionId.h
/usr/lib/llvm8.0/include/llvm/DebugInfo/CodeView/GUID.h
/usr/lib/llvm8.0/include/llvm/DebugInfo/CodeView/GlobalTypeTableBuilder.h
/usr/lib/llvm8.0/include/llvm/DebugInfo/CodeView/LazyRandomTypeCollection.h
/usr/lib/llvm8.0/include/llvm/DebugInfo/CodeView/Line.h
/usr/lib/llvm8.0/include/llvm/DebugInfo/CodeView/MergingTypeTableBuilder.h
/usr/lib/llvm8.0/include/llvm/DebugInfo/CodeView/RecordName.h
/usr/lib/llvm8.0/include/llvm/DebugInfo/CodeView/RecordSerialization.h
/usr/lib/llvm8.0/include/llvm/DebugInfo/CodeView/SimpleTypeSerializer.h
/usr/lib/llvm8.0/include/llvm/DebugInfo/CodeView/StringsAndChecksums.h
/usr/lib/llvm8.0/include/llvm/DebugInfo/CodeView/SymbolDeserializer.h
/usr/lib/llvm8.0/include/llvm/DebugInfo/CodeView/SymbolDumpDelegate.h
/usr/lib/llvm8.0/include/llvm/DebugInfo/CodeView/SymbolDumper.h
/usr/lib/llvm8.0/include/llvm/DebugInfo/CodeView/SymbolRecord.h
/usr/lib/llvm8.0/include/llvm/DebugInfo/CodeView/SymbolRecordHelpers.h
/usr/lib/llvm8.0/include/llvm/DebugInfo/CodeView/SymbolRecordMapping.h
/usr/lib/llvm8.0/include/llvm/DebugInfo/CodeView/SymbolSerializer.h
/usr/lib/llvm8.0/include/llvm/DebugInfo/CodeView/SymbolVisitorCallbackPipeline.h
/usr/lib/llvm8.0/include/llvm/DebugInfo/CodeView/SymbolVisitorCallbacks.h
/usr/lib/llvm8.0/include/llvm/DebugInfo/CodeView/SymbolVisitorDelegate.h
/usr/lib/llvm8.0/include/llvm/DebugInfo/CodeView/TypeCollection.h
/usr/lib/llvm8.0/include/llvm/DebugInfo/CodeView/TypeDeserializer.h
/usr/lib/llvm8.0/include/llvm/DebugInfo/CodeView/TypeDumpVisitor.h
/usr/lib/llvm8.0/include/llvm/DebugInfo/CodeView/TypeHashing.h
/usr/lib/llvm8.0/include/llvm/DebugInfo/CodeView/TypeIndex.h
/usr/lib/llvm8.0/include/llvm/DebugInfo/CodeView/TypeIndexDiscovery.h
/usr/lib/llvm8.0/include/llvm/DebugInfo/CodeView/TypeRecord.h
/usr/lib/llvm8.0/include/llvm/DebugInfo/CodeView/TypeRecordHelpers.h
/usr/lib/llvm8.0/include/llvm/DebugInfo/CodeView/TypeRecordMapping.h
/usr/lib/llvm8.0/include/llvm/DebugInfo/CodeView/TypeStreamMerger.h
/usr/lib/llvm8.0/include/llvm/DebugInfo/CodeView/TypeSymbolEmitter.h
/usr/lib/llvm8.0/include/llvm/DebugInfo/CodeView/TypeTableCollection.h
/usr/lib/llvm8.0/include/llvm/DebugInfo/CodeView/TypeVisitorCallbackPipeline.h
/usr/lib/llvm8.0/include/llvm/DebugInfo/CodeView/TypeVisitorCallbacks.h
/usr/lib/llvm8.0/include/llvm/DebugInfo/DIContext.h
/usr/lib/llvm8.0/include/llvm/DebugInfo/DWARF
/usr/lib/llvm8.0/include/llvm/DebugInfo/DWARF/DWARFAbbreviationDeclaration.h
/usr/lib/llvm8.0/include/llvm/DebugInfo/DWARF/DWARFAcceleratorTable.h
/usr/lib/llvm8.0/include/llvm/DebugInfo/DWARF/DWARFAddressRange.h
/usr/lib/llvm8.0/include/llvm/DebugInfo/DWARF/DWARFAttribute.h
/usr/lib/llvm8.0/include/llvm/DebugInfo/DWARF/DWARFCompileUnit.h
/usr/lib/llvm8.0/include/llvm/DebugInfo/DWARF/DWARFContext.h
/usr/lib/llvm8.0/include/llvm/DebugInfo/DWARF/DWARFDataExtractor.h
/usr/lib/llvm8.0/include/llvm/DebugInfo/DWARF/DWARFDebugAbbrev.h
/usr/lib/llvm8.0/include/llvm/DebugInfo/DWARF/DWARFDebugAddr.h
/usr/lib/llvm8.0/include/llvm/DebugInfo/DWARF/DWARFDebugArangeSet.h
/usr/lib/llvm8.0/include/llvm/DebugInfo/DWARF/DWARFDebugAranges.h
/usr/lib/llvm8.0/include/llvm/DebugInfo/DWARF/DWARFDebugFrame.h
/usr/lib/llvm8.0/include/llvm/DebugInfo/DWARF/DWARFDebugInfoEntry.h
/usr/lib/llvm8.0/include/llvm/DebugInfo/DWARF/DWARFDebugLine.h
/usr/lib/llvm8.0/include/llvm/DebugInfo/DWARF/DWARFDebugLoc.h
/usr/lib/llvm8.0/include/llvm/DebugInfo/DWARF/DWARFDebugMacro.h
/usr/lib/llvm8.0/include/llvm/DebugInfo/DWARF/DWARFDebugPubTable.h
/usr/lib/llvm8.0/include/llvm/DebugInfo/DWARF/DWARFDebugRangeList.h
/usr/lib/llvm8.0/include/llvm/DebugInfo/DWARF/DWARFDebugRnglists.h
/usr/lib/llvm8.0/include/llvm/DebugInfo/DWARF/DWARFDie.h
/usr/lib/llvm8.0/include/llvm/DebugInfo/DWARF/DWARFExpression.h
/usr/lib/llvm8.0/include/llvm/DebugInfo/DWARF/DWARFFormValue.h
/usr/lib/llvm8.0/include/llvm/DebugInfo/DWARF/DWARFGdbIndex.h
/usr/lib/llvm8.0/include/llvm/DebugInfo/DWARF/DWARFListTable.h
/usr/lib/llvm8.0/include/llvm/DebugInfo/DWARF/DWARFObject.h
/usr/lib/llvm8.0/include/llvm/DebugInfo/DWARF/DWARFRelocMap.h
/usr/lib/llvm8.0/include/llvm/DebugInfo/DWARF/DWARFSection.h
/usr/lib/llvm8.0/include/llvm/DebugInfo/DWARF/DWARFTypeUnit.h
/usr/lib/llvm8.0/include/llvm/DebugInfo/DWARF/DWARFUnit.h
/usr/lib/llvm8.0/include/llvm/DebugInfo/DWARF/DWARFUnitIndex.h
/usr/lib/llvm8.0/include/llvm/DebugInfo/DWARF/DWARFVerifier.h
/usr/lib/llvm8.0/include/llvm/DebugInfo/MSF
/usr/lib/llvm8.0/include/llvm/DebugInfo/MSF/IMSFFile.h
/usr/lib/llvm8.0/include/llvm/DebugInfo/MSF/MSFBuilder.h
/usr/lib/llvm8.0/include/llvm/DebugInfo/MSF/MSFCommon.h
/usr/lib/llvm8.0/include/llvm/DebugInfo/MSF/MSFError.h
/usr/lib/llvm8.0/include/llvm/DebugInfo/MSF/MappedBlockStream.h
/usr/lib/llvm8.0/include/llvm/DebugInfo/PDB
/usr/lib/llvm8.0/include/llvm/DebugInfo/PDB/ConcreteSymbolEnumerator.h
/usr/lib/llvm8.0/include/llvm/DebugInfo/PDB/DIA
/usr/lib/llvm8.0/include/llvm/DebugInfo/PDB/DIA/DIADataStream.h
/usr/lib/llvm8.0/include/llvm/DebugInfo/PDB/DIA/DIAEnumDebugStreams.h
/usr/lib/llvm8.0/include/llvm/DebugInfo/PDB/DIA/DIAEnumFrameData.h
/usr/lib/llvm8.0/include/llvm/DebugInfo/PDB/DIA/DIAEnumInjectedSources.h
/usr/lib/llvm8.0/include/llvm/DebugInfo/PDB/DIA/DIAEnumLineNumbers.h
/usr/lib/llvm8.0/include/llvm/DebugInfo/PDB/DIA/DIAEnumSectionContribs.h
/usr/lib/llvm8.0/include/llvm/DebugInfo/PDB/DIA/DIAEnumSourceFiles.h
/usr/lib/llvm8.0/include/llvm/DebugInfo/PDB/DIA/DIAEnumSymbols.h
/usr/lib/llvm8.0/include/llvm/DebugInfo/PDB/DIA/DIAEnumTables.h
/usr/lib/llvm8.0/include/llvm/DebugInfo/PDB/DIA/DIAError.h
/usr/lib/llvm8.0/include/llvm/DebugInfo/PDB/DIA/DIAFrameData.h
/usr/lib/llvm8.0/include/llvm/DebugInfo/PDB/DIA/DIAInjectedSource.h
/usr/lib/llvm8.0/include/llvm/DebugInfo/PDB/DIA/DIALineNumber.h
/usr/lib/llvm8.0/include/llvm/DebugInfo/PDB/DIA/DIARawSymbol.h
/usr/lib/llvm8.0/include/llvm/DebugInfo/PDB/DIA/DIASectionContrib.h
/usr/lib/llvm8.0/include/llvm/DebugInfo/PDB/DIA/DIASession.h
/usr/lib/llvm8.0/include/llvm/DebugInfo/PDB/DIA/DIASourceFile.h
/usr/lib/llvm8.0/include/llvm/DebugInfo/PDB/DIA/DIASupport.h
/usr/lib/llvm8.0/include/llvm/DebugInfo/PDB/DIA/DIATable.h
/usr/lib/llvm8.0/include/llvm/DebugInfo/PDB/DIA/DIAUtils.h
/usr/lib/llvm8.0/include/llvm/DebugInfo/PDB/GenericError.h
/usr/lib/llvm8.0/include/llvm/DebugInfo/PDB/IPDBDataStream.h
/usr/lib/llvm8.0/include/llvm/DebugInfo/PDB/IPDBEnumChildren.h
/usr/lib/llvm8.0/include/llvm/DebugInfo/PDB/IPDBFrameData.h
/usr/lib/llvm8.0/include/llvm/DebugInfo/PDB/IPDBInjectedSource.h
/usr/lib/llvm8.0/include/llvm/DebugInfo/PDB/IPDBLineNumber.h
/usr/lib/llvm8.0/include/llvm/DebugInfo/PDB/IPDBRawSymbol.h
/usr/lib/llvm8.0/include/llvm/DebugInfo/PDB/IPDBSectionContrib.h
/usr/lib/llvm8.0/include/llvm/DebugInfo/PDB/IPDBSession.h
/usr/lib/llvm8.0/include/llvm/DebugInfo/PDB/IPDBSourceFile.h
/usr/lib/llvm8.0/include/llvm/DebugInfo/PDB/IPDBTable.h
/usr/lib/llvm8.0/include/llvm/DebugInfo/PDB/Native
/usr/lib/llvm8.0/include/llvm/DebugInfo/PDB/Native/DbiModuleDescriptor.h
/usr/lib/llvm8.0/include/llvm/DebugInfo/PDB/Native/DbiModuleDescriptorBuilder.h
/usr/lib/llvm8.0/include/llvm/DebugInfo/PDB/Native/DbiModuleList.h
/usr/lib/llvm8.0/include/llvm/DebugInfo/PDB/Native/DbiStream.h
/usr/lib/llvm8.0/include/llvm/DebugInfo/PDB/Native/DbiStreamBuilder.h
/usr/lib/llvm8.0/include/llvm/DebugInfo/PDB/Native/EnumTables.h
/usr/lib/llvm8.0/include/llvm/DebugInfo/PDB/Native/Formatters.h
/usr/lib/llvm8.0/include/llvm/DebugInfo/PDB/Native/GSIStreamBuilder.h
/usr/lib/llvm8.0/include/llvm/DebugInfo/PDB/Native/GlobalsStream.h
/usr/lib/llvm8.0/include/llvm/DebugInfo/PDB/Native/Hash.h
/usr/lib/llvm8.0/include/llvm/DebugInfo/PDB/Native/HashTable.h
/usr/lib/llvm8.0/include/llvm/DebugInfo/PDB/Native/ISectionContribVisitor.h
/usr/lib/llvm8.0/include/llvm/DebugInfo/PDB/Native/InfoStream.h
/usr/lib/llvm8.0/include/llvm/DebugInfo/PDB/Native/InfoStreamBuilder.h
/usr/lib/llvm8.0/include/llvm/DebugInfo/PDB/Native/ModuleDebugStream.h
/usr/lib/llvm8.0/include/llvm/DebugInfo/PDB/Native/NamedStreamMap.h
/usr/lib/llvm8.0/include/llvm/DebugInfo/PDB/Native/NativeCompilandSymbol.h
/usr/lib/llvm8.0/include/llvm/DebugInfo/PDB/Native/NativeEnumGlobals.h
/usr/lib/llvm8.0/include/llvm/DebugInfo/PDB/Native/NativeEnumModules.h
/usr/lib/llvm8.0/include/llvm/DebugInfo/PDB/Native/NativeEnumTypes.h
/usr/lib/llvm8.0/include/llvm/DebugInfo/PDB/Native/NativeExeSymbol.h
/usr/lib/llvm8.0/include/llvm/DebugInfo/PDB/Native/NativeRawSymbol.h
/usr/lib/llvm8.0/include/llvm/DebugInfo/PDB/Native/NativeSession.h
/usr/lib/llvm8.0/include/llvm/DebugInfo/PDB/Native/NativeSymbolEnumerator.h
/usr/lib/llvm8.0/include/llvm/DebugInfo/PDB/Native/NativeTypeArray.h
/usr/lib/llvm8.0/include/llvm/DebugInfo/PDB/Native/NativeTypeBuiltin.h
/usr/lib/llvm8.0/include/llvm/DebugInfo/PDB/Native/NativeTypeEnum.h
/usr/lib/llvm8.0/include/llvm/DebugInfo/PDB/Native/NativeTypeFunctionSig.h
/usr/lib/llvm8.0/include/llvm/DebugInfo/PDB/Native/NativeTypePointer.h
/usr/lib/llvm8.0/include/llvm/DebugInfo/PDB/Native/NativeTypeTypedef.h
/usr/lib/llvm8.0/include/llvm/DebugInfo/PDB/Native/NativeTypeUDT.h
/usr/lib/llvm8.0/include/llvm/DebugInfo/PDB/Native/NativeTypeVTShape.h
/usr/lib/llvm8.0/include/llvm/DebugInfo/PDB/Native/PDBFile.h
/usr/lib/llvm8.0/include/llvm/DebugInfo/PDB/Native/PDBFileBuilder.h
/usr/lib/llvm8.0/include/llvm/DebugInfo/PDB/Native/PDBStringTable.h
/usr/lib/llvm8.0/include/llvm/DebugInfo/PDB/Native/PDBStringTableBuilder.h
/usr/lib/llvm8.0/include/llvm/DebugInfo/PDB/Native/PublicsStream.h
/usr/lib/llvm8.0/include/llvm/DebugInfo/PDB/Native/RawConstants.h
/usr/lib/llvm8.0/include/llvm/DebugInfo/PDB/Native/RawError.h
/usr/lib/llvm8.0/include/llvm/DebugInfo/PDB/Native/RawTypes.h
/usr/lib/llvm8.0/include/llvm/DebugInfo/PDB/Native/SymbolCache.h
/usr/lib/llvm8.0/include/llvm/DebugInfo/PDB/Native/SymbolStream.h
/usr/lib/llvm8.0/include/llvm/DebugInfo/PDB/Native/TpiHashing.h
/usr/lib/llvm8.0/include/llvm/DebugInfo/PDB/Native/TpiStream.h
/usr/lib/llvm8.0/include/llvm/DebugInfo/PDB/Native/TpiStreamBuilder.h
/usr/lib/llvm8.0/include/llvm/DebugInfo/PDB/PDB.h
/usr/lib/llvm8.0/include/llvm/DebugInfo/PDB/PDBContext.h
/usr/lib/llvm8.0/include/llvm/DebugInfo/PDB/PDBExtras.h
/usr/lib/llvm8.0/include/llvm/DebugInfo/PDB/PDBSymDumper.h
/usr/lib/llvm8.0/include/llvm/DebugInfo/PDB/PDBSymbol.h
/usr/lib/llvm8.0/include/llvm/DebugInfo/PDB/PDBSymbolAnnotation.h
/usr/lib/llvm8.0/include/llvm/DebugInfo/PDB/PDBSymbolBlock.h
/usr/lib/llvm8.0/include/llvm/DebugInfo/PDB/PDBSymbolCompiland.h
/usr/lib/llvm8.0/include/llvm/DebugInfo/PDB/PDBSymbolCompilandDetails.h
/usr/lib/llvm8.0/include/llvm/DebugInfo/PDB/PDBSymbolCompilandEnv.h
/usr/lib/llvm8.0/include/llvm/DebugInfo/PDB/PDBSymbolCustom.h
/usr/lib/llvm8.0/include/llvm/DebugInfo/PDB/PDBSymbolData.h
/usr/lib/llvm8.0/include/llvm/DebugInfo/PDB/PDBSymbolExe.h
/usr/lib/llvm8.0/include/llvm/DebugInfo/PDB/PDBSymbolFunc.h
/usr/lib/llvm8.0/include/llvm/DebugInfo/PDB/PDBSymbolFuncDebugEnd.h
/usr/lib/llvm8.0/include/llvm/DebugInfo/PDB/PDBSymbolFuncDebugStart.h
/usr/lib/llvm8.0/include/llvm/DebugInfo/PDB/PDBSymbolLabel.h
/usr/lib/llvm8.0/include/llvm/DebugInfo/PDB/PDBSymbolPublicSymbol.h
/usr/lib/llvm8.0/include/llvm/DebugInfo/PDB/PDBSymbolThunk.h
/usr/lib/llvm8.0/include/llvm/DebugInfo/PDB/PDBSymbolTypeArray.h
/usr/lib/llvm8.0/include/llvm/DebugInfo/PDB/PDBSymbolTypeBaseClass.h
/usr/lib/llvm8.0/include/llvm/DebugInfo/PDB/PDBSymbolTypeBuiltin.h
/usr/lib/llvm8.0/include/llvm/DebugInfo/PDB/PDBSymbolTypeCustom.h
/usr/lib/llvm8.0/include/llvm/DebugInfo/PDB/PDBSymbolTypeDimension.h
/usr/lib/llvm8.0/include/llvm/DebugInfo/PDB/PDBSymbolTypeEnum.h
/usr/lib/llvm8.0/include/llvm/DebugInfo/PDB/PDBSymbolTypeFriend.h
/usr/lib/llvm8.0/include/llvm/DebugInfo/PDB/PDBSymbolTypeFunctionArg.h
/usr/lib/llvm8.0/include/llvm/DebugInfo/PDB/PDBSymbolTypeFunctionSig.h
/usr/lib/llvm8.0/include/llvm/DebugInfo/PDB/PDBSymbolTypeManaged.h
/usr/lib/llvm8.0/include/llvm/DebugInfo/PDB/PDBSymbolTypePointer.h
/usr/lib/llvm8.0/include/llvm/DebugInfo/PDB/PDBSymbolTypeTypedef.h
/usr/lib/llvm8.0/include/llvm/DebugInfo/PDB/PDBSymbolTypeUDT.h
/usr/lib/llvm8.0/include/llvm/DebugInfo/PDB/PDBSymbolTypeVTable.h
/usr/lib/llvm8.0/include/llvm/DebugInfo/PDB/PDBSymbolTypeVTableShape.h
/usr/lib/llvm8.0/include/llvm/DebugInfo/PDB/PDBSymbolUnknown.h
/usr/lib/llvm8.0/include/llvm/DebugInfo/PDB/PDBSymbolUsingNamespace.h
/usr/lib/llvm8.0/include/llvm/DebugInfo/PDB/PDBTypes.h
/usr/lib/llvm8.0/include/llvm/DebugInfo/PDB/UDTLayout.h
/usr/lib/llvm8.0/include/llvm/DebugInfo/Symbolize
/usr/lib/llvm8.0/include/llvm/DebugInfo/Symbolize/DIPrinter.h
/usr/lib/llvm8.0/include/llvm/DebugInfo/Symbolize/SymbolizableModule.h
/usr/lib/llvm8.0/include/llvm/DebugInfo/Symbolize/Symbolize.h
/usr/lib/llvm8.0/include/llvm/Demangle
/usr/lib/llvm8.0/include/llvm/Demangle/Compiler.h
/usr/lib/llvm8.0/include/llvm/Demangle/Demangle.h
/usr/lib/llvm8.0/include/llvm/Demangle/ItaniumDemangle.h
/usr/lib/llvm8.0/include/llvm/Demangle/MicrosoftDemangle.h
/usr/lib/llvm8.0/include/llvm/Demangle/MicrosoftDemangleNodes.h
/usr/lib/llvm8.0/include/llvm/Demangle/StringView.h
/usr/lib/llvm8.0/include/llvm/Demangle/Utility.h
/usr/lib/llvm8.0/include/llvm/ExecutionEngine
/usr/lib/llvm8.0/include/llvm/ExecutionEngine/ExecutionEngine.h
/usr/lib/llvm8.0/include/llvm/ExecutionEngine/GenericValue.h
/usr/lib/llvm8.0/include/llvm/ExecutionEngine/Interpreter.h
/usr/lib/llvm8.0/include/llvm/ExecutionEngine/JITEventListener.h
/usr/lib/llvm8.0/include/llvm/ExecutionEngine/JITSymbol.h
/usr/lib/llvm8.0/include/llvm/ExecutionEngine/MCJIT.h
/usr/lib/llvm8.0/include/llvm/ExecutionEngine/OProfileWrapper.h
/usr/lib/llvm8.0/include/llvm/ExecutionEngine/ObjectCache.h
/usr/lib/llvm8.0/include/llvm/ExecutionEngine/Orc
/usr/lib/llvm8.0/include/llvm/ExecutionEngine/Orc/CompileOnDemandLayer.h
/usr/lib/llvm8.0/include/llvm/ExecutionEngine/Orc/CompileUtils.h
/usr/lib/llvm8.0/include/llvm/ExecutionEngine/Orc/Core.h
/usr/lib/llvm8.0/include/llvm/ExecutionEngine/Orc/ExecutionUtils.h
/usr/lib/llvm8.0/include/llvm/ExecutionEngine/Orc/GlobalMappingLayer.h
/usr/lib/llvm8.0/include/llvm/ExecutionEngine/Orc/IRCompileLayer.h
/usr/lib/llvm8.0/include/llvm/ExecutionEngine/Orc/IRTransformLayer.h
/usr/lib/llvm8.0/include/llvm/ExecutionEngine/Orc/IndirectionUtils.h
/usr/lib/llvm8.0/include/llvm/ExecutionEngine/Orc/JITTargetMachineBuilder.h
/usr/lib/llvm8.0/include/llvm/ExecutionEngine/Orc/LLJIT.h
/usr/lib/llvm8.0/include/llvm/ExecutionEngine/Orc/LambdaResolver.h
/usr/lib/llvm8.0/include/llvm/ExecutionEngine/Orc/Layer.h
/usr/lib/llvm8.0/include/llvm/ExecutionEngine/Orc/LazyEmittingLayer.h
/usr/lib/llvm8.0/include/llvm/ExecutionEngine/Orc/LazyReexports.h
/usr/lib/llvm8.0/include/llvm/ExecutionEngine/Orc/Legacy.h
/usr/lib/llvm8.0/include/llvm/ExecutionEngine/Orc/NullResolver.h
/usr/lib/llvm8.0/include/llvm/ExecutionEngine/Orc/ObjectTransformLayer.h
/usr/lib/llvm8.0/include/llvm/ExecutionEngine/Orc/OrcABISupport.h
/usr/lib/llvm8.0/include/llvm/ExecutionEngine/Orc/OrcError.h
/usr/lib/llvm8.0/include/llvm/ExecutionEngine/Orc/OrcRemoteTargetClient.h
/usr/lib/llvm8.0/include/llvm/ExecutionEngine/Orc/OrcRemoteTargetRPCAPI.h
/usr/lib/llvm8.0/include/llvm/ExecutionEngine/Orc/OrcRemoteTargetServer.h
/usr/lib/llvm8.0/include/llvm/ExecutionEngine/Orc/RPCSerialization.h
/usr/lib/llvm8.0/include/llvm/ExecutionEngine/Orc/RPCUtils.h
/usr/lib/llvm8.0/include/llvm/ExecutionEngine/Orc/RTDyldObjectLinkingLayer.h
/usr/lib/llvm8.0/include/llvm/ExecutionEngine/Orc/RawByteChannel.h
/usr/lib/llvm8.0/include/llvm/ExecutionEngine/Orc/RemoteObjectLayer.h
/usr/lib/llvm8.0/include/llvm/ExecutionEngine/Orc/SymbolStringPool.h
/usr/lib/llvm8.0/include/llvm/ExecutionEngine/Orc/ThreadSafeModule.h
/usr/lib/llvm8.0/include/llvm/ExecutionEngine/OrcMCJITReplacement.h
/usr/lib/llvm8.0/include/llvm/ExecutionEngine/RTDyldMemoryManager.h
/usr/lib/llvm8.0/include/llvm/ExecutionEngine/RuntimeDyld.h
/usr/lib/llvm8.0/include/llvm/ExecutionEngine/RuntimeDyldChecker.h
/usr/lib/llvm8.0/include/llvm/ExecutionEngine/SectionMemoryManager.h
/usr/lib/llvm8.0/include/llvm/FuzzMutate
/usr/lib/llvm8.0/include/llvm/FuzzMutate/FuzzerCLI.h
/usr/lib/llvm8.0/include/llvm/FuzzMutate/IRMutator.h
/usr/lib/llvm8.0/include/llvm/FuzzMutate/OpDescriptor.h
/usr/lib/llvm8.0/include/llvm/FuzzMutate/Operations.h
/usr/lib/llvm8.0/include/llvm/FuzzMutate/Random.h
/usr/lib/llvm8.0/include/llvm/FuzzMutate/RandomIRBuilder.h
/usr/lib/llvm8.0/include/llvm/IR
/usr/lib/llvm8.0/include/llvm/IR/Argument.h
/usr/lib/llvm8.0/include/llvm/IR/AssemblyAnnotationWriter.h
/usr/lib/llvm8.0/include/llvm/IR/Attributes.h
/usr/lib/llvm8.0/include/llvm/IR/Attributes.inc
/usr/lib/llvm8.0/include/llvm/IR/Attributes.td
/usr/lib/llvm8.0/include/llvm/IR/AutoUpgrade.h
/usr/lib/llvm8.0/include/llvm/IR/BasicBlock.h
/usr/lib/llvm8.0/include/llvm/IR/CFG.h
/usr/lib/llvm8.0/include/llvm/IR/CFGDiff.h
/usr/lib/llvm8.0/include/llvm/IR/CallSite.h
/usr/lib/llvm8.0/include/llvm/IR/CallingConv.h
/usr/lib/llvm8.0/include/llvm/IR/Comdat.h
/usr/lib/llvm8.0/include/llvm/IR/Constant.h
/usr/lib/llvm8.0/include/llvm/IR/ConstantFolder.h
/usr/lib/llvm8.0/include/llvm/IR/ConstantRange.h
/usr/lib/llvm8.0/include/llvm/IR/Constants.h
/usr/lib/llvm8.0/include/llvm/IR/DIBuilder.h
/usr/lib/llvm8.0/include/llvm/IR/DataLayout.h
/usr/lib/llvm8.0/include/llvm/IR/DebugInfo.h
/usr/lib/llvm8.0/include/llvm/IR/DebugInfoFlags.def
/usr/lib/llvm8.0/include/llvm/IR/DebugInfoMetadata.h
/usr/lib/llvm8.0/include/llvm/IR/DebugLoc.h
/usr/lib/llvm8.0/include/llvm/IR/DerivedTypes.h
/usr/lib/llvm8.0/include/llvm/IR/DerivedUser.h
/usr/lib/llvm8.0/include/llvm/IR/DiagnosticHandler.h
/usr/lib/llvm8.0/include/llvm/IR/DiagnosticInfo.h
/usr/lib/llvm8.0/include/llvm/IR/DiagnosticPrinter.h
/usr/lib/llvm8.0/include/llvm/IR/DomTreeUpdater.h
/usr/lib/llvm8.0/include/llvm/IR/Dominators.h
/usr/lib/llvm8.0/include/llvm/IR/Function.h
/usr/lib/llvm8.0/include/llvm/IR/GVMaterializer.h
/usr/lib/llvm8.0/include/llvm/IR/GetElementPtrTypeIterator.h
/usr/lib/llvm8.0/include/llvm/IR/GlobalAlias.h
/usr/lib/llvm8.0/include/llvm/IR/GlobalIFunc.h
/usr/lib/llvm8.0/include/llvm/IR/GlobalIndirectSymbol.h
/usr/lib/llvm8.0/include/llvm/IR/GlobalObject.h
/usr/lib/llvm8.0/include/llvm/IR/GlobalValue.h
/usr/lib/llvm8.0/include/llvm/IR/GlobalVariable.h
/usr/lib/llvm8.0/include/llvm/IR/IRBuilder.h
/usr/lib/llvm8.0/include/llvm/IR/IRPrintingPasses.h
/usr/lib/llvm8.0/include/llvm/IR/InlineAsm.h
/usr/lib/llvm8.0/include/llvm/IR/InstIterator.h
/usr/lib/llvm8.0/include/llvm/IR/InstVisitor.h
/usr/lib/llvm8.0/include/llvm/IR/InstrTypes.h
/usr/lib/llvm8.0/include/llvm/IR/Instruction.def
/usr/lib/llvm8.0/include/llvm/IR/Instruction.h
/usr/lib/llvm8.0/include/llvm/IR/Instructions.h
/usr/lib/llvm8.0/include/llvm/IR/IntrinsicEnums.inc
/usr/lib/llvm8.0/include/llvm/IR/IntrinsicImpl.inc
/usr/lib/llvm8.0/include/llvm/IR/IntrinsicInst.h
/usr/lib/llvm8.0/include/llvm/IR/Intrinsics.h
/usr/lib/llvm8.0/include/llvm/IR/Intrinsics.td
/usr/lib/llvm8.0/include/llvm/IR/IntrinsicsAArch64.td
/usr/lib/llvm8.0/include/llvm/IR/IntrinsicsAMDGPU.td
/usr/lib/llvm8.0/include/llvm/IR/IntrinsicsARM.td
/usr/lib/llvm8.0/include/llvm/IR/IntrinsicsBPF.td
/usr/lib/llvm8.0/include/llvm/IR/IntrinsicsHexagon.td
/usr/lib/llvm8.0/include/llvm/IR/IntrinsicsMips.td
/usr/lib/llvm8.0/include/llvm/IR/IntrinsicsNVVM.td
/usr/lib/llvm8.0/include/llvm/IR/IntrinsicsPowerPC.td
/usr/lib/llvm8.0/include/llvm/IR/IntrinsicsRISCV.td
/usr/lib/llvm8.0/include/llvm/IR/IntrinsicsSystemZ.td
/usr/lib/llvm8.0/include/llvm/IR/IntrinsicsWebAssembly.td
/usr/lib/llvm8.0/include/llvm/IR/IntrinsicsX86.td
/usr/lib/llvm8.0/include/llvm/IR/IntrinsicsXCore.td
/usr/lib/llvm8.0/include/llvm/IR/LLVMContext.h
/usr/lib/llvm8.0/include/llvm/IR/LegacyPassManager.h
/usr/lib/llvm8.0/include/llvm/IR/LegacyPassManagers.h
/usr/lib/llvm8.0/include/llvm/IR/LegacyPassNameParser.h
/usr/lib/llvm8.0/include/llvm/IR/MDBuilder.h
/usr/lib/llvm8.0/include/llvm/IR/Mangler.h
/usr/lib/llvm8.0/include/llvm/IR/Metadata.def
/usr/lib/llvm8.0/include/llvm/IR/Metadata.h
/usr/lib/llvm8.0/include/llvm/IR/Module.h
/usr/lib/llvm8.0/include/llvm/IR/ModuleSlotTracker.h
/usr/lib/llvm8.0/include/llvm/IR/ModuleSummaryIndex.h
/usr/lib/llvm8.0/include/llvm/IR/ModuleSummaryIndexYAML.h
/usr/lib/llvm8.0/include/llvm/IR/NoFolder.h
/usr/lib/llvm8.0/include/llvm/IR/OperandTraits.h
/usr/lib/llvm8.0/include/llvm/IR/Operator.h
/usr/lib/llvm8.0/include/llvm/IR/OptBisect.h
/usr/lib/llvm8.0/include/llvm/IR/PassInstrumentation.h
/usr/lib/llvm8.0/include/llvm/IR/PassManager.h
/usr/lib/llvm8.0/include/llvm/IR/PassManagerInternal.h
/usr/lib/llvm8.0/include/llvm/IR/PassTimingInfo.h
/usr/lib/llvm8.0/include/llvm/IR/PatternMatch.h
/usr/lib/llvm8.0/include/llvm/IR/PredIteratorCache.h
/usr/lib/llvm8.0/include/llvm/IR/ProfileSummary.h
/usr/lib/llvm8.0/include/llvm/IR/RuntimeLibcalls.def
/usr/lib/llvm8.0/include/llvm/IR/SafepointIRVerifier.h
/usr/lib/llvm8.0/include/llvm/IR/Statepoint.h
/usr/lib/llvm8.0/include/llvm/IR/SymbolTableListTraits.h
/usr/lib/llvm8.0/include/llvm/IR/TrackingMDRef.h
/usr/lib/llvm8.0/include/llvm/IR/Type.h
/usr/lib/llvm8.0/include/llvm/IR/TypeFinder.h
/usr/lib/llvm8.0/include/llvm/IR/Use.h
/usr/lib/llvm8.0/include/llvm/IR/UseListOrder.h
/usr/lib/llvm8.0/include/llvm/IR/User.h
/usr/lib/llvm8.0/include/llvm/IR/Value.def
/usr/lib/llvm8.0/include/llvm/IR/Value.h
/usr/lib/llvm8.0/include/llvm/IR/ValueHandle.h
/usr/lib/llvm8.0/include/llvm/IR/ValueMap.h
/usr/lib/llvm8.0/include/llvm/IR/ValueSymbolTable.h
/usr/lib/llvm8.0/include/llvm/IR/Verifier.h
/usr/lib/llvm8.0/include/llvm/IRReader
/usr/lib/llvm8.0/include/llvm/IRReader/IRReader.h
/usr/lib/llvm8.0/include/llvm/InitializePasses.h
/usr/lib/llvm8.0/include/llvm/LTO
/usr/lib/llvm8.0/include/llvm/LTO/Caching.h
/usr/lib/llvm8.0/include/llvm/LTO/Config.h
/usr/lib/llvm8.0/include/llvm/LTO/LTO.h
/usr/lib/llvm8.0/include/llvm/LTO/LTOBackend.h
/usr/lib/llvm8.0/include/llvm/LTO/SummaryBasedOptimizations.h
/usr/lib/llvm8.0/include/llvm/LTO/legacy
/usr/lib/llvm8.0/include/llvm/LTO/legacy/LTOCodeGenerator.h
/usr/lib/llvm8.0/include/llvm/LTO/legacy/LTOModule.h
/usr/lib/llvm8.0/include/llvm/LTO/legacy/ThinLTOCodeGenerator.h
/usr/lib/llvm8.0/include/llvm/LTO/legacy/UpdateCompilerUsed.h
/usr/lib/llvm8.0/include/llvm/LineEditor
/usr/lib/llvm8.0/include/llvm/LineEditor/LineEditor.h
/usr/lib/llvm8.0/include/llvm/LinkAllIR.h
/usr/lib/llvm8.0/include/llvm/LinkAllPasses.h
/usr/lib/llvm8.0/include/llvm/Linker
/usr/lib/llvm8.0/include/llvm/Linker/IRMover.h
/usr/lib/llvm8.0/include/llvm/Linker/Linker.h
/usr/lib/llvm8.0/include/llvm/MC
/usr/lib/llvm8.0/include/llvm/MC/ConstantPools.h
/usr/lib/llvm8.0/include/llvm/MC/LaneBitmask.h
/usr/lib/llvm8.0/include/llvm/MC/MCAnalysis
/usr/lib/llvm8.0/include/llvm/MC/MCAsmBackend.h
/usr/lib/llvm8.0/include/llvm/MC/MCAsmInfo.h
/usr/lib/llvm8.0/include/llvm/MC/MCAsmInfoCOFF.h
/usr/lib/llvm8.0/include/llvm/MC/MCAsmInfoDarwin.h
/usr/lib/llvm8.0/include/llvm/MC/MCAsmInfoELF.h
/usr/lib/llvm8.0/include/llvm/MC/MCAsmInfoWasm.h
/usr/lib/llvm8.0/include/llvm/MC/MCAsmLayout.h
/usr/lib/llvm8.0/include/llvm/MC/MCAsmMacro.h
/usr/lib/llvm8.0/include/llvm/MC/MCAssembler.h
/usr/lib/llvm8.0/include/llvm/MC/MCCodeEmitter.h
/usr/lib/llvm8.0/include/llvm/MC/MCCodePadder.h
/usr/lib/llvm8.0/include/llvm/MC/MCCodeView.h
/usr/lib/llvm8.0/include/llvm/MC/MCContext.h
/usr/lib/llvm8.0/include/llvm/MC/MCDirectives.h
/usr/lib/llvm8.0/include/llvm/MC/MCDisassembler
/usr/lib/llvm8.0/include/llvm/MC/MCDisassembler/MCDisassembler.h
/usr/lib/llvm8.0/include/llvm/MC/MCDisassembler/MCExternalSymbolizer.h
/usr/lib/llvm8.0/include/llvm/MC/MCDisassembler/MCRelocationInfo.h
/usr/lib/llvm8.0/include/llvm/MC/MCDisassembler/MCSymbolizer.h
/usr/lib/llvm8.0/include/llvm/MC/MCDwarf.h
/usr/lib/llvm8.0/include/llvm/MC/MCELFObjectWriter.h
/usr/lib/llvm8.0/include/llvm/MC/MCELFStreamer.h
/usr/lib/llvm8.0/include/llvm/MC/MCExpr.h
/usr/lib/llvm8.0/include/llvm/MC/MCFixedLenDisassembler.h
/usr/lib/llvm8.0/include/llvm/MC/MCFixup.h
/usr/lib/llvm8.0/include/llvm/MC/MCFixupKindInfo.h
/usr/lib/llvm8.0/include/llvm/MC/MCFragment.h
/usr/lib/llvm8.0/include/llvm/MC/MCInst.h
/usr/lib/llvm8.0/include/llvm/MC/MCInstBuilder.h
/usr/lib/llvm8.0/include/llvm/MC/MCInstPrinter.h
/usr/lib/llvm8.0/include/llvm/MC/MCInstrAnalysis.h
/usr/lib/llvm8.0/include/llvm/MC/MCInstrDesc.h
/usr/lib/llvm8.0/include/llvm/MC/MCInstrInfo.h
/usr/lib/llvm8.0/include/llvm/MC/MCInstrItineraries.h
/usr/lib/llvm8.0/include/llvm/MC/MCLabel.h
/usr/lib/llvm8.0/include/llvm/MC/MCLinkerOptimizationHint.h
/usr/lib/llvm8.0/include/llvm/MC/MCMachObjectWriter.h
/usr/lib/llvm8.0/include/llvm/MC/MCObjectFileInfo.h
/usr/lib/llvm8.0/include/llvm/MC/MCObjectStreamer.h
/usr/lib/llvm8.0/include/llvm/MC/MCObjectWriter.h
/usr/lib/llvm8.0/include/llvm/MC/MCParser
/usr/lib/llvm8.0/include/llvm/MC/MCParser/AsmCond.h
/usr/lib/llvm8.0/include/llvm/MC/MCParser/AsmLexer.h
/usr/lib/llvm8.0/include/llvm/MC/MCParser/MCAsmLexer.h
/usr/lib/llvm8.0/include/llvm/MC/MCParser/MCAsmParser.h
/usr/lib/llvm8.0/include/llvm/MC/MCParser/MCAsmParserExtension.h
/usr/lib/llvm8.0/include/llvm/MC/MCParser/MCAsmParserUtils.h
/usr/lib/llvm8.0/include/llvm/MC/MCParser/MCParsedAsmOperand.h
/usr/lib/llvm8.0/include/llvm/MC/MCParser/MCTargetAsmParser.h
/usr/lib/llvm8.0/include/llvm/MC/MCRegisterInfo.h
/usr/lib/llvm8.0/include/llvm/MC/MCSchedule.h
/usr/lib/llvm8.0/include/llvm/MC/MCSection.h
/usr/lib/llvm8.0/include/llvm/MC/MCSectionCOFF.h
/usr/lib/llvm8.0/include/llvm/MC/MCSectionELF.h
/usr/lib/llvm8.0/include/llvm/MC/MCSectionMachO.h
/usr/lib/llvm8.0/include/llvm/MC/MCSectionWasm.h
/usr/lib/llvm8.0/include/llvm/MC/MCStreamer.h
/usr/lib/llvm8.0/include/llvm/MC/MCSubtargetInfo.h
/usr/lib/llvm8.0/include/llvm/MC/MCSymbol.h
/usr/lib/llvm8.0/include/llvm/MC/MCSymbolCOFF.h
/usr/lib/llvm8.0/include/llvm/MC/MCSymbolELF.h
/usr/lib/llvm8.0/include/llvm/MC/MCSymbolMachO.h
/usr/lib/llvm8.0/include/llvm/MC/MCSymbolWasm.h
/usr/lib/llvm8.0/include/llvm/MC/MCTargetOptions.h
/usr/lib/llvm8.0/include/llvm/MC/MCTargetOptionsCommandFlags.inc
/usr/lib/llvm8.0/include/llvm/MC/MCValue.h
/usr/lib/llvm8.0/include/llvm/MC/MCWasmObjectWriter.h
/usr/lib/llvm8.0/include/llvm/MC/MCWasmStreamer.h
/usr/lib/llvm8.0/include/llvm/MC/MCWin64EH.h
/usr/lib/llvm8.0/include/llvm/MC/MCWinCOFFObjectWriter.h
/usr/lib/llvm8.0/include/llvm/MC/MCWinCOFFStreamer.h
/usr/lib/llvm8.0/include/llvm/MC/MCWinEH.h
/usr/lib/llvm8.0/include/llvm/MC/MachineLocation.h
/usr/lib/llvm8.0/include/llvm/MC/SectionKind.h
/usr/lib/llvm8.0/include/llvm/MC/StringTableBuilder.h
/usr/lib/llvm8.0/include/llvm/MC/SubtargetFeature.h
/usr/lib/llvm8.0/include/llvm/MCA
/usr/lib/llvm8.0/include/llvm/MCA/Context.h
/usr/lib/llvm8.0/include/llvm/MCA/HWEventListener.h
/usr/lib/llvm8.0/include/llvm/MCA/HardwareUnits
/usr/lib/llvm8.0/include/llvm/MCA/HardwareUnits/HardwareUnit.h
/usr/lib/llvm8.0/include/llvm/MCA/HardwareUnits/LSUnit.h
/usr/lib/llvm8.0/include/llvm/MCA/HardwareUnits/RegisterFile.h
/usr/lib/llvm8.0/include/llvm/MCA/HardwareUnits/ResourceManager.h
/usr/lib/llvm8.0/include/llvm/MCA/HardwareUnits/RetireControlUnit.h
/usr/lib/llvm8.0/include/llvm/MCA/HardwareUnits/Scheduler.h
/usr/lib/llvm8.0/include/llvm/MCA/InstrBuilder.h
/usr/lib/llvm8.0/include/llvm/MCA/Instruction.h
/usr/lib/llvm8.0/include/llvm/MCA/Pipeline.h
/usr/lib/llvm8.0/include/llvm/MCA/SourceMgr.h
/usr/lib/llvm8.0/include/llvm/MCA/Stages
/usr/lib/llvm8.0/include/llvm/MCA/Stages/DispatchStage.h
/usr/lib/llvm8.0/include/llvm/MCA/Stages/EntryStage.h
/usr/lib/llvm8.0/include/llvm/MCA/Stages/ExecuteStage.h
/usr/lib/llvm8.0/include/llvm/MCA/Stages/InstructionTables.h
/usr/lib/llvm8.0/include/llvm/MCA/Stages/RetireStage.h
/usr/lib/llvm8.0/include/llvm/MCA/Stages/Stage.h
/usr/lib/llvm8.0/include/llvm/MCA/Support.h
/usr/lib/llvm8.0/include/llvm/Object
/usr/lib/llvm8.0/include/llvm/Object/Archive.h
/usr/lib/llvm8.0/include/llvm/Object/ArchiveWriter.h
/usr/lib/llvm8.0/include/llvm/Object/Binary.h
/usr/lib/llvm8.0/include/llvm/Object/COFF.h
/usr/lib/llvm8.0/include/llvm/Object/COFFImportFile.h
/usr/lib/llvm8.0/include/llvm/Object/COFFModuleDefinition.h
/usr/lib/llvm8.0/include/llvm/Object/CVDebugRecord.h
/usr/lib/llvm8.0/include/llvm/Object/Decompressor.h
/usr/lib/llvm8.0/include/llvm/Object/ELF.h
/usr/lib/llvm8.0/include/llvm/Object/ELFObjectFile.h
/usr/lib/llvm8.0/include/llvm/Object/ELFTypes.h
/usr/lib/llvm8.0/include/llvm/Object/Error.h
/usr/lib/llvm8.0/include/llvm/Object/IRObjectFile.h
/usr/lib/llvm8.0/include/llvm/Object/IRSymtab.h
/usr/lib/llvm8.0/include/llvm/Object/MachO.h
/usr/lib/llvm8.0/include/llvm/Object/MachOUniversal.h
/usr/lib/llvm8.0/include/llvm/Object/ModuleSymbolTable.h
/usr/lib/llvm8.0/include/llvm/Object/ObjectFile.h
/usr/lib/llvm8.0/include/llvm/Object/RelocVisitor.h
/usr/lib/llvm8.0/include/llvm/Object/StackMapParser.h
/usr/lib/llvm8.0/include/llvm/Object/SymbolSize.h
/usr/lib/llvm8.0/include/llvm/Object/SymbolicFile.h
/usr/lib/llvm8.0/include/llvm/Object/Wasm.h
/usr/lib/llvm8.0/include/llvm/Object/WasmTraits.h
/usr/lib/llvm8.0/include/llvm/Object/WindowsResource.h
/usr/lib/llvm8.0/include/llvm/ObjectYAML
/usr/lib/llvm8.0/include/llvm/ObjectYAML/COFFYAML.h
/usr/lib/llvm8.0/include/llvm/ObjectYAML/CodeViewYAMLDebugSections.h
/usr/lib/llvm8.0/include/llvm/ObjectYAML/CodeViewYAMLSymbols.h
/usr/lib/llvm8.0/include/llvm/ObjectYAML/CodeViewYAMLTypeHashing.h
/usr/lib/llvm8.0/include/llvm/ObjectYAML/CodeViewYAMLTypes.h
/usr/lib/llvm8.0/include/llvm/ObjectYAML/DWARFEmitter.h
/usr/lib/llvm8.0/include/llvm/ObjectYAML/DWARFYAML.h
/usr/lib/llvm8.0/include/llvm/ObjectYAML/ELFYAML.h
/usr/lib/llvm8.0/include/llvm/ObjectYAML/MachOYAML.h
/usr/lib/llvm8.0/include/llvm/ObjectYAML/ObjectYAML.h
/usr/lib/llvm8.0/include/llvm/ObjectYAML/WasmYAML.h
/usr/lib/llvm8.0/include/llvm/ObjectYAML/YAML.h
/usr/lib/llvm8.0/include/llvm/Option
/usr/lib/llvm8.0/include/llvm/Option/Arg.h
/usr/lib/llvm8.0/include/llvm/Option/ArgList.h
/usr/lib/llvm8.0/include/llvm/Option/OptParser.td
/usr/lib/llvm8.0/include/llvm/Option/OptSpecifier.h
/usr/lib/llvm8.0/include/llvm/Option/OptTable.h
/usr/lib/llvm8.0/include/llvm/Option/Option.h
/usr/lib/llvm8.0/include/llvm/Pass.h
/usr/lib/llvm8.0/include/llvm/PassAnalysisSupport.h
/usr/lib/llvm8.0/include/llvm/PassInfo.h
/usr/lib/llvm8.0/include/llvm/PassRegistry.h
/usr/lib/llvm8.0/include/llvm/PassSupport.h
/usr/lib/llvm8.0/include/llvm/Passes
/usr/lib/llvm8.0/include/llvm/Passes/PassBuilder.h
/usr/lib/llvm8.0/include/llvm/Passes/PassPlugin.h
/usr/lib/llvm8.0/include/llvm/Passes/StandardInstrumentations.h
/usr/lib/llvm8.0/include/llvm/ProfileData
/usr/lib/llvm8.0/include/llvm/ProfileData/Coverage
/usr/lib/llvm8.0/include/llvm/ProfileData/Coverage/CoverageMapping.h
/usr/lib/llvm8.0/include/llvm/ProfileData/Coverage/CoverageMappingReader.h
/usr/lib/llvm8.0/include/llvm/ProfileData/Coverage/CoverageMappingWriter.h
/usr/lib/llvm8.0/include/llvm/ProfileData/GCOV.h
/usr/lib/llvm8.0/include/llvm/ProfileData/InstrProf.h
/usr/lib/llvm8.0/include/llvm/ProfileData/InstrProfData.inc
/usr/lib/llvm8.0/include/llvm/ProfileData/InstrProfReader.h
/usr/lib/llvm8.0/include/llvm/ProfileData/InstrProfWriter.h
/usr/lib/llvm8.0/include/llvm/ProfileData/ProfileCommon.h
/usr/lib/llvm8.0/include/llvm/ProfileData/SampleProf.h
/usr/lib/llvm8.0/include/llvm/ProfileData/SampleProfReader.h
/usr/lib/llvm8.0/include/llvm/ProfileData/SampleProfWriter.h
/usr/lib/llvm8.0/include/llvm/Support
/usr/lib/llvm8.0/include/llvm/Support/AArch64TargetParser.def
/usr/lib/llvm8.0/include/llvm/Support/AArch64TargetParser.h
/usr/lib/llvm8.0/include/llvm/Support/AMDGPUMetadata.h
/usr/lib/llvm8.0/include/llvm/Support/AMDHSAKernelDescriptor.h
/usr/lib/llvm8.0/include/llvm/Support/ARMAttributeParser.h
/usr/lib/llvm8.0/include/llvm/Support/ARMBuildAttributes.h
/usr/lib/llvm8.0/include/llvm/Support/ARMEHABI.h
/usr/lib/llvm8.0/include/llvm/Support/ARMTargetParser.def
/usr/lib/llvm8.0/include/llvm/Support/ARMTargetParser.h
/usr/lib/llvm8.0/include/llvm/Support/ARMWinEH.h
/usr/lib/llvm8.0/include/llvm/Support/AlignOf.h
/usr/lib/llvm8.0/include/llvm/Support/Allocator.h
/usr/lib/llvm8.0/include/llvm/Support/ArrayRecycler.h
/usr/lib/llvm8.0/include/llvm/Support/Atomic.h
/usr/lib/llvm8.0/include/llvm/Support/AtomicOrdering.h
/usr/lib/llvm8.0/include/llvm/Support/BinaryByteStream.h
/usr/lib/llvm8.0/include/llvm/Support/BinaryItemStream.h
/usr/lib/llvm8.0/include/llvm/Support/BinaryStream.h
/usr/lib/llvm8.0/include/llvm/Support/BinaryStreamArray.h
/usr/lib/llvm8.0/include/llvm/Support/BinaryStreamError.h
/usr/lib/llvm8.0/include/llvm/Support/BinaryStreamReader.h
/usr/lib/llvm8.0/include/llvm/Support/BinaryStreamRef.h
/usr/lib/llvm8.0/include/llvm/Support/BinaryStreamWriter.h
/usr/lib/llvm8.0/include/llvm/Support/BlockFrequency.h
/usr/lib/llvm8.0/include/llvm/Support/BranchProbability.h
/usr/lib/llvm8.0/include/llvm/Support/BuryPointer.h
/usr/lib/llvm8.0/include/llvm/Support/CBindingWrapping.h
/usr/lib/llvm8.0/include/llvm/Support/CFGUpdate.h
/usr/lib/llvm8.0/include/llvm/Support/COM.h
/usr/lib/llvm8.0/include/llvm/Support/CachePruning.h
/usr/lib/llvm8.0/include/llvm/Support/Capacity.h
/usr/lib/llvm8.0/include/llvm/Support/Casting.h
/usr/lib/llvm8.0/include/llvm/Support/CheckedArithmetic.h
/usr/lib/llvm8.0/include/llvm/Support/Chrono.h
/usr/lib/llvm8.0/include/llvm/Support/CodeGen.h
/usr/lib/llvm8.0/include/llvm/Support/CodeGenCoverage.h
/usr/lib/llvm8.0/include/llvm/Support/CommandLine.h
/usr/lib/llvm8.0/include/llvm/Support/Compiler.h
/usr/lib/llvm8.0/include/llvm/Support/Compression.h
/usr/lib/llvm8.0/include/llvm/Support/ConvertUTF.h
/usr/lib/llvm8.0/include/llvm/Support/CrashRecoveryContext.h
/usr/lib/llvm8.0/include/llvm/Support/DJB.h
/usr/lib/llvm8.0/include/llvm/Support/DOTGraphTraits.h
/usr/lib/llvm8.0/include/llvm/Support/DataExtractor.h
/usr/lib/llvm8.0/include/llvm/Support/DataTypes.h
/usr/lib/llvm8.0/include/llvm/Support/Debug.h
/usr/lib/llvm8.0/include/llvm/Support/DebugCounter.h
/usr/lib/llvm8.0/include/llvm/Support/DynamicLibrary.h
/usr/lib/llvm8.0/include/llvm/Support/Endian.h
/usr/lib/llvm8.0/include/llvm/Support/EndianStream.h
/usr/lib/llvm8.0/include/llvm/Support/Errc.h
/usr/lib/llvm8.0/include/llvm/Support/Errno.h
/usr/lib/llvm8.0/include/llvm/Support/Error.h
/usr/lib/llvm8.0/include/llvm/Support/ErrorHandling.h
/usr/lib/llvm8.0/include/llvm/Support/ErrorOr.h
/usr/lib/llvm8.0/include/llvm/Support/FileCheck.h
/usr/lib/llvm8.0/include/llvm/Support/FileOutputBuffer.h
/usr/lib/llvm8.0/include/llvm/Support/FileSystem.h
/usr/lib/llvm8.0/include/llvm/Support/FileUtilities.h
/usr/lib/llvm8.0/include/llvm/Support/Format.h
/usr/lib/llvm8.0/include/llvm/Support/FormatAdapters.h
/usr/lib/llvm8.0/include/llvm/Support/FormatCommon.h
/usr/lib/llvm8.0/include/llvm/Support/FormatProviders.h
/usr/lib/llvm8.0/include/llvm/Support/FormatVariadic.h
/usr/lib/llvm8.0/include/llvm/Support/FormatVariadicDetails.h
/usr/lib/llvm8.0/include/llvm/Support/FormattedStream.h
/usr/lib/llvm8.0/include/llvm/Support/GenericDomTree.h
/usr/lib/llvm8.0/include/llvm/Support/GenericDomTreeConstruction.h
/usr/lib/llvm8.0/include/llvm/Support/GlobPattern.h
/usr/lib/llvm8.0/include/llvm/Support/GraphWriter.h
/usr/lib/llvm8.0/include/llvm/Support/Host.h
/usr/lib/llvm8.0/include/llvm/Support/InitLLVM.h
/usr/lib/llvm8.0/include/llvm/Support/ItaniumManglingCanonicalizer.h
/usr/lib/llvm8.0/include/llvm/Support/JSON.h
/usr/lib/llvm8.0/include/llvm/Support/JamCRC.h
/usr/lib/llvm8.0/include/llvm/Support/KnownBits.h
/usr/lib/llvm8.0/include/llvm/Support/LEB128.h
/usr/lib/llvm8.0/include/llvm/Support/LICENSE.TXT
/usr/lib/llvm8.0/include/llvm/Support/LineIterator.h
/usr/lib/llvm8.0/include/llvm/Support/Locale.h
/usr/lib/llvm8.0/include/llvm/Support/LockFileManager.h
/usr/lib/llvm8.0/include/llvm/Support/LowLevelTypeImpl.h
/usr/lib/llvm8.0/include/llvm/Support/MD5.h
/usr/lib/llvm8.0/include/llvm/Support/MSVCErrorWorkarounds.h
/usr/lib/llvm8.0/include/llvm/Support/MachineValueType.h
/usr/lib/llvm8.0/include/llvm/Support/ManagedStatic.h
/usr/lib/llvm8.0/include/llvm/Support/MathExtras.h
/usr/lib/llvm8.0/include/llvm/Support/MemAlloc.h
/usr/lib/llvm8.0/include/llvm/Support/Memory.h
/usr/lib/llvm8.0/include/llvm/Support/MemoryBuffer.h
/usr/lib/llvm8.0/include/llvm/Support/MipsABIFlags.h
/usr/lib/llvm8.0/include/llvm/Support/Mutex.h
/usr/lib/llvm8.0/include/llvm/Support/MutexGuard.h
/usr/lib/llvm8.0/include/llvm/Support/NativeFormatting.h
/usr/lib/llvm8.0/include/llvm/Support/OnDiskHashTable.h
/usr/lib/llvm8.0/include/llvm/Support/Options.h
/usr/lib/llvm8.0/include/llvm/Support/Parallel.h
/usr/lib/llvm8.0/include/llvm/Support/Path.h
/usr/lib/llvm8.0/include/llvm/Support/PluginLoader.h
/usr/lib/llvm8.0/include/llvm/Support/PointerLikeTypeTraits.h
/usr/lib/llvm8.0/include/llvm/Support/PrettyStackTrace.h
/usr/lib/llvm8.0/include/llvm/Support/Printable.h
/usr/lib/llvm8.0/include/llvm/Support/Process.h
/usr/lib/llvm8.0/include/llvm/Support/Program.h
/usr/lib/llvm8.0/include/llvm/Support/RWMutex.h
/usr/lib/llvm8.0/include/llvm/Support/RandomNumberGenerator.h
/usr/lib/llvm8.0/include/llvm/Support/Recycler.h
/usr/lib/llvm8.0/include/llvm/Support/RecyclingAllocator.h
/usr/lib/llvm8.0/include/llvm/Support/Regex.h
/usr/lib/llvm8.0/include/llvm/Support/Registry.h
/usr/lib/llvm8.0/include/llvm/Support/ReverseIteration.h
/usr/lib/llvm8.0/include/llvm/Support/SHA1.h
/usr/lib/llvm8.0/include/llvm/Support/SMLoc.h
/usr/lib/llvm8.0/include/llvm/Support/SaveAndRestore.h
/usr/lib/llvm8.0/include/llvm/Support/ScaledNumber.h
/usr/lib/llvm8.0/include/llvm/Support/ScopedPrinter.h
/usr/lib/llvm8.0/include/llvm/Support/Signals.h
/usr/lib/llvm8.0/include/llvm/Support/SmallVectorMemoryBuffer.h
/usr/lib/llvm8.0/include/llvm/Support/Solaris
/usr/lib/llvm8.0/include/llvm/Support/Solaris/sys
/usr/lib/llvm8.0/include/llvm/Support/Solaris/sys/regset.h
/usr/lib/llvm8.0/include/llvm/Support/SourceMgr.h
/usr/lib/llvm8.0/include/llvm/Support/SpecialCaseList.h
/usr/lib/llvm8.0/include/llvm/Support/StringPool.h
/usr/lib/llvm8.0/include/llvm/Support/StringSaver.h
/usr/lib/llvm8.0/include/llvm/Support/SwapByteOrder.h
/usr/lib/llvm8.0/include/llvm/Support/SymbolRemappingReader.h
/usr/lib/llvm8.0/include/llvm/Support/SystemUtils.h
/usr/lib/llvm8.0/include/llvm/Support/TarWriter.h
/usr/lib/llvm8.0/include/llvm/Support/TargetOpcodes.def
/usr/lib/llvm8.0/include/llvm/Support/TargetParser.h
/usr/lib/llvm8.0/include/llvm/Support/TargetRegistry.h
/usr/lib/llvm8.0/include/llvm/Support/TargetSelect.h
/usr/lib/llvm8.0/include/llvm/Support/TaskQueue.h
/usr/lib/llvm8.0/include/llvm/Support/ThreadLocal.h
/usr/lib/llvm8.0/include/llvm/Support/ThreadPool.h
/usr/lib/llvm8.0/include/llvm/Support/Threading.h
/usr/lib/llvm8.0/include/llvm/Support/Timer.h
/usr/lib/llvm8.0/include/llvm/Support/ToolOutputFile.h
/usr/lib/llvm8.0/include/llvm/Support/TrailingObjects.h
/usr/lib/llvm8.0/include/llvm/Support/TrigramIndex.h
/usr/lib/llvm8.0/include/llvm/Support/TypeName.h
/usr/lib/llvm8.0/include/llvm/Support/Unicode.h
/usr/lib/llvm8.0/include/llvm/Support/UnicodeCharRanges.h
/usr/lib/llvm8.0/include/llvm/Support/UniqueLock.h
/usr/lib/llvm8.0/include/llvm/Support/VCSRevision.h
/usr/lib/llvm8.0/include/llvm/Support/Valgrind.h
/usr/lib/llvm8.0/include/llvm/Support/VersionTuple.h
/usr/lib/llvm8.0/include/llvm/Support/VirtualFileSystem.h
/usr/lib/llvm8.0/include/llvm/Support/Watchdog.h
/usr/lib/llvm8.0/include/llvm/Support/Win64EH.h
/usr/lib/llvm8.0/include/llvm/Support/WindowsError.h
/usr/lib/llvm8.0/include/llvm/Support/WithColor.h
/usr/lib/llvm8.0/include/llvm/Support/X86DisassemblerDecoderCommon.h
/usr/lib/llvm8.0/include/llvm/Support/X86TargetParser.def
/usr/lib/llvm8.0/include/llvm/Support/YAMLParser.h
/usr/lib/llvm8.0/include/llvm/Support/YAMLTraits.h
/usr/lib/llvm8.0/include/llvm/Support/circular_raw_ostream.h
/usr/lib/llvm8.0/include/llvm/Support/raw_os_ostream.h
/usr/lib/llvm8.0/include/llvm/Support/raw_ostream.h
/usr/lib/llvm8.0/include/llvm/Support/raw_sha1_ostream.h
/usr/lib/llvm8.0/include/llvm/Support/thread.h
/usr/lib/llvm8.0/include/llvm/Support/type_traits.h
/usr/lib/llvm8.0/include/llvm/Support/xxhash.h
/usr/lib/llvm8.0/include/llvm/TableGen
/usr/lib/llvm8.0/include/llvm/TableGen/Error.h
/usr/lib/llvm8.0/include/llvm/TableGen/Main.h
/usr/lib/llvm8.0/include/llvm/TableGen/Record.h
/usr/lib/llvm8.0/include/llvm/TableGen/SearchableTable.td
/usr/lib/llvm8.0/include/llvm/TableGen/SetTheory.h
/usr/lib/llvm8.0/include/llvm/TableGen/StringMatcher.h
/usr/lib/llvm8.0/include/llvm/TableGen/StringToOffsetTable.h
/usr/lib/llvm8.0/include/llvm/TableGen/TableGenBackend.h
/usr/lib/llvm8.0/include/llvm/Target
/usr/lib/llvm8.0/include/llvm/Target/CodeGenCWrappers.h
/usr/lib/llvm8.0/include/llvm/Target/GenericOpcodes.td
/usr/lib/llvm8.0/include/llvm/Target/GlobalISel
/usr/lib/llvm8.0/include/llvm/Target/GlobalISel/RegisterBank.td
/usr/lib/llvm8.0/include/llvm/Target/GlobalISel/SelectionDAGCompat.td
/usr/lib/llvm8.0/include/llvm/Target/GlobalISel/Target.td
/usr/lib/llvm8.0/include/llvm/Target/Target.td
/usr/lib/llvm8.0/include/llvm/Target/TargetCallingConv.td
/usr/lib/llvm8.0/include/llvm/Target/TargetInstrPredicate.td
/usr/lib/llvm8.0/include/llvm/Target/TargetIntrinsicInfo.h
/usr/lib/llvm8.0/include/llvm/Target/TargetItinerary.td
/usr/lib/llvm8.0/include/llvm/Target/TargetLoweringObjectFile.h
/usr/lib/llvm8.0/include/llvm/Target/TargetMachine.h
/usr/lib/llvm8.0/include/llvm/Target/TargetOptions.h
/usr/lib/llvm8.0/include/llvm/Target/TargetPfmCounters.td
/usr/lib/llvm8.0/include/llvm/Target/TargetSchedule.td
/usr/lib/llvm8.0/include/llvm/Target/TargetSelectionDAG.td
/usr/lib/llvm8.0/include/llvm/Testing
/usr/lib/llvm8.0/include/llvm/Testing/Support
/usr/lib/llvm8.0/include/llvm/Testing/Support/Error.h
/usr/lib/llvm8.0/include/llvm/Testing/Support/SupportHelpers.h
/usr/lib/llvm8.0/include/llvm/TextAPI
/usr/lib/llvm8.0/include/llvm/TextAPI/ELF
/usr/lib/llvm8.0/include/llvm/TextAPI/ELF/ELFStub.h
/usr/lib/llvm8.0/include/llvm/TextAPI/ELF/TBEHandler.h
/usr/lib/llvm8.0/include/llvm/TextAPI/MachO
/usr/lib/llvm8.0/include/llvm/ToolDrivers
/usr/lib/llvm8.0/include/llvm/ToolDrivers/llvm-dlltool
/usr/lib/llvm8.0/include/llvm/ToolDrivers/llvm-dlltool/DlltoolDriver.h
/usr/lib/llvm8.0/include/llvm/ToolDrivers/llvm-lib
/usr/lib/llvm8.0/include/llvm/ToolDrivers/llvm-lib/LibDriver.h
/usr/lib/llvm8.0/include/llvm/Transforms
/usr/lib/llvm8.0/include/llvm/Transforms/AggressiveInstCombine
/usr/lib/llvm8.0/include/llvm/Transforms/AggressiveInstCombine/AggressiveInstCombine.h
/usr/lib/llvm8.0/include/llvm/Transforms/Coroutines.h
/usr/lib/llvm8.0/include/llvm/Transforms/IPO
/usr/lib/llvm8.0/include/llvm/Transforms/IPO.h
/usr/lib/llvm8.0/include/llvm/Transforms/IPO/AlwaysInliner.h
/usr/lib/llvm8.0/include/llvm/Transforms/IPO/ArgumentPromotion.h
/usr/lib/llvm8.0/include/llvm/Transforms/IPO/CalledValuePropagation.h
/usr/lib/llvm8.0/include/llvm/Transforms/IPO/ConstantMerge.h
/usr/lib/llvm8.0/include/llvm/Transforms/IPO/CrossDSOCFI.h
/usr/lib/llvm8.0/include/llvm/Transforms/IPO/DeadArgumentElimination.h
/usr/lib/llvm8.0/include/llvm/Transforms/IPO/ElimAvailExtern.h
/usr/lib/llvm8.0/include/llvm/Transforms/IPO/ForceFunctionAttrs.h
/usr/lib/llvm8.0/include/llvm/Transforms/IPO/FunctionAttrs.h
/usr/lib/llvm8.0/include/llvm/Transforms/IPO/FunctionImport.h
/usr/lib/llvm8.0/include/llvm/Transforms/IPO/GlobalDCE.h
/usr/lib/llvm8.0/include/llvm/Transforms/IPO/GlobalOpt.h
/usr/lib/llvm8.0/include/llvm/Transforms/IPO/GlobalSplit.h
/usr/lib/llvm8.0/include/llvm/Transforms/IPO/HotColdSplitting.h
/usr/lib/llvm8.0/include/llvm/Transforms/IPO/InferFunctionAttrs.h
/usr/lib/llvm8.0/include/llvm/Transforms/IPO/Inliner.h
/usr/lib/llvm8.0/include/llvm/Transforms/IPO/Internalize.h
/usr/lib/llvm8.0/include/llvm/Transforms/IPO/LowerTypeTests.h
/usr/lib/llvm8.0/include/llvm/Transforms/IPO/PartialInlining.h
/usr/lib/llvm8.0/include/llvm/Transforms/IPO/PassManagerBuilder.h
/usr/lib/llvm8.0/include/llvm/Transforms/IPO/SCCP.h
/usr/lib/llvm8.0/include/llvm/Transforms/IPO/SampleProfile.h
/usr/lib/llvm8.0/include/llvm/Transforms/IPO/StripDeadPrototypes.h
/usr/lib/llvm8.0/include/llvm/Transforms/IPO/SyntheticCountsPropagation.h
/usr/lib/llvm8.0/include/llvm/Transforms/IPO/ThinLTOBitcodeWriter.h
/usr/lib/llvm8.0/include/llvm/Transforms/IPO/WholeProgramDevirt.h
/usr/lib/llvm8.0/include/llvm/Transforms/InstCombine
/usr/lib/llvm8.0/include/llvm/Transforms/InstCombine/InstCombine.h
/usr/lib/llvm8.0/include/llvm/Transforms/InstCombine/InstCombineWorklist.h
/usr/lib/llvm8.0/include/llvm/Transforms/Instrumentation
/usr/lib/llvm8.0/include/llvm/Transforms/Instrumentation.h
/usr/lib/llvm8.0/include/llvm/Transforms/Instrumentation/BoundsChecking.h
/usr/lib/llvm8.0/include/llvm/Transforms/Instrumentation/CGProfile.h
/usr/lib/llvm8.0/include/llvm/Transforms/Instrumentation/ControlHeightReduction.h
/usr/lib/llvm8.0/include/llvm/Transforms/Instrumentation/GCOVProfiler.h
/usr/lib/llvm8.0/include/llvm/Transforms/Instrumentation/InstrProfiling.h
/usr/lib/llvm8.0/include/llvm/Transforms/Instrumentation/MemorySanitizer.h
/usr/lib/llvm8.0/include/llvm/Transforms/Instrumentation/PGOInstrumentation.h
/usr/lib/llvm8.0/include/llvm/Transforms/Instrumentation/ThreadSanitizer.h
/usr/lib/llvm8.0/include/llvm/Transforms/ObjCARC.h
/usr/lib/llvm8.0/include/llvm/Transforms/Scalar
/usr/lib/llvm8.0/include/llvm/Transforms/Scalar.h
/usr/lib/llvm8.0/include/llvm/Transforms/Scalar/ADCE.h
/usr/lib/llvm8.0/include/llvm/Transforms/Scalar/AlignmentFromAssumptions.h
/usr/lib/llvm8.0/include/llvm/Transforms/Scalar/BDCE.h
/usr/lib/llvm8.0/include/llvm/Transforms/Scalar/CallSiteSplitting.h
/usr/lib/llvm8.0/include/llvm/Transforms/Scalar/ConstantHoisting.h
/usr/lib/llvm8.0/include/llvm/Transforms/Scalar/CorrelatedValuePropagation.h
/usr/lib/llvm8.0/include/llvm/Transforms/Scalar/DCE.h
/usr/lib/llvm8.0/include/llvm/Transforms/Scalar/DeadStoreElimination.h
/usr/lib/llvm8.0/include/llvm/Transforms/Scalar/DivRemPairs.h
/usr/lib/llvm8.0/include/llvm/Transforms/Scalar/EarlyCSE.h
/usr/lib/llvm8.0/include/llvm/Transforms/Scalar/Float2Int.h
/usr/lib/llvm8.0/include/llvm/Transforms/Scalar/GVN.h
/usr/lib/llvm8.0/include/llvm/Transforms/Scalar/GVNExpression.h
/usr/lib/llvm8.0/include/llvm/Transforms/Scalar/GuardWidening.h
/usr/lib/llvm8.0/include/llvm/Transforms/Scalar/IVUsersPrinter.h
/usr/lib/llvm8.0/include/llvm/Transforms/Scalar/IndVarSimplify.h
/usr/lib/llvm8.0/include/llvm/Transforms/Scalar/InductiveRangeCheckElimination.h
/usr/lib/llvm8.0/include/llvm/Transforms/Scalar/InstSimplifyPass.h
/usr/lib/llvm8.0/include/llvm/Transforms/Scalar/JumpThreading.h
/usr/lib/llvm8.0/include/llvm/Transforms/Scalar/LICM.h
/usr/lib/llvm8.0/include/llvm/Transforms/Scalar/LoopAccessAnalysisPrinter.h
/usr/lib/llvm8.0/include/llvm/Transforms/Scalar/LoopDataPrefetch.h
/usr/lib/llvm8.0/include/llvm/Transforms/Scalar/LoopDeletion.h
/usr/lib/llvm8.0/include/llvm/Transforms/Scalar/LoopDistribute.h
/usr/lib/llvm8.0/include/llvm/Transforms/Scalar/LoopIdiomRecognize.h
/usr/lib/llvm8.0/include/llvm/Transforms/Scalar/LoopInstSimplify.h
/usr/lib/llvm8.0/include/llvm/Transforms/Scalar/LoopLoadElimination.h
/usr/lib/llvm8.0/include/llvm/Transforms/Scalar/LoopPassManager.h
/usr/lib/llvm8.0/include/llvm/Transforms/Scalar/LoopPredication.h
/usr/lib/llvm8.0/include/llvm/Transforms/Scalar/LoopRotation.h
/usr/lib/llvm8.0/include/llvm/Transforms/Scalar/LoopSimplifyCFG.h
/usr/lib/llvm8.0/include/llvm/Transforms/Scalar/LoopSink.h
/usr/lib/llvm8.0/include/llvm/Transforms/Scalar/LoopStrengthReduce.h
/usr/lib/llvm8.0/include/llvm/Transforms/Scalar/LoopUnrollAndJamPass.h
/usr/lib/llvm8.0/include/llvm/Transforms/Scalar/LoopUnrollPass.h
/usr/lib/llvm8.0/include/llvm/Transforms/Scalar/LowerAtomic.h
/usr/lib/llvm8.0/include/llvm/Transforms/Scalar/LowerExpectIntrinsic.h
/usr/lib/llvm8.0/include/llvm/Transforms/Scalar/LowerGuardIntrinsic.h
/usr/lib/llvm8.0/include/llvm/Transforms/Scalar/MakeGuardsExplicit.h
/usr/lib/llvm8.0/include/llvm/Transforms/Scalar/MemCpyOptimizer.h
/usr/lib/llvm8.0/include/llvm/Transforms/Scalar/MergedLoadStoreMotion.h
/usr/lib/llvm8.0/include/llvm/Transforms/Scalar/NaryReassociate.h
/usr/lib/llvm8.0/include/llvm/Transforms/Scalar/NewGVN.h
/usr/lib/llvm8.0/include/llvm/Transforms/Scalar/PartiallyInlineLibCalls.h
/usr/lib/llvm8.0/include/llvm/Transforms/Scalar/Reassociate.h
/usr/lib/llvm8.0/include/llvm/Transforms/Scalar/RewriteStatepointsForGC.h
/usr/lib/llvm8.0/include/llvm/Transforms/Scalar/SCCP.h
/usr/lib/llvm8.0/include/llvm/Transforms/Scalar/SROA.h
/usr/lib/llvm8.0/include/llvm/Transforms/Scalar/Scalarizer.h
/usr/lib/llvm8.0/include/llvm/Transforms/Scalar/SimpleLoopUnswitch.h
/usr/lib/llvm8.0/include/llvm/Transforms/Scalar/SimplifyCFG.h
/usr/lib/llvm8.0/include/llvm/Transforms/Scalar/Sink.h
/usr/lib/llvm8.0/include/llvm/Transforms/Scalar/SpeculateAroundPHIs.h
/usr/lib/llvm8.0/include/llvm/Transforms/Scalar/SpeculativeExecution.h
/usr/lib/llvm8.0/include/llvm/Transforms/Scalar/TailRecursionElimination.h
/usr/lib/llvm8.0/include/llvm/Transforms/Scalar/WarnMissedTransforms.h
/usr/lib/llvm8.0/include/llvm/Transforms/Utils
/usr/lib/llvm8.0/include/llvm/Transforms/Utils.h
/usr/lib/llvm8.0/include/llvm/Transforms/Utils/ASanStackFrameLayout.h
/usr/lib/llvm8.0/include/llvm/Transforms/Utils/AddDiscriminators.h
/usr/lib/llvm8.0/include/llvm/Transforms/Utils/BasicBlockUtils.h
/usr/lib/llvm8.0/include/llvm/Transforms/Utils/BreakCriticalEdges.h
/usr/lib/llvm8.0/include/llvm/Transforms/Utils/BuildLibCalls.h
/usr/lib/llvm8.0/include/llvm/Transforms/Utils/BypassSlowDivision.h
/usr/lib/llvm8.0/include/llvm/Transforms/Utils/CallPromotionUtils.h
/usr/lib/llvm8.0/include/llvm/Transforms/Utils/CanonicalizeAliases.h
/usr/lib/llvm8.0/include/llvm/Transforms/Utils/Cloning.h
/usr/lib/llvm8.0/include/llvm/Transforms/Utils/CodeExtractor.h
/usr/lib/llvm8.0/include/llvm/Transforms/Utils/CtorUtils.h
/usr/lib/llvm8.0/include/llvm/Transforms/Utils/EntryExitInstrumenter.h
/usr/lib/llvm8.0/include/llvm/Transforms/Utils/EscapeEnumerator.h
/usr/lib/llvm8.0/include/llvm/Transforms/Utils/Evaluator.h
/usr/lib/llvm8.0/include/llvm/Transforms/Utils/FunctionComparator.h
/usr/lib/llvm8.0/include/llvm/Transforms/Utils/FunctionImportUtils.h
/usr/lib/llvm8.0/include/llvm/Transforms/Utils/GlobalStatus.h
/usr/lib/llvm8.0/include/llvm/Transforms/Utils/GuardUtils.h
/usr/lib/llvm8.0/include/llvm/Transforms/Utils/ImportedFunctionsInliningStatistics.h
/usr/lib/llvm8.0/include/llvm/Transforms/Utils/IntegerDivision.h
/usr/lib/llvm8.0/include/llvm/Transforms/Utils/LCSSA.h
/usr/lib/llvm8.0/include/llvm/Transforms/Utils/LibCallsShrinkWrap.h
/usr/lib/llvm8.0/include/llvm/Transforms/Utils/Local.h
/usr/lib/llvm8.0/include/llvm/Transforms/Utils/LoopRotationUtils.h
/usr/lib/llvm8.0/include/llvm/Transforms/Utils/LoopSimplify.h
/usr/lib/llvm8.0/include/llvm/Transforms/Utils/LoopUtils.h
/usr/lib/llvm8.0/include/llvm/Transforms/Utils/LoopVersioning.h
/usr/lib/llvm8.0/include/llvm/Transforms/Utils/LowerInvoke.h
/usr/lib/llvm8.0/include/llvm/Transforms/Utils/LowerMemIntrinsics.h
/usr/lib/llvm8.0/include/llvm/Transforms/Utils/Mem2Reg.h
/usr/lib/llvm8.0/include/llvm/Transforms/Utils/ModuleUtils.h
/usr/lib/llvm8.0/include/llvm/Transforms/Utils/NameAnonGlobals.h
/usr/lib/llvm8.0/include/llvm/Transforms/Utils/PredicateInfo.h
/usr/lib/llvm8.0/include/llvm/Transforms/Utils/PromoteMemToReg.h
/usr/lib/llvm8.0/include/llvm/Transforms/Utils/SSAUpdater.h
/usr/lib/llvm8.0/include/llvm/Transforms/Utils/SSAUpdaterBulk.h
/usr/lib/llvm8.0/include/llvm/Transforms/Utils/SSAUpdaterImpl.h
/usr/lib/llvm8.0/include/llvm/Transforms/Utils/SanitizerStats.h
/usr/lib/llvm8.0/include/llvm/Transforms/Utils/SimplifyIndVar.h
/usr/lib/llvm8.0/include/llvm/Transforms/Utils/SimplifyLibCalls.h
/usr/lib/llvm8.0/include/llvm/Transforms/Utils/SplitModule.h
/usr/lib/llvm8.0/include/llvm/Transforms/Utils/SymbolRewriter.h
/usr/lib/llvm8.0/include/llvm/Transforms/Utils/UnifyFunctionExitNodes.h
/usr/lib/llvm8.0/include/llvm/Transforms/Utils/UnrollLoop.h
/usr/lib/llvm8.0/include/llvm/Transforms/Utils/VNCoercion.h
/usr/lib/llvm8.0/include/llvm/Transforms/Utils/ValueMapper.h
/usr/lib/llvm8.0/include/llvm/Transforms/Vectorize
/usr/lib/llvm8.0/include/llvm/Transforms/Vectorize.h
/usr/lib/llvm8.0/include/llvm/Transforms/Vectorize/LoadStoreVectorizer.h
/usr/lib/llvm8.0/include/llvm/Transforms/Vectorize/LoopVectorizationLegality.h
/usr/lib/llvm8.0/include/llvm/Transforms/Vectorize/LoopVectorize.h
/usr/lib/llvm8.0/include/llvm/Transforms/Vectorize/SLPVectorizer.h
/usr/lib/llvm8.0/include/llvm/WindowsManifest
/usr/lib/llvm8.0/include/llvm/WindowsManifest/WindowsManifestMerger.h
/usr/lib/llvm8.0/include/llvm/WindowsResource
/usr/lib/llvm8.0/include/llvm/WindowsResource/ResourceProcessor.h
/usr/lib/llvm8.0/include/llvm/WindowsResource/ResourceScriptToken.h
/usr/lib/llvm8.0/include/llvm/WindowsResource/ResourceScriptTokenList.h
/usr/lib/llvm8.0/include/llvm/XRay
/usr/lib/llvm8.0/include/llvm/XRay/BlockIndexer.h
/usr/lib/llvm8.0/include/llvm/XRay/BlockPrinter.h
/usr/lib/llvm8.0/include/llvm/XRay/BlockVerifier.h
/usr/lib/llvm8.0/include/llvm/XRay/FDRLogBuilder.h
/usr/lib/llvm8.0/include/llvm/XRay/FDRRecordConsumer.h
/usr/lib/llvm8.0/include/llvm/XRay/FDRRecordProducer.h
/usr/lib/llvm8.0/include/llvm/XRay/FDRRecords.h
/usr/lib/llvm8.0/include/llvm/XRay/FDRTraceExpander.h
/usr/lib/llvm8.0/include/llvm/XRay/FDRTraceWriter.h
/usr/lib/llvm8.0/include/llvm/XRay/FileHeaderReader.h
/usr/lib/llvm8.0/include/llvm/XRay/Graph.h
/usr/lib/llvm8.0/include/llvm/XRay/InstrumentationMap.h
/usr/lib/llvm8.0/include/llvm/XRay/Profile.h
/usr/lib/llvm8.0/include/llvm/XRay/RecordPrinter.h
/usr/lib/llvm8.0/include/llvm/XRay/Trace.h
/usr/lib/llvm8.0/include/llvm/XRay/XRayRecord.h
/usr/lib/llvm8.0/include/llvm/XRay/YAMLXRayRecord.h
/usr/lib/llvm8.0/lib/cmake/llvm
/usr/lib/llvm8.0/lib/cmake/llvm/AddLLVM.cmake
/usr/lib/llvm8.0/lib/cmake/llvm/AddLLVMDefinitions.cmake
/usr/lib/llvm8.0/lib/cmake/llvm/AddOCaml.cmake
/usr/lib/llvm8.0/lib/cmake/llvm/AddSphinxTarget.cmake
/usr/lib/llvm8.0/lib/cmake/llvm/CheckAtomic.cmake
/usr/lib/llvm8.0/lib/cmake/llvm/CheckCompilerVersion.cmake
/usr/lib/llvm8.0/lib/cmake/llvm/CheckLinkerFlag.cmake
/usr/lib/llvm8.0/lib/cmake/llvm/ChooseMSVCCRT.cmake
/usr/lib/llvm8.0/lib/cmake/llvm/CrossCompile.cmake
/usr/lib/llvm8.0/lib/cmake/llvm/DetermineGCCCompatible.cmake
/usr/lib/llvm8.0/lib/cmake/llvm/FindLibpfm.cmake
/usr/lib/llvm8.0/lib/cmake/llvm/FindOCaml.cmake
/usr/lib/llvm8.0/lib/cmake/llvm/FindSphinx.cmake
/usr/lib/llvm8.0/lib/cmake/llvm/GenerateVersionFromCVS.cmake
/usr/lib/llvm8.0/lib/cmake/llvm/GetSVN.cmake
/usr/lib/llvm8.0/lib/cmake/llvm/HandleLLVMOptions.cmake
/usr/lib/llvm8.0/lib/cmake/llvm/HandleLLVMStdlib.cmake
/usr/lib/llvm8.0/lib/cmake/llvm/LLVM-Config.cmake
/usr/lib/llvm8.0/lib/cmake/llvm/LLVMConfig.cmake
/usr/lib/llvm8.0/lib/cmake/llvm/LLVMConfigVersion.cmake
/usr/lib/llvm8.0/lib/cmake/llvm/LLVMExports-relwithdebinfo.cmake
/usr/lib/llvm8.0/lib/cmake/llvm/LLVMExports.cmake
/usr/lib/llvm8.0/lib/cmake/llvm/LLVMExternalProjectUtils.cmake
/usr/lib/llvm8.0/lib/cmake/llvm/LLVMInstallSymlink.cmake
/usr/lib/llvm8.0/lib/cmake/llvm/LLVMProcessSources.cmake
/usr/lib/llvm8.0/lib/cmake/llvm/LLVMStaticExports-relwithdebinfo.cmake
/usr/lib/llvm8.0/lib/cmake/llvm/TableGen.cmake
/usr/lib/llvm8.0/lib/cmake/llvm/VersionFromVCS.cmake
/usr/lib/llvm8.0/lib/libLLVM.so
/usr/lib/llvm8.0/lib/libLTO.so
/usr/share/man/man1/llvm-config-8.0.1.gz

References

Summary

In this tutorial we learn how to install llvm8 on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).


title: “How To Install llvm8 on Fedora 36” linkTitle: “llvm8” type: “docs” description: “In this tutorial we learn how to install llvm8 in Fedora 36. llvm8 is LLVM shared libraries” date: “2022-08-17” lastmod: “2022-08-17” #image: /images/fedora/36/llvm8-featured.png

Introduction

In this tutorial we learn how to install llvm8 on Fedora 36.

What is llvm8

Shared libraries for the LLVM compiler infrastructure.

We can use yum or dnf to install llvm8 on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install llvm8.

Install llvm8 on Fedora 36 Using dnf

Update yum database with dnf using the following command.

sudo dnf makecache --refresh

After updating yum database, We can install llvm8 using dnf by running the following command:

sudo dnf -y install llvm8

Install llvm8 on Fedora 36 Using yum

Update yum database with yum using the following command.

sudo yum makecache --refresh

After updating yum database, We can install llvm8 using yum by running the following command:

sudo yum -y install llvm8

How To Uninstall llvm8 on Fedora 36

To uninstall only the llvm8 package we can use the following command:

sudo dnf remove llvm8

llvm8 Package Contents on Fedora 36

---
title: "How To Install llvm8 on Fedora 36"
linkTitle: "llvm8"
/etc/ld.so.conf.d/llvm8.0-i386.conf
/usr/lib/.build-id
/usr/lib/.build-id/4a/98d1131125c201fd31a162b9550c94dab0d1b6
/usr/lib/.build-id/7e
/usr/lib/.build-id/7e/4002f471905aa06ca0b37dc8027dd476c36be9
/usr/lib/.build-id/81
/usr/lib/.build-id/81/a638d74eda9c089f26db25b15cc66431ad78eb
/usr/lib/.build-id/cc
/usr/lib/.build-id/cc/3e021eb81aa0480efe24f8046a092501f06ec1
/usr/lib/llvm8.0/lib/LLVMgold.so
/usr/lib/llvm8.0/lib/libLLVM-8.0.1.so
/usr/lib/llvm8.0/lib/libLLVM-8.so
/usr/lib/llvm8.0/lib/libLTO.so.8
/usr/lib/llvm8.0/lib/libOptRemarks.so
/usr/lib/llvm8.0/lib/libOptRemarks.so.8
type: "docs"
description: "In this tutorial we learn how to install llvm8 in Fedora 36. llvm8 is LLVM shared libraries"
date: "2022-08-17"
lastmod: "2022-08-17"
#image: /images/fedora/36/llvm8-featured.png
---

## Introduction

References

Summary

In this tutorial we learn how to install llvm8 on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).

In this tutorial we learn how to install llvm8 on Fedora 36.

What is llvm8

Shared libraries for the LLVM compiler infrastructure.

We can use yum or dnf to install llvm8 on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install llvm8.

Install llvm8 on Fedora 36 Using dnf

Update yum database with dnf using the following command.

sudo dnf makecache --refresh

After updating yum database, We can install llvm8 using dnf by running the following command:

sudo dnf -y install llvm8

Install llvm8 on Fedora 36 Using yum

Update yum database with yum using the following command.

sudo yum makecache --refresh

After updating yum database, We can install llvm8 using yum by running the following command:

sudo yum -y install llvm8

How To Uninstall llvm8 on Fedora 36

To uninstall only the llvm8 package we can use the following command:

sudo dnf remove llvm8

llvm8 Package Contents on Fedora 36

/etc/ld.so.conf.d/llvm8.0-x86_64.conf
/usr/lib/.build-id
/usr/lib/.build-id/17
/usr/lib/.build-id/17/21f92f5875b21f0235bf8d994e057c8e56f9b8
/usr/lib/.build-id/4a
/usr/lib/.build-id/4a/5526e7ffcc582adafaaa2514ca95950fa1ec78
/usr/lib/.build-id/7f
/usr/lib/.build-id/7f/536f72d90924cdd1e574f624c270e774d8a12b
/usr/lib/.build-id/99
/usr/lib/.build-id/99/4cb279b75a70404c69071e0372391af36edbe4
/usr/lib64/llvm8.0/lib/LLVMgold.so
/usr/lib64/llvm8.0/lib/libLLVM-8.0.1.so
/usr/lib64/llvm8.0/lib/libLLVM-8.so
/usr/lib64/llvm8.0/lib/libLTO.so.8
/usr/lib64/llvm8.0/lib/libOptRemarks.so
/usr/lib64/llvm8.0/lib/libOptRemarks.so.8

References

Summary

In this tutorial we learn how to install llvm8 on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).


title: “How To Install llvm8 on Fedora 36” linkTitle: “llvm8” type: “docs” description: “In this tutorial we learn how to install llvm8 in Fedora 36. llvm8 is The Low Level Virtual Machine” date: “2022-08-17” lastmod: “2022-08-17” #image: /images/fedora/36/llvm8-featured.png

Introduction

In this tutorial we learn how to install llvm8 on Fedora 36.

What is llvm8

LLVM is a compiler infrastructure designed for compile-time, link-time, runtime, and idle-time optimization of programs from arbitrary programming languages. The compiler infrastructure includes mirror sets of programming tools as well as libraries with equivalent functionality.

We can use yum or dnf to install llvm8 on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install llvm8.

Install llvm8 on Fedora 36 Using dnf

Update yum database with dnf using the following command.

sudo dnf makecache --refresh

After updating yum database, We can install llvm8 using dnf by running the following command:

sudo dnf -y install llvm8

Install llvm8 on Fedora 36 Using yum

Update yum database with yum using the following command.

sudo yum makecache --refresh

After updating yum database, We can install llvm8 using yum by running the following command:

sudo yum -y install llvm8

How To Uninstall llvm8 on Fedora 36

To uninstall only the llvm8 package we can use the following command:

sudo dnf remove llvm8

llvm8 Package Contents on Fedora 36

/usr/bin/bugpoint-8.0
/usr/bin/dsymutil-8.0
/usr/bin/llc-8.0
/usr/bin/lli-8.0
/usr/bin/llvm-ar-8.0
/usr/bin/llvm-as-8.0
/usr/bin/llvm-bcanalyzer-8.0
/usr/bin/llvm-c-test-8.0
/usr/bin/llvm-cat-8.0
/usr/bin/llvm-cfi-verify-8.0
/usr/bin/llvm-config-8.0-64
/usr/bin/llvm-cov-8.0
/usr/bin/llvm-cvtres-8.0
/usr/bin/llvm-cxxdump-8.0
/usr/bin/llvm-cxxfilt-8.0
/usr/bin/llvm-cxxmap-8.0
/usr/bin/llvm-diff-8.0
/usr/bin/llvm-dis-8.0
/usr/bin/llvm-dlltool-8.0
/usr/bin/llvm-dwarfdump-8.0
/usr/bin/llvm-dwp-8.0
/usr/bin/llvm-elfabi-8.0
/usr/bin/llvm-exegesis-8.0
/usr/bin/llvm-extract-8.0
/usr/bin/llvm-lib-8.0
/usr/bin/llvm-link-8.0
/usr/bin/llvm-lto-8.0
/usr/bin/llvm-lto2-8.0
/usr/bin/llvm-mc-8.0
/usr/bin/llvm-mca-8.0
/usr/bin/llvm-modextract-8.0
/usr/bin/llvm-mt-8.0
/usr/bin/llvm-nm-8.0
/usr/bin/llvm-objcopy-8.0
/usr/bin/llvm-objdump-8.0
/usr/bin/llvm-opt-report-8.0
/usr/bin/llvm-pdbutil-8.0
/usr/bin/llvm-profdata-8.0
/usr/bin/llvm-ranlib-8.0
/usr/bin/llvm-rc-8.0
/usr/bin/llvm-readelf-8.0
/usr/bin/llvm-readobj-8.0
/usr/bin/llvm-rtdyld-8.0
/usr/bin/llvm-size-8.0
/usr/bin/llvm-split-8.0
/usr/bin/llvm-stress-8.0
/usr/bin/llvm-strings-8.0
/usr/bin/llvm-strip-8.0
/usr/bin/llvm-symbolizer-8.0
/usr/bin/llvm-tblgen-8.0
/usr/bin/llvm-undname-8.0
/usr/bin/llvm-xray-8.0
/usr/bin/obj2yaml-8.0
/usr/bin/opt-8.0
/usr/bin/sancov-8.0
/usr/bin/sanstats-8.0
/usr/bin/verify-uselistorder-8.0
/usr/bin/yaml2obj-8.0
/usr/lib/.build-id
/usr/lib/.build-id/00
/usr/lib/.build-id/00/0a43c0126f1f3b21226b9faa120af511941c2b
/usr/lib/.build-id/08
/usr/lib/.build-id/08/a493eca80397dd73c9ccca83f7eddafd7f0a2d
/usr/lib/.build-id/09
/usr/lib/.build-id/09/1b4dabb651c6816fb020adc9f6e095095b1b81
/usr/lib/.build-id/0b
/usr/lib/.build-id/0b/1c5e334e1e91057e51bee7b88e92adcaadac53
/usr/lib/.build-id/0d
/usr/lib/.build-id/0d/17caed64dc2b5534c615bfea227b671846d3c6
/usr/lib/.build-id/24
/usr/lib/.build-id/24/2528af5c9fabe8749ecf77954d2bd1e95da041
/usr/lib/.build-id/32
/usr/lib/.build-id/32/966f3ed4826730c99311b24c7eace85518e6c3
/usr/lib/.build-id/39
/usr/lib/.build-id/39/5dbde66eeca28d4ba75796656dbaefd6ff6488
/usr/lib/.build-id/3b
/usr/lib/.build-id/3b/43efe73eb69bb494e7ce49a34ae614f0ee89bd
/usr/lib/.build-id/3e
/usr/lib/.build-id/3e/77c82d0e9598bb5a8d5c27d88c57dd3dbc6f76
/usr/lib/.build-id/40
/usr/lib/.build-id/40/f16d20463a2529877d87835f76d0e75bd9eff1
/usr/lib/.build-id/41
/usr/lib/.build-id/41/90d9fe5a4ada252a66a76b9c9073629d59f7b7
/usr/lib/.build-id/4b
/usr/lib/.build-id/4b/6e70ace10691bc7ae62327ce2ad29bf7f38a56
/usr/lib/.build-id/4e
/usr/lib/.build-id/4e/e00a415c0be118863483641e19d34fe887e109
/usr/lib/.build-id/55
/usr/lib/.build-id/55/e219ae91b716e3af9fdcfc438e5b2d46de5019
/usr/lib/.build-id/5a
/usr/lib/.build-id/5a/7821cdf5f752f8496facd3ea4bc48a746c3195
/usr/lib/.build-id/5d
/usr/lib/.build-id/5d/10fdb5e2d3db91ba085278d750d1416747c9d4
/usr/lib/.build-id/5f
/usr/lib/.build-id/5f/1663018548e00e011e415cb51f34f55508de6a
/usr/lib/.build-id/60
/usr/lib/.build-id/60/a393d5c343a9fa6d0c18037786883bcaba4565
/usr/lib/.build-id/61
/usr/lib/.build-id/61/4a27ad5dc7349889ce7128a2d45d38b425144b
/usr/lib/.build-id/61/c7af33b58c2d8b6269d5868bb99a0d448f0563
/usr/lib/.build-id/64
/usr/lib/.build-id/64/8029c80969745e1814063efa5817d339aa2bb1
/usr/lib/.build-id/6a
/usr/lib/.build-id/6a/f03fb77f905ffc1bb52b44f6563860cfdf41fd
/usr/lib/.build-id/77
/usr/lib/.build-id/77/5f96cae55fe31d0c2d516e2f01cc458675698b
/usr/lib/.build-id/7e
/usr/lib/.build-id/7e/b513d0aea552ccf91145ec01ad92bd46a38918
/usr/lib/.build-id/8a
/usr/lib/.build-id/8a/12fe84f2b8c603acf4063aa9c8f8c1936ab357
/usr/lib/.build-id/8a/88234eff33e7350d97dbb73438df340a6040d1
/usr/lib/.build-id/90
/usr/lib/.build-id/90/a948778049f05907efe0af2615d0ac41245cb8
/usr/lib/.build-id/90/d7529a0088d142e5c6e0aa4518cf5e5665d1f6
/usr/lib/.build-id/91
/usr/lib/.build-id/91/c91b774ceb851b022d1d20246680d7c3409387
/usr/lib/.build-id/98
/usr/lib/.build-id/98/918d4456a56911b127a87fdc892cbbe7d274a4
/usr/lib/.build-id/9d
/usr/lib/.build-id/9d/a0cb0cde2878215f1773eb4f23047799c6df40
/usr/lib/.build-id/a1
/usr/lib/.build-id/a1/decb7fd3c06914151d1dd308f85d3b7ea54b20
/usr/lib/.build-id/a4
/usr/lib/.build-id/a4/dc0651b8587f4b85fcac0d69e4e80ef6d72228
/usr/lib/.build-id/a5
/usr/lib/.build-id/a5/ff22344912feb19273ddc0381b9973a861ca31
/usr/lib/.build-id/aa
/usr/lib/.build-id/aa/7333d70b5ce37167a73cea0782794b5e5568c8
/usr/lib/.build-id/ae
/usr/lib/.build-id/ae/c24de609b652c7beb5cca7a216cad25ca9e20c
/usr/lib/.build-id/b0
/usr/lib/.build-id/b0/04734d0c880fc7f0a2796f15111aff07ef57d4
/usr/lib/.build-id/b5
/usr/lib/.build-id/b5/4175b1e1fed07a8614a7955d2f144ee91a179a
/usr/lib/.build-id/b6
/usr/lib/.build-id/b6/9123f88460756afef48059921d848721868338
/usr/lib/.build-id/b8
/usr/lib/.build-id/b8/ce65efbcf30d2f764b68b02b796304e8ccf22a
/usr/lib/.build-id/c1
/usr/lib/.build-id/c1/d35ef6dc42ccd2ca9f6d1fb880441cfc300db5
/usr/lib/.build-id/cb
/usr/lib/.build-id/cb/61abd66281374daf7ab32a54d9434cb32f1eb0
/usr/lib/.build-id/d3
/usr/lib/.build-id/d3/48ff528df38593fd24fc0747791d4d4606a38d
/usr/lib/.build-id/dc
/usr/lib/.build-id/dc/67e458c13c56c3ee19a618e06a579ae7d037c5
/usr/lib/.build-id/dd
/usr/lib/.build-id/dd/97574e0f98806a0372114ed5865c355887ea6e
/usr/lib/.build-id/e0
/usr/lib/.build-id/e0/7cb01046958fd189b982cbfab08638aae92061
/usr/lib/.build-id/e5
/usr/lib/.build-id/e5/8a11786b6162dc1d35f5a991bcbb418bac828b
/usr/lib/.build-id/f0
/usr/lib/.build-id/f0/c9f1fa8bafdc2e53be3565193fd5b0804ac2ef
/usr/lib/.build-id/f2
/usr/lib/.build-id/f2/391763b8364a59e0af943ce5b14375c7b2d79d
/usr/lib/.build-id/f9
/usr/lib/.build-id/f9/a4a84a68bd29e069d20bf129b6df2bbaed4dec
/usr/lib/.build-id/fd
/usr/lib/.build-id/fd/c44d319f3d2f10a8a87101fbe8b6d781429974
/usr/lib/.build-id/ff
/usr/lib/.build-id/ff/299e0c2b4e59d7abe0fa688cc3ec7fe548bc5e
/usr/lib64/llvm8.0/bin
/usr/lib64/llvm8.0/bin/bugpoint
/usr/lib64/llvm8.0/bin/dsymutil
/usr/lib64/llvm8.0/bin/llc
/usr/lib64/llvm8.0/bin/lli
/usr/lib64/llvm8.0/bin/llvm-ar
/usr/lib64/llvm8.0/bin/llvm-as
/usr/lib64/llvm8.0/bin/llvm-bcanalyzer
/usr/lib64/llvm8.0/bin/llvm-c-test
/usr/lib64/llvm8.0/bin/llvm-cat
/usr/lib64/llvm8.0/bin/llvm-cfi-verify
/usr/lib64/llvm8.0/bin/llvm-cov
/usr/lib64/llvm8.0/bin/llvm-cvtres
/usr/lib64/llvm8.0/bin/llvm-cxxdump
/usr/lib64/llvm8.0/bin/llvm-cxxfilt
/usr/lib64/llvm8.0/bin/llvm-cxxmap
/usr/lib64/llvm8.0/bin/llvm-diff
/usr/lib64/llvm8.0/bin/llvm-dis
/usr/lib64/llvm8.0/bin/llvm-dlltool
/usr/lib64/llvm8.0/bin/llvm-dwarfdump
/usr/lib64/llvm8.0/bin/llvm-dwp
/usr/lib64/llvm8.0/bin/llvm-elfabi
/usr/lib64/llvm8.0/bin/llvm-exegesis
/usr/lib64/llvm8.0/bin/llvm-extract
/usr/lib64/llvm8.0/bin/llvm-lib
/usr/lib64/llvm8.0/bin/llvm-link
/usr/lib64/llvm8.0/bin/llvm-lto
/usr/lib64/llvm8.0/bin/llvm-lto2
/usr/lib64/llvm8.0/bin/llvm-mc
/usr/lib64/llvm8.0/bin/llvm-mca
/usr/lib64/llvm8.0/bin/llvm-modextract
/usr/lib64/llvm8.0/bin/llvm-mt
/usr/lib64/llvm8.0/bin/llvm-nm
/usr/lib64/llvm8.0/bin/llvm-objcopy
/usr/lib64/llvm8.0/bin/llvm-objdump
/usr/lib64/llvm8.0/bin/llvm-opt-report
/usr/lib64/llvm8.0/bin/llvm-pdbutil
/usr/lib64/llvm8.0/bin/llvm-profdata
/usr/lib64/llvm8.0/bin/llvm-ranlib
/usr/lib64/llvm8.0/bin/llvm-rc
/usr/lib64/llvm8.0/bin/llvm-readelf
/usr/lib64/llvm8.0/bin/llvm-readobj
/usr/lib64/llvm8.0/bin/llvm-rtdyld
/usr/lib64/llvm8.0/bin/llvm-size
/usr/lib64/llvm8.0/bin/llvm-split
/usr/lib64/llvm8.0/bin/llvm-stress
/usr/lib64/llvm8.0/bin/llvm-strings
/usr/lib64/llvm8.0/bin/llvm-strip
/usr/lib64/llvm8.0/bin/llvm-symbolizer
/usr/lib64/llvm8.0/bin/llvm-tblgen
/usr/lib64/llvm8.0/bin/llvm-undname
/usr/lib64/llvm8.0/bin/llvm-xray
/usr/lib64/llvm8.0/bin/obj2yaml
/usr/lib64/llvm8.0/bin/opt
/usr/lib64/llvm8.0/bin/sancov
/usr/lib64/llvm8.0/bin/sanstats
/usr/lib64/llvm8.0/bin/verify-uselistorder
/usr/lib64/llvm8.0/bin/yaml2obj
/usr/share/man/man1/FileCheck-8.0.1.gz
/usr/share/man/man1/bugpoint-8.0.1.gz
/usr/share/man/man1/dsymutil-8.0.1.gz
/usr/share/man/man1/lit-8.0.1.gz
/usr/share/man/man1/llc-8.0.1.gz
/usr/share/man/man1/lli-8.0.1.gz
/usr/share/man/man1/llvm-ar-8.0.1.gz
/usr/share/man/man1/llvm-as-8.0.1.gz
/usr/share/man/man1/llvm-bcanalyzer-8.0.1.gz
/usr/share/man/man1/llvm-build-8.0.1.gz
/usr/share/man/man1/llvm-cov-8.0.1.gz
/usr/share/man/man1/llvm-cxxmap-8.0.1.gz
/usr/share/man/man1/llvm-diff-8.0.1.gz
/usr/share/man/man1/llvm-dis-8.0.1.gz
/usr/share/man/man1/llvm-dwarfdump-8.0.1.gz
/usr/share/man/man1/llvm-exegesis-8.0.1.gz
/usr/share/man/man1/llvm-extract-8.0.1.gz
/usr/share/man/man1/llvm-lib-8.0.1.gz
/usr/share/man/man1/llvm-link-8.0.1.gz
/usr/share/man/man1/llvm-mca-8.0.1.gz
/usr/share/man/man1/llvm-nm-8.0.1.gz
/usr/share/man/man1/llvm-objdump-8.0.1.gz
/usr/share/man/man1/llvm-pdbutil-8.0.1.gz
/usr/share/man/man1/llvm-profdata-8.0.1.gz
/usr/share/man/man1/llvm-readobj-8.0.1.gz
/usr/share/man/man1/llvm-stress-8.0.1.gz
/usr/share/man/man1/llvm-symbolizer-8.0.1.gz
/usr/share/man/man1/opt-8.0.1.gz
/usr/share/man/man1/tblgen-8.0.1.gz

References

Summary

In this tutorial we learn how to install llvm8 on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).


title: “How To Install llvm8 on Fedora 36” linkTitle: “llvm8” type: “docs” description: “In this tutorial we learn how to install llvm8 in Fedora 36. llvm8 is Documentation for LLVM” date: “2022-08-17” lastmod: “2022-08-17” #image: /images/fedora/36/llvm8-featured.png

Introduction

In this tutorial we learn how to install llvm8 on Fedora 36.

What is llvm8

Documentation for the LLVM compiler infrastructure.

We can use yum or dnf to install llvm8 on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install llvm8.

Install llvm8 on Fedora 36 Using dnf

Update yum database with dnf using the following command.

sudo dnf makecache --refresh

After updating yum database, We can install llvm8 using dnf by running the following command:

sudo dnf -y install llvm8

Install llvm8 on Fedora 36 Using yum

Update yum database with yum using the following command.

sudo yum makecache --refresh

After updating yum database, We can install llvm8 using yum by running the following command:

sudo yum -y install llvm8

How To Uninstall llvm8 on Fedora 36

To uninstall only the llvm8 package we can use the following command:

sudo dnf remove llvm8

llvm8 Package Contents on Fedora 36

/usr/share/doc/llvm8.0/html
/usr/share/doc/llvm8.0/html/.buildinfo
/usr/share/doc/llvm8.0/html/AMDGPU
/usr/share/doc/llvm8.0/html/AMDGPU/AMDGPUAsmGFX7.html
/usr/share/doc/llvm8.0/html/AMDGPU/AMDGPUAsmGFX8.html
/usr/share/doc/llvm8.0/html/AMDGPU/AMDGPUAsmGFX9.html
/usr/share/doc/llvm8.0/html/AMDGPU/gfx7_addr_buf.html
/usr/share/doc/llvm8.0/html/AMDGPU/gfx7_addr_ds.html
/usr/share/doc/llvm8.0/html/AMDGPU/gfx7_addr_flat.html
/usr/share/doc/llvm8.0/html/AMDGPU/gfx7_addr_mimg.html
/usr/share/doc/llvm8.0/html/AMDGPU/gfx7_attr.html
/usr/share/doc/llvm8.0/html/AMDGPU/gfx7_base_smem_addr.html
/usr/share/doc/llvm8.0/html/AMDGPU/gfx7_base_smem_buf.html
/usr/share/doc/llvm8.0/html/AMDGPU/gfx7_bimm16.html
/usr/share/doc/llvm8.0/html/AMDGPU/gfx7_bimm32.html
/usr/share/doc/llvm8.0/html/AMDGPU/gfx7_data_buf_atomic128.html
/usr/share/doc/llvm8.0/html/AMDGPU/gfx7_data_buf_atomic32.html
/usr/share/doc/llvm8.0/html/AMDGPU/gfx7_data_buf_atomic64.html
/usr/share/doc/llvm8.0/html/AMDGPU/gfx7_data_mimg_atomic_cmp.html
/usr/share/doc/llvm8.0/html/AMDGPU/gfx7_data_mimg_atomic_reg.html
/usr/share/doc/llvm8.0/html/AMDGPU/gfx7_data_mimg_store.html
/usr/share/doc/llvm8.0/html/AMDGPU/gfx7_dst_buf_128.html
/usr/share/doc/llvm8.0/html/AMDGPU/gfx7_dst_buf_64.html
/usr/share/doc/llvm8.0/html/AMDGPU/gfx7_dst_buf_96.html
/usr/share/doc/llvm8.0/html/AMDGPU/gfx7_dst_buf_lds.html
/usr/share/doc/llvm8.0/html/AMDGPU/gfx7_dst_flat_atomic32.html
/usr/share/doc/llvm8.0/html/AMDGPU/gfx7_dst_flat_atomic64.html
/usr/share/doc/llvm8.0/html/AMDGPU/gfx7_dst_mimg_gather4.html
/usr/share/doc/llvm8.0/html/AMDGPU/gfx7_dst_mimg_regular.html
/usr/share/doc/llvm8.0/html/AMDGPU/gfx7_fimm32.html
/usr/share/doc/llvm8.0/html/AMDGPU/gfx7_hwreg.html
/usr/share/doc/llvm8.0/html/AMDGPU/gfx7_label.html
/usr/share/doc/llvm8.0/html/AMDGPU/gfx7_mod.html
/usr/share/doc/llvm8.0/html/AMDGPU/gfx7_msg.html
/usr/share/doc/llvm8.0/html/AMDGPU/gfx7_offset_buf.html
/usr/share/doc/llvm8.0/html/AMDGPU/gfx7_offset_smem.html
/usr/share/doc/llvm8.0/html/AMDGPU/gfx7_opt.html
/usr/share/doc/llvm8.0/html/AMDGPU/gfx7_param.html
/usr/share/doc/llvm8.0/html/AMDGPU/gfx7_ret.html
/usr/share/doc/llvm8.0/html/AMDGPU/gfx7_rsrc_buf.html
/usr/share/doc/llvm8.0/html/AMDGPU/gfx7_rsrc_mimg.html
/usr/share/doc/llvm8.0/html/AMDGPU/gfx7_samp_mimg.html
/usr/share/doc/llvm8.0/html/AMDGPU/gfx7_sdst128_0.html
/usr/share/doc/llvm8.0/html/AMDGPU/gfx7_sdst256_0.html
/usr/share/doc/llvm8.0/html/AMDGPU/gfx7_sdst32_0.html
/usr/share/doc/llvm8.0/html/AMDGPU/gfx7_sdst32_1.html
/usr/share/doc/llvm8.0/html/AMDGPU/gfx7_sdst32_2.html
/usr/share/doc/llvm8.0/html/AMDGPU/gfx7_sdst512_0.html
/usr/share/doc/llvm8.0/html/AMDGPU/gfx7_sdst64_0.html
/usr/share/doc/llvm8.0/html/AMDGPU/gfx7_sdst64_1.html
/usr/share/doc/llvm8.0/html/AMDGPU/gfx7_simm16.html
/usr/share/doc/llvm8.0/html/AMDGPU/gfx7_src32_0.html
/usr/share/doc/llvm8.0/html/AMDGPU/gfx7_src32_1.html
/usr/share/doc/llvm8.0/html/AMDGPU/gfx7_src32_2.html
/usr/share/doc/llvm8.0/html/AMDGPU/gfx7_src32_3.html
/usr/share/doc/llvm8.0/html/AMDGPU/gfx7_src64_0.html
/usr/share/doc/llvm8.0/html/AMDGPU/gfx7_src64_1.html
/usr/share/doc/llvm8.0/html/AMDGPU/gfx7_src64_2.html
/usr/share/doc/llvm8.0/html/AMDGPU/gfx7_src_exp.html
/usr/share/doc/llvm8.0/html/AMDGPU/gfx7_ssrc32_0.html
/usr/share/doc/llvm8.0/html/AMDGPU/gfx7_ssrc32_1.html
/usr/share/doc/llvm8.0/html/AMDGPU/gfx7_ssrc32_2.html
/usr/share/doc/llvm8.0/html/AMDGPU/gfx7_ssrc32_3.html
/usr/share/doc/llvm8.0/html/AMDGPU/gfx7_ssrc32_4.html
/usr/share/doc/llvm8.0/html/AMDGPU/gfx7_ssrc64_0.html
/usr/share/doc/llvm8.0/html/AMDGPU/gfx7_ssrc64_1.html
/usr/share/doc/llvm8.0/html/AMDGPU/gfx7_ssrc64_2.html
/usr/share/doc/llvm8.0/html/AMDGPU/gfx7_ssrc64_3.html
/usr/share/doc/llvm8.0/html/AMDGPU/gfx7_tgt.html
/usr/share/doc/llvm8.0/html/AMDGPU/gfx7_type_dev.html
/usr/share/doc/llvm8.0/html/AMDGPU/gfx7_uimm16.html
/usr/share/doc/llvm8.0/html/AMDGPU/gfx7_vcc_64.html
/usr/share/doc/llvm8.0/html/AMDGPU/gfx7_vdata128_0.html
/usr/share/doc/llvm8.0/html/AMDGPU/gfx7_vdata32_0.html
/usr/share/doc/llvm8.0/html/AMDGPU/gfx7_vdata64_0.html
/usr/share/doc/llvm8.0/html/AMDGPU/gfx7_vdata96_0.html
/usr/share/doc/llvm8.0/html/AMDGPU/gfx7_vdst128_0.html
/usr/share/doc/llvm8.0/html/AMDGPU/gfx7_vdst32_0.html
/usr/share/doc/llvm8.0/html/AMDGPU/gfx7_vdst64_0.html
/usr/share/doc/llvm8.0/html/AMDGPU/gfx7_vdst96_0.html
/usr/share/doc/llvm8.0/html/AMDGPU/gfx7_vsrc128_0.html
/usr/share/doc/llvm8.0/html/AMDGPU/gfx7_vsrc32_0.html
/usr/share/doc/llvm8.0/html/AMDGPU/gfx7_vsrc64_0.html
/usr/share/doc/llvm8.0/html/AMDGPU/gfx7_waitcnt.html
/usr/share/doc/llvm8.0/html/AMDGPU/gfx8_addr_buf.html
/usr/share/doc/llvm8.0/html/AMDGPU/gfx8_addr_ds.html
/usr/share/doc/llvm8.0/html/AMDGPU/gfx8_addr_flat.html
/usr/share/doc/llvm8.0/html/AMDGPU/gfx8_addr_mimg.html
/usr/share/doc/llvm8.0/html/AMDGPU/gfx8_attr.html
/usr/share/doc/llvm8.0/html/AMDGPU/gfx8_base_smem_addr.html
/usr/share/doc/llvm8.0/html/AMDGPU/gfx8_base_smem_buf.html
/usr/share/doc/llvm8.0/html/AMDGPU/gfx8_bimm16.html
/usr/share/doc/llvm8.0/html/AMDGPU/gfx8_bimm32.html
/usr/share/doc/llvm8.0/html/AMDGPU/gfx8_data_buf_atomic128.html
/usr/share/doc/llvm8.0/html/AMDGPU/gfx8_data_buf_atomic32.html
/usr/share/doc/llvm8.0/html/AMDGPU/gfx8_data_buf_atomic64.html
/usr/share/doc/llvm8.0/html/AMDGPU/gfx8_data_buf_d16_128.html
/usr/share/doc/llvm8.0/html/AMDGPU/gfx8_data_buf_d16_32.html
/usr/share/doc/llvm8.0/html/AMDGPU/gfx8_data_buf_d16_64.html
/usr/share/doc/llvm8.0/html/AMDGPU/gfx8_data_buf_d16_96.html
/usr/share/doc/llvm8.0/html/AMDGPU/gfx8_data_mimg_atomic_cmp.html
/usr/share/doc/llvm8.0/html/AMDGPU/gfx8_data_mimg_atomic_reg.html
/usr/share/doc/llvm8.0/html/AMDGPU/gfx8_data_mimg_store.html
/usr/share/doc/llvm8.0/html/AMDGPU/gfx8_data_mimg_store_d16.html
/usr/share/doc/llvm8.0/html/AMDGPU/gfx8_dst_buf_128.html
/usr/share/doc/llvm8.0/html/AMDGPU/gfx8_dst_buf_64.html
/usr/share/doc/llvm8.0/html/AMDGPU/gfx8_dst_buf_96.html
/usr/share/doc/llvm8.0/html/AMDGPU/gfx8_dst_buf_d16_128.html
/usr/share/doc/llvm8.0/html/AMDGPU/gfx8_dst_buf_d16_32.html
/usr/share/doc/llvm8.0/html/AMDGPU/gfx8_dst_buf_d16_64.html
/usr/share/doc/llvm8.0/html/AMDGPU/gfx8_dst_buf_d16_96.html
/usr/share/doc/llvm8.0/html/AMDGPU/gfx8_dst_buf_lds.html
/usr/share/doc/llvm8.0/html/AMDGPU/gfx8_dst_flat_atomic32.html
/usr/share/doc/llvm8.0/html/AMDGPU/gfx8_dst_flat_atomic64.html
/usr/share/doc/llvm8.0/html/AMDGPU/gfx8_dst_mimg_gather4.html
/usr/share/doc/llvm8.0/html/AMDGPU/gfx8_dst_mimg_regular.html
/usr/share/doc/llvm8.0/html/AMDGPU/gfx8_dst_mimg_regular_d16.html
/usr/share/doc/llvm8.0/html/AMDGPU/gfx8_fimm16.html
/usr/share/doc/llvm8.0/html/AMDGPU/gfx8_fimm32.html
/usr/share/doc/llvm8.0/html/AMDGPU/gfx8_hwreg.html
/usr/share/doc/llvm8.0/html/AMDGPU/gfx8_imm4.html
/usr/share/doc/llvm8.0/html/AMDGPU/gfx8_label.html
/usr/share/doc/llvm8.0/html/AMDGPU/gfx8_mod_dpp_sdwa_abs_neg.html
/usr/share/doc/llvm8.0/html/AMDGPU/gfx8_mod_sdwa_sext.html
/usr/share/doc/llvm8.0/html/AMDGPU/gfx8_mod_vop3_abs_neg.html
/usr/share/doc/llvm8.0/html/AMDGPU/gfx8_msg.html
/usr/share/doc/llvm8.0/html/AMDGPU/gfx8_offset_buf.html
/usr/share/doc/llvm8.0/html/AMDGPU/gfx8_offset_smem_load.html
/usr/share/doc/llvm8.0/html/AMDGPU/gfx8_offset_smem_store.html
/usr/share/doc/llvm8.0/html/AMDGPU/gfx8_opt.html
/usr/share/doc/llvm8.0/html/AMDGPU/gfx8_param.html
/usr/share/doc/llvm8.0/html/AMDGPU/gfx8_perm_smem.html
/usr/share/doc/llvm8.0/html/AMDGPU/gfx8_ret.html
/usr/share/doc/llvm8.0/html/AMDGPU/gfx8_rsrc_buf.html
/usr/share/doc/llvm8.0/html/AMDGPU/gfx8_rsrc_mimg.html
/usr/share/doc/llvm8.0/html/AMDGPU/gfx8_samp_mimg.html
/usr/share/doc/llvm8.0/html/AMDGPU/gfx8_sdata128_0.html
/usr/share/doc/llvm8.0/html/AMDGPU/gfx8_sdata32_0.html
/usr/share/doc/llvm8.0/html/AMDGPU/gfx8_sdata64_0.html
/usr/share/doc/llvm8.0/html/AMDGPU/gfx8_sdst128_0.html
/usr/share/doc/llvm8.0/html/AMDGPU/gfx8_sdst256_0.html
/usr/share/doc/llvm8.0/html/AMDGPU/gfx8_sdst32_0.html
/usr/share/doc/llvm8.0/html/AMDGPU/gfx8_sdst32_1.html
/usr/share/doc/llvm8.0/html/AMDGPU/gfx8_sdst32_2.html
/usr/share/doc/llvm8.0/html/AMDGPU/gfx8_sdst512_0.html
/usr/share/doc/llvm8.0/html/AMDGPU/gfx8_sdst64_0.html
/usr/share/doc/llvm8.0/html/AMDGPU/gfx8_sdst64_1.html
/usr/share/doc/llvm8.0/html/AMDGPU/gfx8_simm16.html
/usr/share/doc/llvm8.0/html/AMDGPU/gfx8_src32_0.html
/usr/share/doc/llvm8.0/html/AMDGPU/gfx8_src32_1.html
/usr/share/doc/llvm8.0/html/AMDGPU/gfx8_src64_0.html
/usr/share/doc/llvm8.0/html/AMDGPU/gfx8_src64_1.html
/usr/share/doc/llvm8.0/html/AMDGPU/gfx8_src_exp.html
/usr/share/doc/llvm8.0/html/AMDGPU/gfx8_ssrc32_0.html
/usr/share/doc/llvm8.0/html/AMDGPU/gfx8_ssrc32_1.html
/usr/share/doc/llvm8.0/html/AMDGPU/gfx8_ssrc32_2.html
/usr/share/doc/llvm8.0/html/AMDGPU/gfx8_ssrc32_3.html
/usr/share/doc/llvm8.0/html/AMDGPU/gfx8_ssrc32_4.html
/usr/share/doc/llvm8.0/html/AMDGPU/gfx8_ssrc64_0.html
/usr/share/doc/llvm8.0/html/AMDGPU/gfx8_ssrc64_1.html
/usr/share/doc/llvm8.0/html/AMDGPU/gfx8_ssrc64_2.html
/usr/share/doc/llvm8.0/html/AMDGPU/gfx8_ssrc64_3.html
/usr/share/doc/llvm8.0/html/AMDGPU/gfx8_tgt.html
/usr/share/doc/llvm8.0/html/AMDGPU/gfx8_type_dev.html
/usr/share/doc/llvm8.0/html/AMDGPU/gfx8_uimm16.html
/usr/share/doc/llvm8.0/html/AMDGPU/gfx8_vcc_64.html
/usr/share/doc/llvm8.0/html/AMDGPU/gfx8_vdata128_0.html
/usr/share/doc/llvm8.0/html/AMDGPU/gfx8_vdata32_0.html
/usr/share/doc/llvm8.0/html/AMDGPU/gfx8_vdata64_0.html
/usr/share/doc/llvm8.0/html/AMDGPU/gfx8_vdata96_0.html
/usr/share/doc/llvm8.0/html/AMDGPU/gfx8_vdst128_0.html
/usr/share/doc/llvm8.0/html/AMDGPU/gfx8_vdst32_0.html
/usr/share/doc/llvm8.0/html/AMDGPU/gfx8_vdst64_0.html
/usr/share/doc/llvm8.0/html/AMDGPU/gfx8_vdst96_0.html
/usr/share/doc/llvm8.0/html/AMDGPU/gfx8_vsrc128_0.html
/usr/share/doc/llvm8.0/html/AMDGPU/gfx8_vsrc32_0.html
/usr/share/doc/llvm8.0/html/AMDGPU/gfx8_vsrc64_0.html
/usr/share/doc/llvm8.0/html/AMDGPU/gfx8_waitcnt.html
/usr/share/doc/llvm8.0/html/AMDGPU/gfx9_addr_buf.html
/usr/share/doc/llvm8.0/html/AMDGPU/gfx9_addr_ds.html
/usr/share/doc/llvm8.0/html/AMDGPU/gfx9_addr_flat.html
/usr/share/doc/llvm8.0/html/AMDGPU/gfx9_addr_mimg.html
/usr/share/doc/llvm8.0/html/AMDGPU/gfx9_attr.html
/usr/share/doc/llvm8.0/html/AMDGPU/gfx9_base_smem_addr.html
/usr/share/doc/llvm8.0/html/AMDGPU/gfx9_base_smem_buf.html
/usr/share/doc/llvm8.0/html/AMDGPU/gfx9_base_smem_scratch.html
/usr/share/doc/llvm8.0/html/AMDGPU/gfx9_bimm16.html
/usr/share/doc/llvm8.0/html/AMDGPU/gfx9_bimm32.html
/usr/share/doc/llvm8.0/html/AMDGPU/gfx9_data_buf_atomic128.html
/usr/share/doc/llvm8.0/html/AMDGPU/gfx9_data_buf_atomic32.html
/usr/share/doc/llvm8.0/html/AMDGPU/gfx9_data_buf_atomic64.html
/usr/share/doc/llvm8.0/html/AMDGPU/gfx9_data_mimg_atomic_cmp.html
/usr/share/doc/llvm8.0/html/AMDGPU/gfx9_data_mimg_atomic_reg.html
/usr/share/doc/llvm8.0/html/AMDGPU/gfx9_data_mimg_store.html
/usr/share/doc/llvm8.0/html/AMDGPU/gfx9_data_mimg_store_d16.html
/usr/share/doc/llvm8.0/html/AMDGPU/gfx9_data_smem_atomic128.html
/usr/share/doc/llvm8.0/html/AMDGPU/gfx9_data_smem_atomic32.html
/usr/share/doc/llvm8.0/html/AMDGPU/gfx9_data_smem_atomic64.html
/usr/share/doc/llvm8.0/html/AMDGPU/gfx9_dst_buf_128.html
/usr/share/doc/llvm8.0/html/AMDGPU/gfx9_dst_buf_32.html
/usr/share/doc/llvm8.0/html/AMDGPU/gfx9_dst_buf_64.html
/usr/share/doc/llvm8.0/html/AMDGPU/gfx9_dst_buf_96.html
/usr/share/doc/llvm8.0/html/AMDGPU/gfx9_dst_buf_lds.html
/usr/share/doc/llvm8.0/html/AMDGPU/gfx9_dst_flat_atomic32.html
/usr/share/doc/llvm8.0/html/AMDGPU/gfx9_dst_flat_atomic64.html
/usr/share/doc/llvm8.0/html/AMDGPU/gfx9_dst_mimg_gather4.html
/usr/share/doc/llvm8.0/html/AMDGPU/gfx9_dst_mimg_regular.html
/usr/share/doc/llvm8.0/html/AMDGPU/gfx9_dst_mimg_regular_d16.html
/usr/share/doc/llvm8.0/html/AMDGPU/gfx9_fimm16.html
/usr/share/doc/llvm8.0/html/AMDGPU/gfx9_fimm32.html
/usr/share/doc/llvm8.0/html/AMDGPU/gfx9_hwreg.html
/usr/share/doc/llvm8.0/html/AMDGPU/gfx9_imm4.html
/usr/share/doc/llvm8.0/html/AMDGPU/gfx9_label.html
/usr/share/doc/llvm8.0/html/AMDGPU/gfx9_mad_type_dev.html
/usr/share/doc/llvm8.0/html/AMDGPU/gfx9_mod_dpp_sdwa_abs_neg.html
/usr/share/doc/llvm8.0/html/AMDGPU/gfx9_mod_sdwa_sext.html
/usr/share/doc/llvm8.0/html/AMDGPU/gfx9_mod_vop3_abs_neg.html
/usr/share/doc/llvm8.0/html/AMDGPU/gfx9_msg.html
/usr/share/doc/llvm8.0/html/AMDGPU/gfx9_offset_buf.html
/usr/share/doc/llvm8.0/html/AMDGPU/gfx9_offset_smem_buf.html
/usr/share/doc/llvm8.0/html/AMDGPU/gfx9_offset_smem_plain.html
/usr/share/doc/llvm8.0/html/AMDGPU/gfx9_opt.html
/usr/share/doc/llvm8.0/html/AMDGPU/gfx9_param.html
/usr/share/doc/llvm8.0/html/AMDGPU/gfx9_perm_smem.html
/usr/share/doc/llvm8.0/html/AMDGPU/gfx9_ret.html
/usr/share/doc/llvm8.0/html/AMDGPU/gfx9_rsrc_buf.html
/usr/share/doc/llvm8.0/html/AMDGPU/gfx9_rsrc_mimg.html
/usr/share/doc/llvm8.0/html/AMDGPU/gfx9_saddr_flat_global.html
/usr/share/doc/llvm8.0/html/AMDGPU/gfx9_saddr_flat_scratch.html
/usr/share/doc/llvm8.0/html/AMDGPU/gfx9_samp_mimg.html
/usr/share/doc/llvm8.0/html/AMDGPU/gfx9_sdata128_0.html
/usr/share/doc/llvm8.0/html/AMDGPU/gfx9_sdata32_0.html
/usr/share/doc/llvm8.0/html/AMDGPU/gfx9_sdata64_0.html
/usr/share/doc/llvm8.0/html/AMDGPU/gfx9_sdst128_0.html
/usr/share/doc/llvm8.0/html/AMDGPU/gfx9_sdst256_0.html
/usr/share/doc/llvm8.0/html/AMDGPU/gfx9_sdst32_0.html
/usr/share/doc/llvm8.0/html/AMDGPU/gfx9_sdst32_1.html
/usr/share/doc/llvm8.0/html/AMDGPU/gfx9_sdst32_2.html
/usr/share/doc/llvm8.0/html/AMDGPU/gfx9_sdst512_0.html
/usr/share/doc/llvm8.0/html/AMDGPU/gfx9_sdst64_0.html
/usr/share/doc/llvm8.0/html/AMDGPU/gfx9_sdst64_1.html
/usr/share/doc/llvm8.0/html/AMDGPU/gfx9_simm16.html
/usr/share/doc/llvm8.0/html/AMDGPU/gfx9_src32_0.html
/usr/share/doc/llvm8.0/html/AMDGPU/gfx9_src32_1.html
/usr/share/doc/llvm8.0/html/AMDGPU/gfx9_src64_0.html
/usr/share/doc/llvm8.0/html/AMDGPU/gfx9_src64_1.html
/usr/share/doc/llvm8.0/html/AMDGPU/gfx9_src_exp.html
/usr/share/doc/llvm8.0/html/AMDGPU/gfx9_ssrc32_0.html
/usr/share/doc/llvm8.0/html/AMDGPU/gfx9_ssrc32_1.html
/usr/share/doc/llvm8.0/html/AMDGPU/gfx9_ssrc32_2.html
/usr/share/doc/llvm8.0/html/AMDGPU/gfx9_ssrc32_3.html
/usr/share/doc/llvm8.0/html/AMDGPU/gfx9_ssrc32_4.html
/usr/share/doc/llvm8.0/html/AMDGPU/gfx9_ssrc64_0.html
/usr/share/doc/llvm8.0/html/AMDGPU/gfx9_ssrc64_1.html
/usr/share/doc/llvm8.0/html/AMDGPU/gfx9_ssrc64_2.html
/usr/share/doc/llvm8.0/html/AMDGPU/gfx9_ssrc64_3.html
/usr/share/doc/llvm8.0/html/AMDGPU/gfx9_tgt.html
/usr/share/doc/llvm8.0/html/AMDGPU/gfx9_type_dev.html
/usr/share/doc/llvm8.0/html/AMDGPU/gfx9_uimm16.html
/usr/share/doc/llvm8.0/html/AMDGPU/gfx9_vaddr_flat_global.html
/usr/share/doc/llvm8.0/html/AMDGPU/gfx9_vaddr_flat_scratch.html
/usr/share/doc/llvm8.0/html/AMDGPU/gfx9_vcc_64.html
/usr/share/doc/llvm8.0/html/AMDGPU/gfx9_vdata128_0.html
/usr/share/doc/llvm8.0/html/AMDGPU/gfx9_vdata32_0.html
/usr/share/doc/llvm8.0/html/AMDGPU/gfx9_vdata64_0.html
/usr/share/doc/llvm8.0/html/AMDGPU/gfx9_vdata96_0.html
/usr/share/doc/llvm8.0/html/AMDGPU/gfx9_vdst128_0.html
/usr/share/doc/llvm8.0/html/AMDGPU/gfx9_vdst32_0.html
/usr/share/doc/llvm8.0/html/AMDGPU/gfx9_vdst64_0.html
/usr/share/doc/llvm8.0/html/AMDGPU/gfx9_vdst96_0.html
/usr/share/doc/llvm8.0/html/AMDGPU/gfx9_vsrc128_0.html
/usr/share/doc/llvm8.0/html/AMDGPU/gfx9_vsrc32_0.html
/usr/share/doc/llvm8.0/html/AMDGPU/gfx9_vsrc64_0.html
/usr/share/doc/llvm8.0/html/AMDGPU/gfx9_waitcnt.html
/usr/share/doc/llvm8.0/html/AMDGPUInstructionNotation.html
/usr/share/doc/llvm8.0/html/AMDGPUInstructionSyntax.html
/usr/share/doc/llvm8.0/html/AMDGPUModifierSyntax.html
/usr/share/doc/llvm8.0/html/AMDGPUOperandSyntax.html
/usr/share/doc/llvm8.0/html/AMDGPUUsage.html
/usr/share/doc/llvm8.0/html/AdvancedBuilds.html
/usr/share/doc/llvm8.0/html/AliasAnalysis.html
/usr/share/doc/llvm8.0/html/Atomics.html
/usr/share/doc/llvm8.0/html/Benchmarking.html
/usr/share/doc/llvm8.0/html/BigEndianNEON.html
/usr/share/doc/llvm8.0/html/BitCodeFormat.html
/usr/share/doc/llvm8.0/html/BlockFrequencyTerminology.html
/usr/share/doc/llvm8.0/html/BranchWeightMetadata.html
/usr/share/doc/llvm8.0/html/BugLifeCycle.html
/usr/share/doc/llvm8.0/html/Bugpoint.html
/usr/share/doc/llvm8.0/html/CFIVerify.html
/usr/share/doc/llvm8.0/html/CMake.html
/usr/share/doc/llvm8.0/html/CMakePrimer.html
/usr/share/doc/llvm8.0/html/CodeGenerator.html
/usr/share/doc/llvm8.0/html/CodeOfConduct.html
/usr/share/doc/llvm8.0/html/CodingStandards.html
/usr/share/doc/llvm8.0/html/CommandGuide
/usr/share/doc/llvm8.0/html/CommandGuide/FileCheck.html
/usr/share/doc/llvm8.0/html/CommandGuide/bugpoint.html
/usr/share/doc/llvm8.0/html/CommandGuide/dsymutil.html
/usr/share/doc/llvm8.0/html/CommandGuide/index.html
/usr/share/doc/llvm8.0/html/CommandGuide/lit.html
/usr/share/doc/llvm8.0/html/CommandGuide/llc.html
/usr/share/doc/llvm8.0/html/CommandGuide/lli.html
/usr/share/doc/llvm8.0/html/CommandGuide/llvm-ar.html
/usr/share/doc/llvm8.0/html/CommandGuide/llvm-as.html
/usr/share/doc/llvm8.0/html/CommandGuide/llvm-bcanalyzer.html
/usr/share/doc/llvm8.0/html/CommandGuide/llvm-build.html
/usr/share/doc/llvm8.0/html/CommandGuide/llvm-config.html
/usr/share/doc/llvm8.0/html/CommandGuide/llvm-cov.html
/usr/share/doc/llvm8.0/html/CommandGuide/llvm-cxxmap.html
/usr/share/doc/llvm8.0/html/CommandGuide/llvm-diff.html
/usr/share/doc/llvm8.0/html/CommandGuide/llvm-dis.html
/usr/share/doc/llvm8.0/html/CommandGuide/llvm-dwarfdump.html
/usr/share/doc/llvm8.0/html/CommandGuide/llvm-exegesis.html
/usr/share/doc/llvm8.0/html/CommandGuide/llvm-extract.html
/usr/share/doc/llvm8.0/html/CommandGuide/llvm-lib.html
/usr/share/doc/llvm8.0/html/CommandGuide/llvm-link.html
/usr/share/doc/llvm8.0/html/CommandGuide/llvm-mca.html
/usr/share/doc/llvm8.0/html/CommandGuide/llvm-nm.html
/usr/share/doc/llvm8.0/html/CommandGuide/llvm-objdump.html
/usr/share/doc/llvm8.0/html/CommandGuide/llvm-pdbutil.html
/usr/share/doc/llvm8.0/html/CommandGuide/llvm-profdata.html
/usr/share/doc/llvm8.0/html/CommandGuide/llvm-readobj.html
/usr/share/doc/llvm8.0/html/CommandGuide/llvm-stress.html
/usr/share/doc/llvm8.0/html/CommandGuide/llvm-symbolizer.html
/usr/share/doc/llvm8.0/html/CommandGuide/opt.html
/usr/share/doc/llvm8.0/html/CommandGuide/tblgen.html
/usr/share/doc/llvm8.0/html/CommandLine.html
/usr/share/doc/llvm8.0/html/CompileCudaWithLLVM.html
/usr/share/doc/llvm8.0/html/CompilerWriterInfo.html
/usr/share/doc/llvm8.0/html/Contributing.html
/usr/share/doc/llvm8.0/html/Coroutines.html
/usr/share/doc/llvm8.0/html/CoverageMappingFormat.html
/usr/share/doc/llvm8.0/html/DebuggingJITedCode.html
/usr/share/doc/llvm8.0/html/DeveloperPolicy.html
/usr/share/doc/llvm8.0/html/Docker.html
/usr/share/doc/llvm8.0/html/ExceptionHandling.html
/usr/share/doc/llvm8.0/html/ExtendingLLVM.html
/usr/share/doc/llvm8.0/html/Extensions.html
/usr/share/doc/llvm8.0/html/FAQ.html
/usr/share/doc/llvm8.0/html/FaultMaps.html
/usr/share/doc/llvm8.0/html/Frontend
/usr/share/doc/llvm8.0/html/Frontend/PerformanceTips.html
/usr/share/doc/llvm8.0/html/FuzzingLLVM.html
/usr/share/doc/llvm8.0/html/GarbageCollection.html
/usr/share/doc/llvm8.0/html/GetElementPtr.html
/usr/share/doc/llvm8.0/html/GettingStarted.html
/usr/share/doc/llvm8.0/html/GettingStartedVS.html
/usr/share/doc/llvm8.0/html/GlobalISel.html
/usr/share/doc/llvm8.0/html/GoldPlugin.html
/usr/share/doc/llvm8.0/html/HowToAddABuilder.html
/usr/share/doc/llvm8.0/html/HowToBuildOnARM.html
/usr/share/doc/llvm8.0/html/HowToBuildWithPGO.html
/usr/share/doc/llvm8.0/html/HowToCrossCompileBuiltinsOnArm.html
/usr/share/doc/llvm8.0/html/HowToCrossCompileLLVM.html
/usr/share/doc/llvm8.0/html/HowToReleaseLLVM.html
/usr/share/doc/llvm8.0/html/HowToSetUpLLVMStyleRTTI.html
/usr/share/doc/llvm8.0/html/HowToSubmitABug.html
/usr/share/doc/llvm8.0/html/HowToUseAttributes.html
/usr/share/doc/llvm8.0/html/HowToUseInstrMappings.html
/usr/share/doc/llvm8.0/html/InAlloca.html
/usr/share/doc/llvm8.0/html/LLVMBuild.html
/usr/share/doc/llvm8.0/html/LangRef.html
/usr/share/doc/llvm8.0/html/Lexicon.html
/usr/share/doc/llvm8.0/html/LibFuzzer.html
/usr/share/doc/llvm8.0/html/LinkTimeOptimization.html
/usr/share/doc/llvm8.0/html/MCJITDesignAndImplementation.html
/usr/share/doc/llvm8.0/html/MIRLangRef.html
/usr/share/doc/llvm8.0/html/MarkdownQuickstartTemplate.html
/usr/share/doc/llvm8.0/html/MarkedUpDisassembly.html
/usr/share/doc/llvm8.0/html/MemorySSA.html
/usr/share/doc/llvm8.0/html/MergeFunctions.html
/usr/share/doc/llvm8.0/html/NVPTXUsage.html
/usr/share/doc/llvm8.0/html/OptBisect.html
/usr/share/doc/llvm8.0/html/PDB
/usr/share/doc/llvm8.0/html/PDB/CodeViewSymbols.html
/usr/share/doc/llvm8.0/html/PDB/CodeViewTypes.html
/usr/share/doc/llvm8.0/html/PDB/DbiStream.html
/usr/share/doc/llvm8.0/html/PDB/GlobalStream.html
/usr/share/doc/llvm8.0/html/PDB/HashStream.html
/usr/share/doc/llvm8.0/html/PDB/ModiStream.html
/usr/share/doc/llvm8.0/html/PDB/MsfFile.html
/usr/share/doc/llvm8.0/html/PDB/PdbStream.html
/usr/share/doc/llvm8.0/html/PDB/PublicStream.html
/usr/share/doc/llvm8.0/html/PDB/TpiStream.html
/usr/share/doc/llvm8.0/html/PDB/index.html
/usr/share/doc/llvm8.0/html/Packaging.html
/usr/share/doc/llvm8.0/html/Passes.html
/usr/share/doc/llvm8.0/html/Phabricator.html
/usr/share/doc/llvm8.0/html/ProgrammersManual.html
/usr/share/doc/llvm8.0/html/Projects.html
/usr/share/doc/llvm8.0/html/Proposals
/usr/share/doc/llvm8.0/html/Proposals/GitHubMove.html
/usr/share/doc/llvm8.0/html/Proposals/TestSuite.html
/usr/share/doc/llvm8.0/html/Proposals/VectorizationPlan.html
/usr/share/doc/llvm8.0/html/ReleaseNotes.html
/usr/share/doc/llvm8.0/html/ReleaseProcess.html
/usr/share/doc/llvm8.0/html/ReportingGuide.html
/usr/share/doc/llvm8.0/html/ScudoHardenedAllocator.html
/usr/share/doc/llvm8.0/html/SegmentedStacks.html
/usr/share/doc/llvm8.0/html/SourceLevelDebugging.html
/usr/share/doc/llvm8.0/html/SpeculativeLoadHardening.html
/usr/share/doc/llvm8.0/html/SphinxQuickstartTemplate.html
/usr/share/doc/llvm8.0/html/StackMaps.html
/usr/share/doc/llvm8.0/html/StackSafetyAnalysis.html
/usr/share/doc/llvm8.0/html/Statepoints.html
/usr/share/doc/llvm8.0/html/SupportLibrary.html
/usr/share/doc/llvm8.0/html/SystemLibrary.html
/usr/share/doc/llvm8.0/html/TableGen
/usr/share/doc/llvm8.0/html/TableGen/BackEnds.html
/usr/share/doc/llvm8.0/html/TableGen/Deficiencies.html
/usr/share/doc/llvm8.0/html/TableGen/LangIntro.html
/usr/share/doc/llvm8.0/html/TableGen/LangRef.html
/usr/share/doc/llvm8.0/html/TableGen/index.html
/usr/share/doc/llvm8.0/html/TableGenFundamentals.html
/usr/share/doc/llvm8.0/html/TestSuiteGuide.html
/usr/share/doc/llvm8.0/html/TestSuiteMakefileGuide.html
/usr/share/doc/llvm8.0/html/TestingGuide.html
/usr/share/doc/llvm8.0/html/TransformMetadata.html
/usr/share/doc/llvm8.0/html/TypeMetadata.html
/usr/share/doc/llvm8.0/html/Vectorizers.html
/usr/share/doc/llvm8.0/html/WritingAnLLVMBackend.html
/usr/share/doc/llvm8.0/html/WritingAnLLVMPass.html
/usr/share/doc/llvm8.0/html/XRay.html
/usr/share/doc/llvm8.0/html/XRayExample.html
/usr/share/doc/llvm8.0/html/XRayFDRFormat.html
/usr/share/doc/llvm8.0/html/YamlIO.html
/usr/share/doc/llvm8.0/html/_images
/usr/share/doc/llvm8.0/html/_images/ARM-BE-bitcastfail.png
/usr/share/doc/llvm8.0/html/_images/ARM-BE-bitcastsuccess.png
/usr/share/doc/llvm8.0/html/_images/ARM-BE-ld1.png
/usr/share/doc/llvm8.0/html/_images/ARM-BE-ldr.png
/usr/share/doc/llvm8.0/html/_images/LangImpl05-cfg.png
/usr/share/doc/llvm8.0/html/_images/MCJIT-creation.png
/usr/share/doc/llvm8.0/html/_images/MCJIT-dyld-load.png
/usr/share/doc/llvm8.0/html/_images/MCJIT-engine-builder.png
/usr/share/doc/llvm8.0/html/_images/MCJIT-load-object.png
/usr/share/doc/llvm8.0/html/_images/MCJIT-load.png
/usr/share/doc/llvm8.0/html/_images/MCJIT-resolve-relocations.png
/usr/share/doc/llvm8.0/html/_images/gcc-loops.png
/usr/share/doc/llvm8.0/html/_images/linpack-pc.png
/usr/share/doc/llvm8.0/html/_images/llvm-exegesis-analysis.png
/usr/share/doc/llvm8.0/html/_sources
/usr/share/doc/llvm8.0/html/_sources/AMDGPU
/usr/share/doc/llvm8.0/html/_sources/AMDGPU/AMDGPUAsmGFX7.rst.txt
/usr/share/doc/llvm8.0/html/_sources/AMDGPU/AMDGPUAsmGFX8.rst.txt
/usr/share/doc/llvm8.0/html/_sources/AMDGPU/AMDGPUAsmGFX9.rst.txt
/usr/share/doc/llvm8.0/html/_sources/AMDGPU/gfx7_addr_buf.rst.txt
/usr/share/doc/llvm8.0/html/_sources/AMDGPU/gfx7_addr_ds.rst.txt
/usr/share/doc/llvm8.0/html/_sources/AMDGPU/gfx7_addr_flat.rst.txt
/usr/share/doc/llvm8.0/html/_sources/AMDGPU/gfx7_addr_mimg.rst.txt
/usr/share/doc/llvm8.0/html/_sources/AMDGPU/gfx7_attr.rst.txt
/usr/share/doc/llvm8.0/html/_sources/AMDGPU/gfx7_base_smem_addr.rst.txt
/usr/share/doc/llvm8.0/html/_sources/AMDGPU/gfx7_base_smem_buf.rst.txt
/usr/share/doc/llvm8.0/html/_sources/AMDGPU/gfx7_bimm16.rst.txt
/usr/share/doc/llvm8.0/html/_sources/AMDGPU/gfx7_bimm32.rst.txt
/usr/share/doc/llvm8.0/html/_sources/AMDGPU/gfx7_data_buf_atomic128.rst.txt
/usr/share/doc/llvm8.0/html/_sources/AMDGPU/gfx7_data_buf_atomic32.rst.txt
/usr/share/doc/llvm8.0/html/_sources/AMDGPU/gfx7_data_buf_atomic64.rst.txt
/usr/share/doc/llvm8.0/html/_sources/AMDGPU/gfx7_data_mimg_atomic_cmp.rst.txt
/usr/share/doc/llvm8.0/html/_sources/AMDGPU/gfx7_data_mimg_atomic_reg.rst.txt
/usr/share/doc/llvm8.0/html/_sources/AMDGPU/gfx7_data_mimg_store.rst.txt
/usr/share/doc/llvm8.0/html/_sources/AMDGPU/gfx7_dst_buf_128.rst.txt
/usr/share/doc/llvm8.0/html/_sources/AMDGPU/gfx7_dst_buf_64.rst.txt
/usr/share/doc/llvm8.0/html/_sources/AMDGPU/gfx7_dst_buf_96.rst.txt
/usr/share/doc/llvm8.0/html/_sources/AMDGPU/gfx7_dst_buf_lds.rst.txt
/usr/share/doc/llvm8.0/html/_sources/AMDGPU/gfx7_dst_flat_atomic32.rst.txt
/usr/share/doc/llvm8.0/html/_sources/AMDGPU/gfx7_dst_flat_atomic64.rst.txt
/usr/share/doc/llvm8.0/html/_sources/AMDGPU/gfx7_dst_mimg_gather4.rst.txt
/usr/share/doc/llvm8.0/html/_sources/AMDGPU/gfx7_dst_mimg_regular.rst.txt
/usr/share/doc/llvm8.0/html/_sources/AMDGPU/gfx7_fimm32.rst.txt
/usr/share/doc/llvm8.0/html/_sources/AMDGPU/gfx7_hwreg.rst.txt
/usr/share/doc/llvm8.0/html/_sources/AMDGPU/gfx7_label.rst.txt
/usr/share/doc/llvm8.0/html/_sources/AMDGPU/gfx7_mod.rst.txt
/usr/share/doc/llvm8.0/html/_sources/AMDGPU/gfx7_msg.rst.txt
/usr/share/doc/llvm8.0/html/_sources/AMDGPU/gfx7_offset_buf.rst.txt
/usr/share/doc/llvm8.0/html/_sources/AMDGPU/gfx7_offset_smem.rst.txt
/usr/share/doc/llvm8.0/html/_sources/AMDGPU/gfx7_opt.rst.txt
/usr/share/doc/llvm8.0/html/_sources/AMDGPU/gfx7_param.rst.txt
/usr/share/doc/llvm8.0/html/_sources/AMDGPU/gfx7_ret.rst.txt
/usr/share/doc/llvm8.0/html/_sources/AMDGPU/gfx7_rsrc_buf.rst.txt
/usr/share/doc/llvm8.0/html/_sources/AMDGPU/gfx7_rsrc_mimg.rst.txt
/usr/share/doc/llvm8.0/html/_sources/AMDGPU/gfx7_samp_mimg.rst.txt
/usr/share/doc/llvm8.0/html/_sources/AMDGPU/gfx7_sdst128_0.rst.txt
/usr/share/doc/llvm8.0/html/_sources/AMDGPU/gfx7_sdst256_0.rst.txt
/usr/share/doc/llvm8.0/html/_sources/AMDGPU/gfx7_sdst32_0.rst.txt
/usr/share/doc/llvm8.0/html/_sources/AMDGPU/gfx7_sdst32_1.rst.txt
/usr/share/doc/llvm8.0/html/_sources/AMDGPU/gfx7_sdst32_2.rst.txt
/usr/share/doc/llvm8.0/html/_sources/AMDGPU/gfx7_sdst512_0.rst.txt
/usr/share/doc/llvm8.0/html/_sources/AMDGPU/gfx7_sdst64_0.rst.txt
/usr/share/doc/llvm8.0/html/_sources/AMDGPU/gfx7_sdst64_1.rst.txt
/usr/share/doc/llvm8.0/html/_sources/AMDGPU/gfx7_simm16.rst.txt
/usr/share/doc/llvm8.0/html/_sources/AMDGPU/gfx7_src32_0.rst.txt
/usr/share/doc/llvm8.0/html/_sources/AMDGPU/gfx7_src32_1.rst.txt
/usr/share/doc/llvm8.0/html/_sources/AMDGPU/gfx7_src32_2.rst.txt
/usr/share/doc/llvm8.0/html/_sources/AMDGPU/gfx7_src32_3.rst.txt
/usr/share/doc/llvm8.0/html/_sources/AMDGPU/gfx7_src64_0.rst.txt
/usr/share/doc/llvm8.0/html/_sources/AMDGPU/gfx7_src64_1.rst.txt
/usr/share/doc/llvm8.0/html/_sources/AMDGPU/gfx7_src64_2.rst.txt
/usr/share/doc/llvm8.0/html/_sources/AMDGPU/gfx7_src_exp.rst.txt
/usr/share/doc/llvm8.0/html/_sources/AMDGPU/gfx7_ssrc32_0.rst.txt
/usr/share/doc/llvm8.0/html/_sources/AMDGPU/gfx7_ssrc32_1.rst.txt
/usr/share/doc/llvm8.0/html/_sources/AMDGPU/gfx7_ssrc32_2.rst.txt
/usr/share/doc/llvm8.0/html/_sources/AMDGPU/gfx7_ssrc32_3.rst.txt
/usr/share/doc/llvm8.0/html/_sources/AMDGPU/gfx7_ssrc32_4.rst.txt
/usr/share/doc/llvm8.0/html/_sources/AMDGPU/gfx7_ssrc64_0.rst.txt
/usr/share/doc/llvm8.0/html/_sources/AMDGPU/gfx7_ssrc64_1.rst.txt
/usr/share/doc/llvm8.0/html/_sources/AMDGPU/gfx7_ssrc64_2.rst.txt
/usr/share/doc/llvm8.0/html/_sources/AMDGPU/gfx7_ssrc64_3.rst.txt
/usr/share/doc/llvm8.0/html/_sources/AMDGPU/gfx7_tgt.rst.txt
/usr/share/doc/llvm8.0/html/_sources/AMDGPU/gfx7_type_dev.rst.txt
/usr/share/doc/llvm8.0/html/_sources/AMDGPU/gfx7_uimm16.rst.txt
/usr/share/doc/llvm8.0/html/_sources/AMDGPU/gfx7_vcc_64.rst.txt
/usr/share/doc/llvm8.0/html/_sources/AMDGPU/gfx7_vdata128_0.rst.txt
/usr/share/doc/llvm8.0/html/_sources/AMDGPU/gfx7_vdata32_0.rst.txt
/usr/share/doc/llvm8.0/html/_sources/AMDGPU/gfx7_vdata64_0.rst.txt
/usr/share/doc/llvm8.0/html/_sources/AMDGPU/gfx7_vdata96_0.rst.txt
/usr/share/doc/llvm8.0/html/_sources/AMDGPU/gfx7_vdst128_0.rst.txt
/usr/share/doc/llvm8.0/html/_sources/AMDGPU/gfx7_vdst32_0.rst.txt
/usr/share/doc/llvm8.0/html/_sources/AMDGPU/gfx7_vdst64_0.rst.txt
/usr/share/doc/llvm8.0/html/_sources/AMDGPU/gfx7_vdst96_0.rst.txt
/usr/share/doc/llvm8.0/html/_sources/AMDGPU/gfx7_vsrc128_0.rst.txt
/usr/share/doc/llvm8.0/html/_sources/AMDGPU/gfx7_vsrc32_0.rst.txt
/usr/share/doc/llvm8.0/html/_sources/AMDGPU/gfx7_vsrc64_0.rst.txt
/usr/share/doc/llvm8.0/html/_sources/AMDGPU/gfx7_waitcnt.rst.txt
/usr/share/doc/llvm8.0/html/_sources/AMDGPU/gfx8_addr_buf.rst.txt
/usr/share/doc/llvm8.0/html/_sources/AMDGPU/gfx8_addr_ds.rst.txt
/usr/share/doc/llvm8.0/html/_sources/AMDGPU/gfx8_addr_flat.rst.txt
/usr/share/doc/llvm8.0/html/_sources/AMDGPU/gfx8_addr_mimg.rst.txt
/usr/share/doc/llvm8.0/html/_sources/AMDGPU/gfx8_attr.rst.txt
/usr/share/doc/llvm8.0/html/_sources/AMDGPU/gfx8_base_smem_addr.rst.txt
/usr/share/doc/llvm8.0/html/_sources/AMDGPU/gfx8_base_smem_buf.rst.txt
/usr/share/doc/llvm8.0/html/_sources/AMDGPU/gfx8_bimm16.rst.txt
/usr/share/doc/llvm8.0/html/_sources/AMDGPU/gfx8_bimm32.rst.txt
/usr/share/doc/llvm8.0/html/_sources/AMDGPU/gfx8_data_buf_atomic128.rst.txt
/usr/share/doc/llvm8.0/html/_sources/AMDGPU/gfx8_data_buf_atomic32.rst.txt
/usr/share/doc/llvm8.0/html/_sources/AMDGPU/gfx8_data_buf_atomic64.rst.txt
/usr/share/doc/llvm8.0/html/_sources/AMDGPU/gfx8_data_buf_d16_128.rst.txt
/usr/share/doc/llvm8.0/html/_sources/AMDGPU/gfx8_data_buf_d16_32.rst.txt
/usr/share/doc/llvm8.0/html/_sources/AMDGPU/gfx8_data_buf_d16_64.rst.txt
/usr/share/doc/llvm8.0/html/_sources/AMDGPU/gfx8_data_buf_d16_96.rst.txt
/usr/share/doc/llvm8.0/html/_sources/AMDGPU/gfx8_data_mimg_atomic_cmp.rst.txt
/usr/share/doc/llvm8.0/html/_sources/AMDGPU/gfx8_data_mimg_atomic_reg.rst.txt
/usr/share/doc/llvm8.0/html/_sources/AMDGPU/gfx8_data_mimg_store.rst.txt
/usr/share/doc/llvm8.0/html/_sources/AMDGPU/gfx8_data_mimg_store_d16.rst.txt
/usr/share/doc/llvm8.0/html/_sources/AMDGPU/gfx8_dst_buf_128.rst.txt
/usr/share/doc/llvm8.0/html/_sources/AMDGPU/gfx8_dst_buf_64.rst.txt
/usr/share/doc/llvm8.0/html/_sources/AMDGPU/gfx8_dst_buf_96.rst.txt
/usr/share/doc/llvm8.0/html/_sources/AMDGPU/gfx8_dst_buf_d16_128.rst.txt
/usr/share/doc/llvm8.0/html/_sources/AMDGPU/gfx8_dst_buf_d16_32.rst.txt
/usr/share/doc/llvm8.0/html/_sources/AMDGPU/gfx8_dst_buf_d16_64.rst.txt
/usr/share/doc/llvm8.0/html/_sources/AMDGPU/gfx8_dst_buf_d16_96.rst.txt
/usr/share/doc/llvm8.0/html/_sources/AMDGPU/gfx8_dst_buf_lds.rst.txt
/usr/share/doc/llvm8.0/html/_sources/AMDGPU/gfx8_dst_flat_atomic32.rst.txt
/usr/share/doc/llvm8.0/html/_sources/AMDGPU/gfx8_dst_flat_atomic64.rst.txt
/usr/share/doc/llvm8.0/html/_sources/AMDGPU/gfx8_dst_mimg_gather4.rst.txt
/usr/share/doc/llvm8.0/html/_sources/AMDGPU/gfx8_dst_mimg_regular.rst.txt
/usr/share/doc/llvm8.0/html/_sources/AMDGPU/gfx8_dst_mimg_regular_d16.rst.txt
/usr/share/doc/llvm8.0/html/_sources/AMDGPU/gfx8_fimm16.rst.txt
/usr/share/doc/llvm8.0/html/_sources/AMDGPU/gfx8_fimm32.rst.txt
/usr/share/doc/llvm8.0/html/_sources/AMDGPU/gfx8_hwreg.rst.txt
/usr/share/doc/llvm8.0/html/_sources/AMDGPU/gfx8_imm4.rst.txt
/usr/share/doc/llvm8.0/html/_sources/AMDGPU/gfx8_label.rst.txt
/usr/share/doc/llvm8.0/html/_sources/AMDGPU/gfx8_mod_dpp_sdwa_abs_neg.rst.txt
/usr/share/doc/llvm8.0/html/_sources/AMDGPU/gfx8_mod_sdwa_sext.rst.txt
/usr/share/doc/llvm8.0/html/_sources/AMDGPU/gfx8_mod_vop3_abs_neg.rst.txt
/usr/share/doc/llvm8.0/html/_sources/AMDGPU/gfx8_msg.rst.txt
/usr/share/doc/llvm8.0/html/_sources/AMDGPU/gfx8_offset_buf.rst.txt
/usr/share/doc/llvm8.0/html/_sources/AMDGPU/gfx8_offset_smem_load.rst.txt
/usr/share/doc/llvm8.0/html/_sources/AMDGPU/gfx8_offset_smem_store.rst.txt
/usr/share/doc/llvm8.0/html/_sources/AMDGPU/gfx8_opt.rst.txt
/usr/share/doc/llvm8.0/html/_sources/AMDGPU/gfx8_param.rst.txt
/usr/share/doc/llvm8.0/html/_sources/AMDGPU/gfx8_perm_smem.rst.txt
/usr/share/doc/llvm8.0/html/_sources/AMDGPU/gfx8_ret.rst.txt
/usr/share/doc/llvm8.0/html/_sources/AMDGPU/gfx8_rsrc_buf.rst.txt
/usr/share/doc/llvm8.0/html/_sources/AMDGPU/gfx8_rsrc_mimg.rst.txt
/usr/share/doc/llvm8.0/html/_sources/AMDGPU/gfx8_samp_mimg.rst.txt
/usr/share/doc/llvm8.0/html/_sources/AMDGPU/gfx8_sdata128_0.rst.txt
/usr/share/doc/llvm8.0/html/_sources/AMDGPU/gfx8_sdata32_0.rst.txt
/usr/share/doc/llvm8.0/html/_sources/AMDGPU/gfx8_sdata64_0.rst.txt
/usr/share/doc/llvm8.0/html/_sources/AMDGPU/gfx8_sdst128_0.rst.txt
/usr/share/doc/llvm8.0/html/_sources/AMDGPU/gfx8_sdst256_0.rst.txt
/usr/share/doc/llvm8.0/html/_sources/AMDGPU/gfx8_sdst32_0.rst.txt
/usr/share/doc/llvm8.0/html/_sources/AMDGPU/gfx8_sdst32_1.rst.txt
/usr/share/doc/llvm8.0/html/_sources/AMDGPU/gfx8_sdst32_2.rst.txt
/usr/share/doc/llvm8.0/html/_sources/AMDGPU/gfx8_sdst512_0.rst.txt
/usr/share/doc/llvm8.0/html/_sources/AMDGPU/gfx8_sdst64_0.rst.txt
/usr/share/doc/llvm8.0/html/_sources/AMDGPU/gfx8_sdst64_1.rst.txt
/usr/share/doc/llvm8.0/html/_sources/AMDGPU/gfx8_simm16.rst.txt
/usr/share/doc/llvm8.0/html/_sources/AMDGPU/gfx8_src32_0.rst.txt
/usr/share/doc/llvm8.0/html/_sources/AMDGPU/gfx8_src32_1.rst.txt
/usr/share/doc/llvm8.0/html/_sources/AMDGPU/gfx8_src64_0.rst.txt
/usr/share/doc/llvm8.0/html/_sources/AMDGPU/gfx8_src64_1.rst.txt
/usr/share/doc/llvm8.0/html/_sources/AMDGPU/gfx8_src_exp.rst.txt
/usr/share/doc/llvm8.0/html/_sources/AMDGPU/gfx8_ssrc32_0.rst.txt
/usr/share/doc/llvm8.0/html/_sources/AMDGPU/gfx8_ssrc32_1.rst.txt
/usr/share/doc/llvm8.0/html/_sources/AMDGPU/gfx8_ssrc32_2.rst.txt
/usr/share/doc/llvm8.0/html/_sources/AMDGPU/gfx8_ssrc32_3.rst.txt
/usr/share/doc/llvm8.0/html/_sources/AMDGPU/gfx8_ssrc32_4.rst.txt
/usr/share/doc/llvm8.0/html/_sources/AMDGPU/gfx8_ssrc64_0.rst.txt
/usr/share/doc/llvm8.0/html/_sources/AMDGPU/gfx8_ssrc64_1.rst.txt
/usr/share/doc/llvm8.0/html/_sources/AMDGPU/gfx8_ssrc64_2.rst.txt
/usr/share/doc/llvm8.0/html/_sources/AMDGPU/gfx8_ssrc64_3.rst.txt
/usr/share/doc/llvm8.0/html/_sources/AMDGPU/gfx8_tgt.rst.txt
/usr/share/doc/llvm8.0/html/_sources/AMDGPU/gfx8_type_dev.rst.txt
/usr/share/doc/llvm8.0/html/_sources/AMDGPU/gfx8_uimm16.rst.txt
/usr/share/doc/llvm8.0/html/_sources/AMDGPU/gfx8_vcc_64.rst.txt
/usr/share/doc/llvm8.0/html/_sources/AMDGPU/gfx8_vdata128_0.rst.txt
/usr/share/doc/llvm8.0/html/_sources/AMDGPU/gfx8_vdata32_0.rst.txt
/usr/share/doc/llvm8.0/html/_sources/AMDGPU/gfx8_vdata64_0.rst.txt
/usr/share/doc/llvm8.0/html/_sources/AMDGPU/gfx8_vdata96_0.rst.txt
/usr/share/doc/llvm8.0/html/_sources/AMDGPU/gfx8_vdst128_0.rst.txt
/usr/share/doc/llvm8.0/html/_sources/AMDGPU/gfx8_vdst32_0.rst.txt
/usr/share/doc/llvm8.0/html/_sources/AMDGPU/gfx8_vdst64_0.rst.txt
/usr/share/doc/llvm8.0/html/_sources/AMDGPU/gfx8_vdst96_0.rst.txt
/usr/share/doc/llvm8.0/html/_sources/AMDGPU/gfx8_vsrc128_0.rst.txt
/usr/share/doc/llvm8.0/html/_sources/AMDGPU/gfx8_vsrc32_0.rst.txt
/usr/share/doc/llvm8.0/html/_sources/AMDGPU/gfx8_vsrc64_0.rst.txt
/usr/share/doc/llvm8.0/html/_sources/AMDGPU/gfx8_waitcnt.rst.txt
/usr/share/doc/llvm8.0/html/_sources/AMDGPU/gfx9_addr_buf.rst.txt
/usr/share/doc/llvm8.0/html/_sources/AMDGPU/gfx9_addr_ds.rst.txt
/usr/share/doc/llvm8.0/html/_sources/AMDGPU/gfx9_addr_flat.rst.txt
/usr/share/doc/llvm8.0/html/_sources/AMDGPU/gfx9_addr_mimg.rst.txt
/usr/share/doc/llvm8.0/html/_sources/AMDGPU/gfx9_attr.rst.txt
/usr/share/doc/llvm8.0/html/_sources/AMDGPU/gfx9_base_smem_addr.rst.txt
/usr/share/doc/llvm8.0/html/_sources/AMDGPU/gfx9_base_smem_buf.rst.txt
/usr/share/doc/llvm8.0/html/_sources/AMDGPU/gfx9_base_smem_scratch.rst.txt
/usr/share/doc/llvm8.0/html/_sources/AMDGPU/gfx9_bimm16.rst.txt
/usr/share/doc/llvm8.0/html/_sources/AMDGPU/gfx9_bimm32.rst.txt
/usr/share/doc/llvm8.0/html/_sources/AMDGPU/gfx9_data_buf_atomic128.rst.txt
/usr/share/doc/llvm8.0/html/_sources/AMDGPU/gfx9_data_buf_atomic32.rst.txt
/usr/share/doc/llvm8.0/html/_sources/AMDGPU/gfx9_data_buf_atomic64.rst.txt
/usr/share/doc/llvm8.0/html/_sources/AMDGPU/gfx9_data_mimg_atomic_cmp.rst.txt
/usr/share/doc/llvm8.0/html/_sources/AMDGPU/gfx9_data_mimg_atomic_reg.rst.txt
/usr/share/doc/llvm8.0/html/_sources/AMDGPU/gfx9_data_mimg_store.rst.txt
/usr/share/doc/llvm8.0/html/_sources/AMDGPU/gfx9_data_mimg_store_d16.rst.txt
/usr/share/doc/llvm8.0/html/_sources/AMDGPU/gfx9_data_smem_atomic128.rst.txt
/usr/share/doc/llvm8.0/html/_sources/AMDGPU/gfx9_data_smem_atomic32.rst.txt
/usr/share/doc/llvm8.0/html/_sources/AMDGPU/gfx9_data_smem_atomic64.rst.txt
/usr/share/doc/llvm8.0/html/_sources/AMDGPU/gfx9_dst_buf_128.rst.txt
/usr/share/doc/llvm8.0/html/_sources/AMDGPU/gfx9_dst_buf_32.rst.txt
/usr/share/doc/llvm8.0/html/_sources/AMDGPU/gfx9_dst_buf_64.rst.txt
/usr/share/doc/llvm8.0/html/_sources/AMDGPU/gfx9_dst_buf_96.rst.txt
/usr/share/doc/llvm8.0/html/_sources/AMDGPU/gfx9_dst_buf_lds.rst.txt
/usr/share/doc/llvm8.0/html/_sources/AMDGPU/gfx9_dst_flat_atomic32.rst.txt
/usr/share/doc/llvm8.0/html/_sources/AMDGPU/gfx9_dst_flat_atomic64.rst.txt
/usr/share/doc/llvm8.0/html/_sources/AMDGPU/gfx9_dst_mimg_gather4.rst.txt
/usr/share/doc/llvm8.0/html/_sources/AMDGPU/gfx9_dst_mimg_regular.rst.txt
/usr/share/doc/llvm8.0/html/_sources/AMDGPU/gfx9_dst_mimg_regular_d16.rst.txt
/usr/share/doc/llvm8.0/html/_sources/AMDGPU/gfx9_fimm16.rst.txt
/usr/share/doc/llvm8.0/html/_sources/AMDGPU/gfx9_fimm32.rst.txt
/usr/share/doc/llvm8.0/html/_sources/AMDGPU/gfx9_hwreg.rst.txt
/usr/share/doc/llvm8.0/html/_sources/AMDGPU/gfx9_imm4.rst.txt
/usr/share/doc/llvm8.0/html/_sources/AMDGPU/gfx9_label.rst.txt
/usr/share/doc/llvm8.0/html/_sources/AMDGPU/gfx9_mad_type_dev.rst.txt
/usr/share/doc/llvm8.0/html/_sources/AMDGPU/gfx9_mod_dpp_sdwa_abs_neg.rst.txt
/usr/share/doc/llvm8.0/html/_sources/AMDGPU/gfx9_mod_sdwa_sext.rst.txt
/usr/share/doc/llvm8.0/html/_sources/AMDGPU/gfx9_mod_vop3_abs_neg.rst.txt
/usr/share/doc/llvm8.0/html/_sources/AMDGPU/gfx9_msg.rst.txt
/usr/share/doc/llvm8.0/html/_sources/AMDGPU/gfx9_offset_buf.rst.txt
/usr/share/doc/llvm8.0/html/_sources/AMDGPU/gfx9_offset_smem_buf.rst.txt
/usr/share/doc/llvm8.0/html/_sources/AMDGPU/gfx9_offset_smem_plain.rst.txt
/usr/share/doc/llvm8.0/html/_sources/AMDGPU/gfx9_opt.rst.txt
/usr/share/doc/llvm8.0/html/_sources/AMDGPU/gfx9_param.rst.txt
/usr/share/doc/llvm8.0/html/_sources/AMDGPU/gfx9_perm_smem.rst.txt
/usr/share/doc/llvm8.0/html/_sources/AMDGPU/gfx9_ret.rst.txt
/usr/share/doc/llvm8.0/html/_sources/AMDGPU/gfx9_rsrc_buf.rst.txt
/usr/share/doc/llvm8.0/html/_sources/AMDGPU/gfx9_rsrc_mimg.rst.txt
/usr/share/doc/llvm8.0/html/_sources/AMDGPU/gfx9_saddr_flat_global.rst.txt
/usr/share/doc/llvm8.0/html/_sources/AMDGPU/gfx9_saddr_flat_scratch.rst.txt
/usr/share/doc/llvm8.0/html/_sources/AMDGPU/gfx9_samp_mimg.rst.txt
/usr/share/doc/llvm8.0/html/_sources/AMDGPU/gfx9_sdata128_0.rst.txt
/usr/share/doc/llvm8.0/html/_sources/AMDGPU/gfx9_sdata32_0.rst.txt
/usr/share/doc/llvm8.0/html/_sources/AMDGPU/gfx9_sdata64_0.rst.txt
/usr/share/doc/llvm8.0/html/_sources/AMDGPU/gfx9_sdst128_0.rst.txt
/usr/share/doc/llvm8.0/html/_sources/AMDGPU/gfx9_sdst256_0.rst.txt
/usr/share/doc/llvm8.0/html/_sources/AMDGPU/gfx9_sdst32_0.rst.txt
/usr/share/doc/llvm8.0/html/_sources/AMDGPU/gfx9_sdst32_1.rst.txt
/usr/share/doc/llvm8.0/html/_sources/AMDGPU/gfx9_sdst32_2.rst.txt
/usr/share/doc/llvm8.0/html/_sources/AMDGPU/gfx9_sdst512_0.rst.txt
/usr/share/doc/llvm8.0/html/_sources/AMDGPU/gfx9_sdst64_0.rst.txt
/usr/share/doc/llvm8.0/html/_sources/AMDGPU/gfx9_sdst64_1.rst.txt
/usr/share/doc/llvm8.0/html/_sources/AMDGPU/gfx9_simm16.rst.txt
/usr/share/doc/llvm8.0/html/_sources/AMDGPU/gfx9_src32_0.rst.txt
/usr/share/doc/llvm8.0/html/_sources/AMDGPU/gfx9_src32_1.rst.txt
/usr/share/doc/llvm8.0/html/_sources/AMDGPU/gfx9_src64_0.rst.txt
/usr/share/doc/llvm8.0/html/_sources/AMDGPU/gfx9_src64_1.rst.txt
/usr/share/doc/llvm8.0/html/_sources/AMDGPU/gfx9_src_exp.rst.txt
/usr/share/doc/llvm8.0/html/_sources/AMDGPU/gfx9_ssrc32_0.rst.txt
/usr/share/doc/llvm8.0/html/_sources/AMDGPU/gfx9_ssrc32_1.rst.txt
/usr/share/doc/llvm8.0/html/_sources/AMDGPU/gfx9_ssrc32_2.rst.txt
/usr/share/doc/llvm8.0/html/_sources/AMDGPU/gfx9_ssrc32_3.rst.txt
/usr/share/doc/llvm8.0/html/_sources/AMDGPU/gfx9_ssrc32_4.rst.txt
/usr/share/doc/llvm8.0/html/_sources/AMDGPU/gfx9_ssrc64_0.rst.txt
/usr/share/doc/llvm8.0/html/_sources/AMDGPU/gfx9_ssrc64_1.rst.txt
/usr/share/doc/llvm8.0/html/_sources/AMDGPU/gfx9_ssrc64_2.rst.txt
/usr/share/doc/llvm8.0/html/_sources/AMDGPU/gfx9_ssrc64_3.rst.txt
/usr/share/doc/llvm8.0/html/_sources/AMDGPU/gfx9_tgt.rst.txt
/usr/share/doc/llvm8.0/html/_sources/AMDGPU/gfx9_type_dev.rst.txt
/usr/share/doc/llvm8.0/html/_sources/AMDGPU/gfx9_uimm16.rst.txt
/usr/share/doc/llvm8.0/html/_sources/AMDGPU/gfx9_vaddr_flat_global.rst.txt
/usr/share/doc/llvm8.0/html/_sources/AMDGPU/gfx9_vaddr_flat_scratch.rst.txt
/usr/share/doc/llvm8.0/html/_sources/AMDGPU/gfx9_vcc_64.rst.txt
/usr/share/doc/llvm8.0/html/_sources/AMDGPU/gfx9_vdata128_0.rst.txt
/usr/share/doc/llvm8.0/html/_sources/AMDGPU/gfx9_vdata32_0.rst.txt
/usr/share/doc/llvm8.0/html/_sources/AMDGPU/gfx9_vdata64_0.rst.txt
/usr/share/doc/llvm8.0/html/_sources/AMDGPU/gfx9_vdata96_0.rst.txt
/usr/share/doc/llvm8.0/html/_sources/AMDGPU/gfx9_vdst128_0.rst.txt
/usr/share/doc/llvm8.0/html/_sources/AMDGPU/gfx9_vdst32_0.rst.txt
/usr/share/doc/llvm8.0/html/_sources/AMDGPU/gfx9_vdst64_0.rst.txt
/usr/share/doc/llvm8.0/html/_sources/AMDGPU/gfx9_vdst96_0.rst.txt
/usr/share/doc/llvm8.0/html/_sources/AMDGPU/gfx9_vsrc128_0.rst.txt
/usr/share/doc/llvm8.0/html/_sources/AMDGPU/gfx9_vsrc32_0.rst.txt
/usr/share/doc/llvm8.0/html/_sources/AMDGPU/gfx9_vsrc64_0.rst.txt
/usr/share/doc/llvm8.0/html/_sources/AMDGPU/gfx9_waitcnt.rst.txt
/usr/share/doc/llvm8.0/html/_sources/AMDGPUInstructionNotation.rst.txt
/usr/share/doc/llvm8.0/html/_sources/AMDGPUInstructionSyntax.rst.txt
/usr/share/doc/llvm8.0/html/_sources/AMDGPUModifierSyntax.rst.txt
/usr/share/doc/llvm8.0/html/_sources/AMDGPUOperandSyntax.rst.txt
/usr/share/doc/llvm8.0/html/_sources/AMDGPUUsage.rst.txt
/usr/share/doc/llvm8.0/html/_sources/AdvancedBuilds.rst.txt
/usr/share/doc/llvm8.0/html/_sources/AliasAnalysis.rst.txt
/usr/share/doc/llvm8.0/html/_sources/Atomics.rst.txt
/usr/share/doc/llvm8.0/html/_sources/Benchmarking.rst.txt
/usr/share/doc/llvm8.0/html/_sources/BigEndianNEON.rst.txt
/usr/share/doc/llvm8.0/html/_sources/BitCodeFormat.rst.txt
/usr/share/doc/llvm8.0/html/_sources/BlockFrequencyTerminology.rst.txt
/usr/share/doc/llvm8.0/html/_sources/BranchWeightMetadata.rst.txt
/usr/share/doc/llvm8.0/html/_sources/BugLifeCycle.rst.txt
/usr/share/doc/llvm8.0/html/_sources/Bugpoint.rst.txt
/usr/share/doc/llvm8.0/html/_sources/CFIVerify.rst.txt
/usr/share/doc/llvm8.0/html/_sources/CMake.rst.txt
/usr/share/doc/llvm8.0/html/_sources/CMakePrimer.rst.txt
/usr/share/doc/llvm8.0/html/_sources/CodeGenerator.rst.txt
/usr/share/doc/llvm8.0/html/_sources/CodeOfConduct.rst.txt
/usr/share/doc/llvm8.0/html/_sources/CodingStandards.rst.txt
/usr/share/doc/llvm8.0/html/_sources/CommandGuide
/usr/share/doc/llvm8.0/html/_sources/CommandGuide/FileCheck.rst.txt
/usr/share/doc/llvm8.0/html/_sources/CommandGuide/bugpoint.rst.txt
/usr/share/doc/llvm8.0/html/_sources/CommandGuide/dsymutil.rst.txt
/usr/share/doc/llvm8.0/html/_sources/CommandGuide/index.rst.txt
/usr/share/doc/llvm8.0/html/_sources/CommandGuide/lit.rst.txt
/usr/share/doc/llvm8.0/html/_sources/CommandGuide/llc.rst.txt
/usr/share/doc/llvm8.0/html/_sources/CommandGuide/lli.rst.txt
/usr/share/doc/llvm8.0/html/_sources/CommandGuide/llvm-ar.rst.txt
/usr/share/doc/llvm8.0/html/_sources/CommandGuide/llvm-as.rst.txt
/usr/share/doc/llvm8.0/html/_sources/CommandGuide/llvm-bcanalyzer.rst.txt
/usr/share/doc/llvm8.0/html/_sources/CommandGuide/llvm-build.rst.txt
/usr/share/doc/llvm8.0/html/_sources/CommandGuide/llvm-config.rst.txt
/usr/share/doc/llvm8.0/html/_sources/CommandGuide/llvm-cov.rst.txt
/usr/share/doc/llvm8.0/html/_sources/CommandGuide/llvm-cxxmap.rst.txt
/usr/share/doc/llvm8.0/html/_sources/CommandGuide/llvm-diff.rst.txt
/usr/share/doc/llvm8.0/html/_sources/CommandGuide/llvm-dis.rst.txt
/usr/share/doc/llvm8.0/html/_sources/CommandGuide/llvm-dwarfdump.rst.txt
/usr/share/doc/llvm8.0/html/_sources/CommandGuide/llvm-exegesis.rst.txt
/usr/share/doc/llvm8.0/html/_sources/CommandGuide/llvm-extract.rst.txt
/usr/share/doc/llvm8.0/html/_sources/CommandGuide/llvm-lib.rst.txt
/usr/share/doc/llvm8.0/html/_sources/CommandGuide/llvm-link.rst.txt
/usr/share/doc/llvm8.0/html/_sources/CommandGuide/llvm-mca.rst.txt
/usr/share/doc/llvm8.0/html/_sources/CommandGuide/llvm-nm.rst.txt
/usr/share/doc/llvm8.0/html/_sources/CommandGuide/llvm-objdump.rst.txt
/usr/share/doc/llvm8.0/html/_sources/CommandGuide/llvm-pdbutil.rst.txt
/usr/share/doc/llvm8.0/html/_sources/CommandGuide/llvm-profdata.rst.txt
/usr/share/doc/llvm8.0/html/_sources/CommandGuide/llvm-readobj.rst.txt
/usr/share/doc/llvm8.0/html/_sources/CommandGuide/llvm-stress.rst.txt
/usr/share/doc/llvm8.0/html/_sources/CommandGuide/llvm-symbolizer.rst.txt
/usr/share/doc/llvm8.0/html/_sources/CommandGuide/opt.rst.txt
/usr/share/doc/llvm8.0/html/_sources/CommandGuide/tblgen.rst.txt
/usr/share/doc/llvm8.0/html/_sources/CommandLine.rst.txt
/usr/share/doc/llvm8.0/html/_sources/CompileCudaWithLLVM.rst.txt
/usr/share/doc/llvm8.0/html/_sources/CompilerWriterInfo.rst.txt
/usr/share/doc/llvm8.0/html/_sources/Contributing.rst.txt
/usr/share/doc/llvm8.0/html/_sources/Coroutines.rst.txt
/usr/share/doc/llvm8.0/html/_sources/CoverageMappingFormat.rst.txt
/usr/share/doc/llvm8.0/html/_sources/DebuggingJITedCode.rst.txt
/usr/share/doc/llvm8.0/html/_sources/DeveloperPolicy.rst.txt
/usr/share/doc/llvm8.0/html/_sources/Docker.rst.txt
/usr/share/doc/llvm8.0/html/_sources/ExceptionHandling.rst.txt
/usr/share/doc/llvm8.0/html/_sources/ExtendingLLVM.rst.txt
/usr/share/doc/llvm8.0/html/_sources/Extensions.rst.txt
/usr/share/doc/llvm8.0/html/_sources/FAQ.rst.txt
/usr/share/doc/llvm8.0/html/_sources/FaultMaps.rst.txt
/usr/share/doc/llvm8.0/html/_sources/Frontend
/usr/share/doc/llvm8.0/html/_sources/Frontend/PerformanceTips.rst.txt
/usr/share/doc/llvm8.0/html/_sources/FuzzingLLVM.rst.txt
/usr/share/doc/llvm8.0/html/_sources/GarbageCollection.rst.txt
/usr/share/doc/llvm8.0/html/_sources/GetElementPtr.rst.txt
/usr/share/doc/llvm8.0/html/_sources/GettingStarted.rst.txt
/usr/share/doc/llvm8.0/html/_sources/GettingStartedVS.rst.txt
/usr/share/doc/llvm8.0/html/_sources/GlobalISel.rst.txt
/usr/share/doc/llvm8.0/html/_sources/GoldPlugin.rst.txt
/usr/share/doc/llvm8.0/html/_sources/HowToAddABuilder.rst.txt
/usr/share/doc/llvm8.0/html/_sources/HowToBuildOnARM.rst.txt
/usr/share/doc/llvm8.0/html/_sources/HowToBuildWithPGO.rst.txt
/usr/share/doc/llvm8.0/html/_sources/HowToCrossCompileBuiltinsOnArm.rst.txt
/usr/share/doc/llvm8.0/html/_sources/HowToCrossCompileLLVM.rst.txt
/usr/share/doc/llvm8.0/html/_sources/HowToReleaseLLVM.rst.txt
/usr/share/doc/llvm8.0/html/_sources/HowToSetUpLLVMStyleRTTI.rst.txt
/usr/share/doc/llvm8.0/html/_sources/HowToSubmitABug.rst.txt
/usr/share/doc/llvm8.0/html/_sources/HowToUseAttributes.rst.txt
/usr/share/doc/llvm8.0/html/_sources/HowToUseInstrMappings.rst.txt
/usr/share/doc/llvm8.0/html/_sources/InAlloca.rst.txt
/usr/share/doc/llvm8.0/html/_sources/LLVMBuild.rst.txt
/usr/share/doc/llvm8.0/html/_sources/LangRef.rst.txt
/usr/share/doc/llvm8.0/html/_sources/Lexicon.rst.txt
/usr/share/doc/llvm8.0/html/_sources/LibFuzzer.rst.txt
/usr/share/doc/llvm8.0/html/_sources/LinkTimeOptimization.rst.txt
/usr/share/doc/llvm8.0/html/_sources/MCJITDesignAndImplementation.rst.txt
/usr/share/doc/llvm8.0/html/_sources/MIRLangRef.rst.txt
/usr/share/doc/llvm8.0/html/_sources/MarkdownQuickstartTemplate.md.txt
/usr/share/doc/llvm8.0/html/_sources/MarkedUpDisassembly.rst.txt
/usr/share/doc/llvm8.0/html/_sources/MemorySSA.rst.txt
/usr/share/doc/llvm8.0/html/_sources/MergeFunctions.rst.txt
/usr/share/doc/llvm8.0/html/_sources/NVPTXUsage.rst.txt
/usr/share/doc/llvm8.0/html/_sources/OptBisect.rst.txt
/usr/share/doc/llvm8.0/html/_sources/PDB
/usr/share/doc/llvm8.0/html/_sources/PDB/CodeViewSymbols.rst.txt
/usr/share/doc/llvm8.0/html/_sources/PDB/CodeViewTypes.rst.txt
/usr/share/doc/llvm8.0/html/_sources/PDB/DbiStream.rst.txt
/usr/share/doc/llvm8.0/html/_sources/PDB/GlobalStream.rst.txt
/usr/share/doc/llvm8.0/html/_sources/PDB/HashStream.rst.txt
/usr/share/doc/llvm8.0/html/_sources/PDB/ModiStream.rst.txt
/usr/share/doc/llvm8.0/html/_sources/PDB/MsfFile.rst.txt
/usr/share/doc/llvm8.0/html/_sources/PDB/PdbStream.rst.txt
/usr/share/doc/llvm8.0/html/_sources/PDB/PublicStream.rst.txt
/usr/share/doc/llvm8.0/html/_sources/PDB/TpiStream.rst.txt
/usr/share/doc/llvm8.0/html/_sources/PDB/index.rst.txt
/usr/share/doc/llvm8.0/html/_sources/Packaging.rst.txt
/usr/share/doc/llvm8.0/html/_sources/Passes.rst.txt
/usr/share/doc/llvm8.0/html/_sources/Phabricator.rst.txt
/usr/share/doc/llvm8.0/html/_sources/ProgrammersManual.rst.txt
/usr/share/doc/llvm8.0/html/_sources/Projects.rst.txt
/usr/share/doc/llvm8.0/html/_sources/Proposals
/usr/share/doc/llvm8.0/html/_sources/Proposals/GitHubMove.rst.txt
/usr/share/doc/llvm8.0/html/_sources/Proposals/TestSuite.rst.txt
/usr/share/doc/llvm8.0/html/_sources/Proposals/VectorizationPlan.rst.txt
/usr/share/doc/llvm8.0/html/_sources/ReleaseNotes.rst.txt
/usr/share/doc/llvm8.0/html/_sources/ReleaseProcess.rst.txt
/usr/share/doc/llvm8.0/html/_sources/ReportingGuide.rst.txt
/usr/share/doc/llvm8.0/html/_sources/ScudoHardenedAllocator.rst.txt
/usr/share/doc/llvm8.0/html/_sources/SegmentedStacks.rst.txt
/usr/share/doc/llvm8.0/html/_sources/SourceLevelDebugging.rst.txt
/usr/share/doc/llvm8.0/html/_sources/SpeculativeLoadHardening.md.txt
/usr/share/doc/llvm8.0/html/_sources/SphinxQuickstartTemplate.rst.txt
/usr/share/doc/llvm8.0/html/_sources/StackMaps.rst.txt
/usr/share/doc/llvm8.0/html/_sources/StackSafetyAnalysis.rst.txt
/usr/share/doc/llvm8.0/html/_sources/Statepoints.rst.txt
/usr/share/doc/llvm8.0/html/_sources/SupportLibrary.rst.txt
/usr/share/doc/llvm8.0/html/_sources/SystemLibrary.rst.txt
/usr/share/doc/llvm8.0/html/_sources/TableGen
/usr/share/doc/llvm8.0/html/_sources/TableGen/BackEnds.rst.txt
/usr/share/doc/llvm8.0/html/_sources/TableGen/Deficiencies.rst.txt
/usr/share/doc/llvm8.0/html/_sources/TableGen/LangIntro.rst.txt
/usr/share/doc/llvm8.0/html/_sources/TableGen/LangRef.rst.txt
/usr/share/doc/llvm8.0/html/_sources/TableGen/index.rst.txt
/usr/share/doc/llvm8.0/html/_sources/TableGenFundamentals.rst.txt
/usr/share/doc/llvm8.0/html/_sources/TestSuiteGuide.md.txt
/usr/share/doc/llvm8.0/html/_sources/TestSuiteMakefileGuide.rst.txt
/usr/share/doc/llvm8.0/html/_sources/TestingGuide.rst.txt
/usr/share/doc/llvm8.0/html/_sources/TransformMetadata.rst.txt
/usr/share/doc/llvm8.0/html/_sources/TypeMetadata.rst.txt
/usr/share/doc/llvm8.0/html/_sources/Vectorizers.rst.txt
/usr/share/doc/llvm8.0/html/_sources/WritingAnLLVMBackend.rst.txt
/usr/share/doc/llvm8.0/html/_sources/WritingAnLLVMPass.rst.txt
/usr/share/doc/llvm8.0/html/_sources/XRay.rst.txt
/usr/share/doc/llvm8.0/html/_sources/XRayExample.rst.txt
/usr/share/doc/llvm8.0/html/_sources/XRayFDRFormat.rst.txt
/usr/share/doc/llvm8.0/html/_sources/YamlIO.rst.txt
/usr/share/doc/llvm8.0/html/_sources/index.rst.txt
/usr/share/doc/llvm8.0/html/_sources/tutorial
/usr/share/doc/llvm8.0/html/_sources/tutorial/BuildingAJIT1.rst.txt
/usr/share/doc/llvm8.0/html/_sources/tutorial/BuildingAJIT2.rst.txt
/usr/share/doc/llvm8.0/html/_sources/tutorial/BuildingAJIT3.rst.txt
/usr/share/doc/llvm8.0/html/_sources/tutorial/BuildingAJIT4.rst.txt
/usr/share/doc/llvm8.0/html/_sources/tutorial/BuildingAJIT5.rst.txt
/usr/share/doc/llvm8.0/html/_sources/tutorial/LangImpl01.rst.txt
/usr/share/doc/llvm8.0/html/_sources/tutorial/LangImpl02.rst.txt
/usr/share/doc/llvm8.0/html/_sources/tutorial/LangImpl03.rst.txt
/usr/share/doc/llvm8.0/html/_sources/tutorial/LangImpl04.rst.txt
/usr/share/doc/llvm8.0/html/_sources/tutorial/LangImpl05.rst.txt
/usr/share/doc/llvm8.0/html/_sources/tutorial/LangImpl06.rst.txt
/usr/share/doc/llvm8.0/html/_sources/tutorial/LangImpl07.rst.txt
/usr/share/doc/llvm8.0/html/_sources/tutorial/LangImpl08.rst.txt
/usr/share/doc/llvm8.0/html/_sources/tutorial/LangImpl09.rst.txt
/usr/share/doc/llvm8.0/html/_sources/tutorial/LangImpl10.rst.txt
/usr/share/doc/llvm8.0/html/_sources/tutorial/OCamlLangImpl1.rst.txt
/usr/share/doc/llvm8.0/html/_sources/tutorial/OCamlLangImpl2.rst.txt
/usr/share/doc/llvm8.0/html/_sources/tutorial/OCamlLangImpl3.rst.txt
/usr/share/doc/llvm8.0/html/_sources/tutorial/OCamlLangImpl4.rst.txt
/usr/share/doc/llvm8.0/html/_sources/tutorial/OCamlLangImpl5.rst.txt
/usr/share/doc/llvm8.0/html/_sources/tutorial/OCamlLangImpl6.rst.txt
/usr/share/doc/llvm8.0/html/_sources/tutorial/OCamlLangImpl7.rst.txt
/usr/share/doc/llvm8.0/html/_sources/tutorial/OCamlLangImpl8.rst.txt
/usr/share/doc/llvm8.0/html/_sources/tutorial/index.rst.txt
/usr/share/doc/llvm8.0/html/_sources/yaml2obj.rst.txt
/usr/share/doc/llvm8.0/html/_static
/usr/share/doc/llvm8.0/html/_static/basic.css
/usr/share/doc/llvm8.0/html/_static/contents.png
/usr/share/doc/llvm8.0/html/_static/doctools.js
/usr/share/doc/llvm8.0/html/_static/documentation_options.js
/usr/share/doc/llvm8.0/html/_static/file.png
/usr/share/doc/llvm8.0/html/_static/jquery-3.5.1.js
/usr/share/doc/llvm8.0/html/_static/jquery.js
/usr/share/doc/llvm8.0/html/_static/language_data.js
/usr/share/doc/llvm8.0/html/_static/lines.gif
/usr/share/doc/llvm8.0/html/_static/llvm-theme.css
/usr/share/doc/llvm8.0/html/_static/llvm.css
/usr/share/doc/llvm8.0/html/_static/logo.png
/usr/share/doc/llvm8.0/html/_static/minus.png
/usr/share/doc/llvm8.0/html/_static/navigation.png
/usr/share/doc/llvm8.0/html/_static/plus.png
/usr/share/doc/llvm8.0/html/_static/pygments.css
/usr/share/doc/llvm8.0/html/_static/searchtools.js
/usr/share/doc/llvm8.0/html/_static/underscore-1.13.1.js
/usr/share/doc/llvm8.0/html/_static/underscore.js
/usr/share/doc/llvm8.0/html/genindex.html
/usr/share/doc/llvm8.0/html/index.html
/usr/share/doc/llvm8.0/html/objects.inv
/usr/share/doc/llvm8.0/html/search.html
/usr/share/doc/llvm8.0/html/searchindex.js
/usr/share/doc/llvm8.0/html/tutorial
/usr/share/doc/llvm8.0/html/tutorial/BuildingAJIT1.html
/usr/share/doc/llvm8.0/html/tutorial/BuildingAJIT2.html
/usr/share/doc/llvm8.0/html/tutorial/BuildingAJIT3.html
/usr/share/doc/llvm8.0/html/tutorial/BuildingAJIT4.html
/usr/share/doc/llvm8.0/html/tutorial/BuildingAJIT5.html
/usr/share/doc/llvm8.0/html/tutorial/LangImpl01.html
/usr/share/doc/llvm8.0/html/tutorial/LangImpl02.html
/usr/share/doc/llvm8.0/html/tutorial/LangImpl03.html
/usr/share/doc/llvm8.0/html/tutorial/LangImpl04.html
/usr/share/doc/llvm8.0/html/tutorial/LangImpl05.html
/usr/share/doc/llvm8.0/html/tutorial/LangImpl06.html
/usr/share/doc/llvm8.0/html/tutorial/LangImpl07.html
/usr/share/doc/llvm8.0/html/tutorial/LangImpl08.html
/usr/share/doc/llvm8.0/html/tutorial/LangImpl09.html
/usr/share/doc/llvm8.0/html/tutorial/LangImpl10.html
/usr/share/doc/llvm8.0/html/tutorial/OCamlLangImpl1.html
/usr/share/doc/llvm8.0/html/tutorial/OCamlLangImpl2.html
/usr/share/doc/llvm8.0/html/tutorial/OCamlLangImpl3.html
/usr/share/doc/llvm8.0/html/tutorial/OCamlLangImpl4.html
/usr/share/doc/llvm8.0/html/tutorial/OCamlLangImpl5.html
/usr/share/doc/llvm8.0/html/tutorial/OCamlLangImpl6.html
/usr/share/doc/llvm8.0/html/tutorial/OCamlLangImpl7.html
/usr/share/doc/llvm8.0/html/tutorial/OCamlLangImpl8.html
/usr/share/doc/llvm8.0/html/tutorial/index.html
/usr/share/doc/llvm8.0/html/yaml2obj.html

References

Summary

In this tutorial we learn how to install llvm8 on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).