llvm: 3.3 -> 3.4.1

This commit is contained in:
Thomas Penteker 2014-05-13 11:14:17 +02:00
parent 88c1ef05ed
commit 8ad93d2eda
3 changed files with 137 additions and 86 deletions

View File

@ -9,6 +9,7 @@ lrwxrwxrwx root/root usr/bin/clang++ -> clang
-rwxr-xr-x root/root usr/bin/clang-tblgen
-rwxr-xr-x root/root usr/bin/llc
-rwxr-xr-x root/root usr/bin/lli
-rwxr-xr-x root/root usr/bin/lli-child-target
-rwxr-xr-x root/root usr/bin/llvm-ar
-rwxr-xr-x root/root usr/bin/llvm-as
-rwxr-xr-x root/root usr/bin/llvm-bcanalyzer
@ -23,8 +24,7 @@ lrwxrwxrwx root/root usr/bin/clang++ -> clang
-rwxr-xr-x root/root usr/bin/llvm-mcmarkup
-rwxr-xr-x root/root usr/bin/llvm-nm
-rwxr-xr-x root/root usr/bin/llvm-objdump
-rwxr-xr-x root/root usr/bin/llvm-prof
-rwxr-xr-x root/root usr/bin/llvm-ranlib
lrwxrwxrwx root/root usr/bin/llvm-ranlib -> llvm-ar
-rwxr-xr-x root/root usr/bin/llvm-readobj
-rwxr-xr-x root/root usr/bin/llvm-rtdyld
-rwxr-xr-x root/root usr/bin/llvm-size
@ -50,7 +50,9 @@ drwxr-xr-x root/root usr/include/clang/AST/
-rw-r--r-- root/root usr/include/clang/AST/ASTConsumer.h
-rw-r--r-- root/root usr/include/clang/AST/ASTContext.h
-rw-r--r-- root/root usr/include/clang/AST/ASTDiagnostic.h
-rw-r--r-- root/root usr/include/clang/AST/ASTFwd.h
-rw-r--r-- root/root usr/include/clang/AST/ASTImporter.h
-rw-r--r-- root/root usr/include/clang/AST/ASTLambda.h
-rw-r--r-- root/root usr/include/clang/AST/ASTMutationListener.h
-rw-r--r-- root/root usr/include/clang/AST/ASTTypeTraits.h
-rw-r--r-- root/root usr/include/clang/AST/ASTUnresolvedSet.h
@ -100,8 +102,8 @@ drwxr-xr-x root/root usr/include/clang/AST/
-rw-r--r-- root/root usr/include/clang/AST/ExprObjC.h
-rw-r--r-- root/root usr/include/clang/AST/ExternalASTSource.h
-rw-r--r-- root/root usr/include/clang/AST/GlobalDecl.h
-rw-r--r-- root/root usr/include/clang/AST/LambdaMangleContext.h
-rw-r--r-- root/root usr/include/clang/AST/Mangle.h
-rw-r--r-- root/root usr/include/clang/AST/MangleNumberingContext.h
-rw-r--r-- root/root usr/include/clang/AST/NSAPI.h
-rw-r--r-- root/root usr/include/clang/AST/NestedNameSpecifier.h
-rw-r--r-- root/root usr/include/clang/AST/OperationKinds.h
@ -118,6 +120,7 @@ drwxr-xr-x root/root usr/include/clang/AST/
-rw-r--r-- root/root usr/include/clang/AST/StmtIterator.h
-rw-r--r-- root/root usr/include/clang/AST/StmtNodes.inc
-rw-r--r-- root/root usr/include/clang/AST/StmtObjC.h
-rw-r--r-- root/root usr/include/clang/AST/StmtOpenMP.h
-rw-r--r-- root/root usr/include/clang/AST/StmtVisitor.h
-rw-r--r-- root/root usr/include/clang/AST/TemplateBase.h
-rw-r--r-- root/root usr/include/clang/AST/TemplateName.h
@ -136,9 +139,15 @@ drwxr-xr-x root/root usr/include/clang/ASTMatchers/
-rw-r--r-- root/root usr/include/clang/ASTMatchers/ASTMatchers.h
-rw-r--r-- root/root usr/include/clang/ASTMatchers/ASTMatchersInternal.h
-rw-r--r-- root/root usr/include/clang/ASTMatchers/ASTMatchersMacros.h
drwxr-xr-x root/root usr/include/clang/ASTMatchers/Dynamic/
-rw-r--r-- root/root usr/include/clang/ASTMatchers/Dynamic/Diagnostics.h
-rw-r--r-- root/root usr/include/clang/ASTMatchers/Dynamic/Parser.h
-rw-r--r-- root/root usr/include/clang/ASTMatchers/Dynamic/Registry.h
-rw-r--r-- root/root usr/include/clang/ASTMatchers/Dynamic/VariantValue.h
drwxr-xr-x root/root usr/include/clang/Analysis/
drwxr-xr-x root/root usr/include/clang/Analysis/Analyses/
-rw-r--r-- root/root usr/include/clang/Analysis/Analyses/CFGReachabilityAnalysis.h
-rw-r--r-- root/root usr/include/clang/Analysis/Analyses/Consumed.h
-rw-r--r-- root/root usr/include/clang/Analysis/Analyses/Dominators.h
-rw-r--r-- root/root usr/include/clang/Analysis/Analyses/FormatString.h
-rw-r--r-- root/root usr/include/clang/Analysis/Analyses/LiveVariables.h
@ -160,12 +169,7 @@ drwxr-xr-x root/root usr/include/clang/Analysis/FlowSensitive/
-rw-r--r-- root/root usr/include/clang/Analysis/FlowSensitive/DataflowValues.h
-rw-r--r-- root/root usr/include/clang/Analysis/ProgramPoint.h
drwxr-xr-x root/root usr/include/clang/Analysis/Support/
-rw-r--r-- root/root usr/include/clang/Analysis/Support/BlkExprDeclBitVector.h
-rw-r--r-- root/root usr/include/clang/Analysis/Support/BumpVector.h
drwxr-xr-x root/root usr/include/clang/Analysis/Visitors/
-rw-r--r-- root/root usr/include/clang/Analysis/Visitors/CFGRecStmtDeclVisitor.h
-rw-r--r-- root/root usr/include/clang/Analysis/Visitors/CFGRecStmtVisitor.h
-rw-r--r-- root/root usr/include/clang/Analysis/Visitors/CFGStmtVisitor.h
drwxr-xr-x root/root usr/include/clang/Basic/
-rw-r--r-- root/root usr/include/clang/Basic/ABI.h
-rw-r--r-- root/root usr/include/clang/Basic/AddressSpaces.h
@ -181,6 +185,7 @@ drwxr-xr-x root/root usr/include/clang/Basic/
-rw-r--r-- root/root usr/include/clang/Basic/BuiltinsNVPTX.def
-rw-r--r-- root/root usr/include/clang/Basic/BuiltinsPPC.def
-rw-r--r-- root/root usr/include/clang/Basic/BuiltinsX86.def
-rw-r--r-- root/root usr/include/clang/Basic/BuiltinsXCore.def
-rw-r--r-- root/root usr/include/clang/Basic/CapturedStmt.h
-rw-r--r-- root/root usr/include/clang/Basic/CharInfo.h
-rw-r--r-- root/root usr/include/clang/Basic/CommentOptions.h
@ -245,14 +250,14 @@ drwxr-xr-x root/root usr/include/clang/Basic/
-rw-r--r-- root/root usr/include/clang/Basic/arm_neon.inc
drwxr-xr-x root/root usr/include/clang/CodeGen/
-rw-r--r-- root/root usr/include/clang/CodeGen/BackendUtil.h
-rw-r--r-- root/root usr/include/clang/CodeGen/CGFunctionInfo.h
-rw-r--r-- root/root usr/include/clang/CodeGen/CodeGenABITypes.h
-rw-r--r-- root/root usr/include/clang/CodeGen/CodeGenAction.h
-rw-r--r-- root/root usr/include/clang/CodeGen/ModuleBuilder.h
drwxr-xr-x root/root usr/include/clang/Config/
-rw-r--r-- root/root usr/include/clang/Config/config.h
drwxr-xr-x root/root usr/include/clang/Driver/
-rw-r--r-- root/root usr/include/clang/Driver/Action.h
-rw-r--r-- root/root usr/include/clang/Driver/Arg.h
-rw-r--r-- root/root usr/include/clang/Driver/ArgList.h
-rw-r--r-- root/root usr/include/clang/Driver/CC1AsOptions.h
-rw-r--r-- root/root usr/include/clang/Driver/CC1AsOptions.inc
-rw-r--r-- root/root usr/include/clang/Driver/CC1Options.h (EMPTY)
@ -260,12 +265,10 @@ drwxr-xr-x root/root usr/include/clang/Driver/
-rw-r--r-- root/root usr/include/clang/Driver/Driver.h
-rw-r--r-- root/root usr/include/clang/Driver/DriverDiagnostic.h
-rw-r--r-- root/root usr/include/clang/Driver/Job.h
-rw-r--r-- root/root usr/include/clang/Driver/OptSpecifier.h
-rw-r--r-- root/root usr/include/clang/Driver/OptTable.h
-rw-r--r-- root/root usr/include/clang/Driver/Option.h
-rw-r--r-- root/root usr/include/clang/Driver/Options.h
-rw-r--r-- root/root usr/include/clang/Driver/Options.inc
-rw-r--r-- root/root usr/include/clang/Driver/Phases.h
-rw-r--r-- root/root usr/include/clang/Driver/SanitizerArgs.h
-rw-r--r-- root/root usr/include/clang/Driver/Tool.h
-rw-r--r-- root/root usr/include/clang/Driver/ToolChain.h
-rw-r--r-- root/root usr/include/clang/Driver/Types.def
@ -311,6 +314,9 @@ drwxr-xr-x root/root usr/include/clang/Frontend/
-rw-r--r-- root/root usr/include/clang/Frontend/VerifyDiagnosticConsumer.h
drwxr-xr-x root/root usr/include/clang/FrontendTool/
-rw-r--r-- root/root usr/include/clang/FrontendTool/Utils.h
drwxr-xr-x root/root usr/include/clang/Index/
-rw-r--r-- root/root usr/include/clang/Index/CommentToXML.h
-rw-r--r-- root/root usr/include/clang/Index/USRGeneration.h
drwxr-xr-x root/root usr/include/clang/Lex/
-rw-r--r-- root/root usr/include/clang/Lex/AttrSpellings.inc
-rw-r--r-- root/root usr/include/clang/Lex/CodeCompletionHandler.h
@ -341,8 +347,9 @@ drwxr-xr-x root/root usr/include/clang/Lex/
-rw-r--r-- root/root usr/include/clang/Lex/TokenConcatenation.h
-rw-r--r-- root/root usr/include/clang/Lex/TokenLexer.h
drwxr-xr-x root/root usr/include/clang/Parse/
-rw-r--r-- root/root usr/include/clang/Parse/AttrExprArgs.inc
-rw-r--r-- root/root usr/include/clang/Parse/AttrIdentifierArg.inc
-rw-r--r-- root/root usr/include/clang/Parse/AttrLateParsed.inc
-rw-r--r-- root/root usr/include/clang/Parse/AttrTypeArg.inc
-rw-r--r-- root/root usr/include/clang/Parse/ParseAST.h
-rw-r--r-- root/root usr/include/clang/Parse/ParseDiagnostic.h
-rw-r--r-- root/root usr/include/clang/Parse/Parser.h
@ -360,6 +367,7 @@ drwxr-xr-x root/root usr/include/clang/Rewrite/Frontend/
-rw-r--r-- root/root usr/include/clang/Rewrite/Frontend/Rewriters.h
drwxr-xr-x root/root usr/include/clang/Sema/
-rw-r--r-- root/root usr/include/clang/Sema/AnalysisBasedWarnings.h
-rw-r--r-- root/root usr/include/clang/Sema/AttrParsedAttrImpl.inc
-rw-r--r-- root/root usr/include/clang/Sema/AttrParsedAttrKinds.inc
-rw-r--r-- root/root usr/include/clang/Sema/AttrParsedAttrList.inc
-rw-r--r-- root/root usr/include/clang/Sema/AttrSpellingListIndex.inc
@ -389,6 +397,7 @@ drwxr-xr-x root/root usr/include/clang/Sema/
-rw-r--r-- root/root usr/include/clang/Sema/SemaDiagnostic.h
-rw-r--r-- root/root usr/include/clang/Sema/SemaFixItUtils.h
-rw-r--r-- root/root usr/include/clang/Sema/SemaInternal.h
-rw-r--r-- root/root usr/include/clang/Sema/SemaLambda.h
-rw-r--r-- root/root usr/include/clang/Sema/Template.h
-rw-r--r-- root/root usr/include/clang/Sema/TemplateDeduction.h
-rw-r--r-- root/root usr/include/clang/Sema/TypoCorrection.h
@ -408,8 +417,8 @@ drwxr-xr-x root/root usr/include/clang/Serialization/
drwxr-xr-x root/root usr/include/clang/StaticAnalyzer/
drwxr-xr-x root/root usr/include/clang/StaticAnalyzer/Checkers/
-rw-r--r-- root/root usr/include/clang/StaticAnalyzer/Checkers/ClangCheckers.h
-rw-r--r-- root/root usr/include/clang/StaticAnalyzer/Checkers/CommonBugCategories.h
-rw-r--r-- root/root usr/include/clang/StaticAnalyzer/Checkers/LocalCheckers.h
-rw-r--r-- root/root usr/include/clang/StaticAnalyzer/Checkers/ObjCRetainCount.h
drwxr-xr-x root/root usr/include/clang/StaticAnalyzer/Core/
-rw-r--r-- root/root usr/include/clang/StaticAnalyzer/Core/Analyses.def
-rw-r--r-- root/root usr/include/clang/StaticAnalyzer/Core/AnalyzerOptions.h
@ -417,6 +426,7 @@ drwxr-xr-x root/root usr/include/clang/StaticAnalyzer/Core/BugReporter/
-rw-r--r-- root/root usr/include/clang/StaticAnalyzer/Core/BugReporter/BugReporter.h
-rw-r--r-- root/root usr/include/clang/StaticAnalyzer/Core/BugReporter/BugReporterVisitor.h
-rw-r--r-- root/root usr/include/clang/StaticAnalyzer/Core/BugReporter/BugType.h
-rw-r--r-- root/root usr/include/clang/StaticAnalyzer/Core/BugReporter/CommonBugCategories.h
-rw-r--r-- root/root usr/include/clang/StaticAnalyzer/Core/BugReporter/PathDiagnostic.h
-rw-r--r-- root/root usr/include/clang/StaticAnalyzer/Core/Checker.h
-rw-r--r-- root/root usr/include/clang/StaticAnalyzer/Core/CheckerManager.h
@ -464,6 +474,7 @@ drwxr-xr-x root/root usr/include/clang/Tooling/
-rw-r--r-- root/root usr/include/clang/Tooling/JSONCompilationDatabase.h
-rw-r--r-- root/root usr/include/clang/Tooling/Refactoring.h
-rw-r--r-- root/root usr/include/clang/Tooling/RefactoringCallbacks.h
-rw-r--r-- root/root usr/include/clang/Tooling/ReplacementsYaml.h
-rw-r--r-- root/root usr/include/clang/Tooling/Tooling.h
drwxr-xr-x root/root usr/include/llvm-c/
-rw-r--r-- root/root usr/include/llvm-c/Analysis.h
@ -472,10 +483,12 @@ drwxr-xr-x root/root usr/include/llvm-c/
-rw-r--r-- root/root usr/include/llvm-c/Core.h
-rw-r--r-- root/root usr/include/llvm-c/Disassembler.h
-rw-r--r-- root/root usr/include/llvm-c/ExecutionEngine.h
-rw-r--r-- root/root usr/include/llvm-c/IRReader.h
-rw-r--r-- root/root usr/include/llvm-c/Initialization.h
-rw-r--r-- root/root usr/include/llvm-c/LinkTimeOptimizer.h
-rw-r--r-- root/root usr/include/llvm-c/Linker.h
-rw-r--r-- root/root usr/include/llvm-c/Object.h
-rw-r--r-- root/root usr/include/llvm-c/Support.h
-rw-r--r-- root/root usr/include/llvm-c/Target.h
-rw-r--r-- root/root usr/include/llvm-c/TargetMachine.h
drwxr-xr-x root/root usr/include/llvm-c/Transforms/
@ -511,7 +524,6 @@ drwxr-xr-x root/root usr/include/llvm/ADT/
-rw-r--r-- root/root usr/include/llvm/ADT/IntrusiveRefCntPtr.h
-rw-r--r-- root/root usr/include/llvm/ADT/MapVector.h
-rw-r--r-- root/root usr/include/llvm/ADT/None.h
-rw-r--r-- root/root usr/include/llvm/ADT/NullablePtr.h
-rw-r--r-- root/root usr/include/llvm/ADT/Optional.h
-rw-r--r-- root/root usr/include/llvm/ADT/OwningPtr.h
-rw-r--r-- root/root usr/include/llvm/ADT/PackedVector.h
@ -547,12 +559,14 @@ drwxr-xr-x root/root usr/include/llvm/ADT/
-rw-r--r-- root/root usr/include/llvm/ADT/edit_distance.h
-rw-r--r-- root/root usr/include/llvm/ADT/ilist.h
-rw-r--r-- root/root usr/include/llvm/ADT/ilist_node.h
-rw-r--r-- root/root usr/include/llvm/ADT/polymorphic_ptr.h
drwxr-xr-x root/root usr/include/llvm/Analysis/
-rw-r--r-- root/root usr/include/llvm/Analysis/AliasAnalysis.h
-rw-r--r-- root/root usr/include/llvm/Analysis/AliasSetTracker.h
-rw-r--r-- root/root usr/include/llvm/Analysis/BlockFrequencyImpl.h
-rw-r--r-- root/root usr/include/llvm/Analysis/BlockFrequencyInfo.h
-rw-r--r-- root/root usr/include/llvm/Analysis/BranchProbabilityInfo.h
-rw-r--r-- root/root usr/include/llvm/Analysis/CFG.h
-rw-r--r-- root/root usr/include/llvm/Analysis/CFGPrinter.h
-rw-r--r-- root/root usr/include/llvm/Analysis/CallGraph.h
-rw-r--r-- root/root usr/include/llvm/Analysis/CallGraphSCCPass.h
@ -587,14 +601,7 @@ drwxr-xr-x root/root usr/include/llvm/Analysis/
-rw-r--r-- root/root usr/include/llvm/Analysis/MemoryDependenceAnalysis.h
-rw-r--r-- root/root usr/include/llvm/Analysis/PHITransAddr.h
-rw-r--r-- root/root usr/include/llvm/Analysis/Passes.h
-rw-r--r-- root/root usr/include/llvm/Analysis/PathNumbering.h
-rw-r--r-- root/root usr/include/llvm/Analysis/PathProfileInfo.h
-rw-r--r-- root/root usr/include/llvm/Analysis/PostDominators.h
-rw-r--r-- root/root usr/include/llvm/Analysis/ProfileDataLoader.h
-rw-r--r-- root/root usr/include/llvm/Analysis/ProfileDataTypes.h
-rw-r--r-- root/root usr/include/llvm/Analysis/ProfileInfo.h
-rw-r--r-- root/root usr/include/llvm/Analysis/ProfileInfoLoader.h
-rw-r--r-- root/root usr/include/llvm/Analysis/ProfileInfoTypes.h
-rw-r--r-- root/root usr/include/llvm/Analysis/PtrUseVisitor.h
-rw-r--r-- root/root usr/include/llvm/Analysis/RegionInfo.h
-rw-r--r-- root/root usr/include/llvm/Analysis/RegionIterator.h
@ -616,7 +623,6 @@ drwxr-xr-x root/root usr/include/llvm/Assembly/
-rw-r--r-- root/root usr/include/llvm/Assembly/Writer.h
-rw-r--r-- root/root usr/include/llvm/AutoUpgrade.h
drwxr-xr-x root/root usr/include/llvm/Bitcode/
-rw-r--r-- root/root usr/include/llvm/Bitcode/Archive.h
-rw-r--r-- root/root usr/include/llvm/Bitcode/BitCodes.h
-rw-r--r-- root/root usr/include/llvm/Bitcode/BitstreamReader.h
-rw-r--r-- root/root usr/include/llvm/Bitcode/BitstreamWriter.h
@ -649,6 +655,7 @@ drwxr-xr-x root/root usr/include/llvm/CodeGen/
-rw-r--r-- root/root usr/include/llvm/CodeGen/LiveIntervalUnion.h
-rw-r--r-- root/root usr/include/llvm/CodeGen/LiveRangeEdit.h
-rw-r--r-- root/root usr/include/llvm/CodeGen/LiveRegMatrix.h
-rw-r--r-- root/root usr/include/llvm/CodeGen/LiveRegUnits.h
-rw-r--r-- root/root usr/include/llvm/CodeGen/LiveStackAnalysis.h
-rw-r--r-- root/root usr/include/llvm/CodeGen/LiveVariables.h
-rw-r--r-- root/root usr/include/llvm/CodeGen/MachORelocation.h
@ -706,6 +713,8 @@ drwxr-xr-x root/root usr/include/llvm/CodeGen/PBQP/Heuristics/
-rw-r--r-- root/root usr/include/llvm/CodeGen/SelectionDAGISel.h
-rw-r--r-- root/root usr/include/llvm/CodeGen/SelectionDAGNodes.h
-rw-r--r-- root/root usr/include/llvm/CodeGen/SlotIndexes.h
-rw-r--r-- root/root usr/include/llvm/CodeGen/StackMaps.h
-rw-r--r-- root/root usr/include/llvm/CodeGen/StackProtector.h
-rw-r--r-- root/root usr/include/llvm/CodeGen/TargetLoweringObjectFileImpl.h
-rw-r--r-- root/root usr/include/llvm/CodeGen/TargetSchedule.h
-rw-r--r-- root/root usr/include/llvm/CodeGen/ValueTypes.h
@ -735,6 +744,7 @@ drwxr-xr-x root/root usr/include/llvm/ExecutionEngine/
-rw-r--r-- root/root usr/include/llvm/ExecutionEngine/ObjectBuffer.h
-rw-r--r-- root/root usr/include/llvm/ExecutionEngine/ObjectCache.h
-rw-r--r-- root/root usr/include/llvm/ExecutionEngine/ObjectImage.h
-rw-r--r-- root/root usr/include/llvm/ExecutionEngine/RTDyldMemoryManager.h
-rw-r--r-- root/root usr/include/llvm/ExecutionEngine/RuntimeDyld.h
-rw-r--r-- root/root usr/include/llvm/ExecutionEngine/SectionMemoryManager.h
-rw-r--r-- root/root usr/include/llvm/GVMaterializer.h
@ -761,6 +771,7 @@ drwxr-xr-x root/root usr/include/llvm/IR/
-rw-r--r-- root/root usr/include/llvm/IR/Intrinsics.gen
-rw-r--r-- root/root usr/include/llvm/IR/Intrinsics.h
-rw-r--r-- root/root usr/include/llvm/IR/Intrinsics.td
-rw-r--r-- root/root usr/include/llvm/IR/IntrinsicsAArch64.td
-rw-r--r-- root/root usr/include/llvm/IR/IntrinsicsARM.td
-rw-r--r-- root/root usr/include/llvm/IR/IntrinsicsHexagon.td
-rw-r--r-- root/root usr/include/llvm/IR/IntrinsicsMips.td
@ -770,11 +781,14 @@ drwxr-xr-x root/root usr/include/llvm/IR/
-rw-r--r-- root/root usr/include/llvm/IR/IntrinsicsX86.td
-rw-r--r-- root/root usr/include/llvm/IR/IntrinsicsXCore.td
-rw-r--r-- root/root usr/include/llvm/IR/LLVMContext.h
-rw-r--r-- root/root usr/include/llvm/IR/LegacyPassManager.h
-rw-r--r-- root/root usr/include/llvm/IR/LegacyPassManagers.h
-rw-r--r-- root/root usr/include/llvm/IR/MDBuilder.h
-rw-r--r-- root/root usr/include/llvm/IR/Metadata.h
-rw-r--r-- root/root usr/include/llvm/IR/Module.h
-rw-r--r-- root/root usr/include/llvm/IR/OperandTraits.h
-rw-r--r-- root/root usr/include/llvm/IR/Operator.h
-rw-r--r-- root/root usr/include/llvm/IR/PassManager.h
-rw-r--r-- root/root usr/include/llvm/IR/SymbolTableListTraits.h
-rw-r--r-- root/root usr/include/llvm/IR/Type.h
-rw-r--r-- root/root usr/include/llvm/IR/TypeBuilder.h
@ -787,6 +801,9 @@ drwxr-xr-x root/root usr/include/llvm/IRReader/
-rw-r--r-- root/root usr/include/llvm/IRReader/IRReader.h
-rw-r--r-- root/root usr/include/llvm/InitializePasses.h
-rw-r--r-- root/root usr/include/llvm/InstVisitor.h
drwxr-xr-x root/root usr/include/llvm/LTO/
-rw-r--r-- root/root usr/include/llvm/LTO/LTOCodeGenerator.h
-rw-r--r-- root/root usr/include/llvm/LTO/LTOModule.h
-rw-r--r-- root/root usr/include/llvm/LinkAllIR.h
-rw-r--r-- root/root usr/include/llvm/LinkAllPasses.h
-rw-r--r-- root/root usr/include/llvm/Linker.h
@ -795,6 +812,7 @@ drwxr-xr-x root/root usr/include/llvm/MC/
-rw-r--r-- root/root usr/include/llvm/MC/MCAsmInfo.h
-rw-r--r-- root/root usr/include/llvm/MC/MCAsmInfoCOFF.h
-rw-r--r-- root/root usr/include/llvm/MC/MCAsmInfoDarwin.h
-rw-r--r-- root/root usr/include/llvm/MC/MCAsmInfoELF.h
-rw-r--r-- root/root usr/include/llvm/MC/MCAsmLayout.h
-rw-r--r-- root/root usr/include/llvm/MC/MCAssembler.h
-rw-r--r-- root/root usr/include/llvm/MC/MCAtom.h
@ -809,9 +827,11 @@ drwxr-xr-x root/root usr/include/llvm/MC/
-rw-r--r-- root/root usr/include/llvm/MC/MCELFStreamer.h
-rw-r--r-- root/root usr/include/llvm/MC/MCELFSymbolFlags.h
-rw-r--r-- root/root usr/include/llvm/MC/MCExpr.h
-rw-r--r-- root/root usr/include/llvm/MC/MCExternalSymbolizer.h
-rw-r--r-- root/root usr/include/llvm/MC/MCFixedLenDisassembler.h
-rw-r--r-- root/root usr/include/llvm/MC/MCFixup.h
-rw-r--r-- root/root usr/include/llvm/MC/MCFixupKindInfo.h
-rw-r--r-- root/root usr/include/llvm/MC/MCFunction.h
-rw-r--r-- root/root usr/include/llvm/MC/MCInst.h
-rw-r--r-- root/root usr/include/llvm/MC/MCInstBuilder.h
-rw-r--r-- root/root usr/include/llvm/MC/MCInstPrinter.h
@ -823,8 +843,11 @@ drwxr-xr-x root/root usr/include/llvm/MC/
-rw-r--r-- root/root usr/include/llvm/MC/MCMachOSymbolFlags.h
-rw-r--r-- root/root usr/include/llvm/MC/MCMachObjectWriter.h
-rw-r--r-- root/root usr/include/llvm/MC/MCModule.h
-rw-r--r-- root/root usr/include/llvm/MC/MCModuleYAML.h
-rw-r--r-- root/root usr/include/llvm/MC/MCObjectDisassembler.h
-rw-r--r-- root/root usr/include/llvm/MC/MCObjectFileInfo.h
-rw-r--r-- root/root usr/include/llvm/MC/MCObjectStreamer.h
-rw-r--r-- root/root usr/include/llvm/MC/MCObjectSymbolizer.h
-rw-r--r-- root/root usr/include/llvm/MC/MCObjectWriter.h
drwxr-xr-x root/root usr/include/llvm/MC/MCParser/
-rw-r--r-- root/root usr/include/llvm/MC/MCParser/AsmCond.h
@ -834,6 +857,7 @@ drwxr-xr-x root/root usr/include/llvm/MC/MCParser/
-rw-r--r-- root/root usr/include/llvm/MC/MCParser/MCAsmParserExtension.h
-rw-r--r-- root/root usr/include/llvm/MC/MCParser/MCParsedAsmOperand.h
-rw-r--r-- root/root usr/include/llvm/MC/MCRegisterInfo.h
-rw-r--r-- root/root usr/include/llvm/MC/MCRelocationInfo.h
-rw-r--r-- root/root usr/include/llvm/MC/MCSchedule.h
-rw-r--r-- root/root usr/include/llvm/MC/MCSection.h
-rw-r--r-- root/root usr/include/llvm/MC/MCSectionCOFF.h
@ -842,6 +866,7 @@ drwxr-xr-x root/root usr/include/llvm/MC/MCParser/
-rw-r--r-- root/root usr/include/llvm/MC/MCStreamer.h
-rw-r--r-- root/root usr/include/llvm/MC/MCSubtargetInfo.h
-rw-r--r-- root/root usr/include/llvm/MC/MCSymbol.h
-rw-r--r-- root/root usr/include/llvm/MC/MCSymbolizer.h
-rw-r--r-- root/root usr/include/llvm/MC/MCTargetAsmParser.h
-rw-r--r-- root/root usr/include/llvm/MC/MCValue.h
-rw-r--r-- root/root usr/include/llvm/MC/MCWin64EH.h
@ -853,12 +878,17 @@ drwxr-xr-x root/root usr/include/llvm/Object/
-rw-r--r-- root/root usr/include/llvm/Object/Archive.h
-rw-r--r-- root/root usr/include/llvm/Object/Binary.h
-rw-r--r-- root/root usr/include/llvm/Object/COFF.h
-rw-r--r-- root/root usr/include/llvm/Object/COFFYAML.h
-rw-r--r-- root/root usr/include/llvm/Object/ELF.h
-rw-r--r-- root/root usr/include/llvm/Object/ELFObjectFile.h
-rw-r--r-- root/root usr/include/llvm/Object/ELFTypes.h
-rw-r--r-- root/root usr/include/llvm/Object/ELFYAML.h
-rw-r--r-- root/root usr/include/llvm/Object/Error.h
-rw-r--r-- root/root usr/include/llvm/Object/MachO.h
-rw-r--r-- root/root usr/include/llvm/Object/MachOFormat.h
-rw-r--r-- root/root usr/include/llvm/Object/MachOUniversal.h
-rw-r--r-- root/root usr/include/llvm/Object/ObjectFile.h
-rw-r--r-- root/root usr/include/llvm/Object/RelocVisitor.h
-rw-r--r-- root/root usr/include/llvm/Object/YAML.h
drwxr-xr-x root/root usr/include/llvm/Option/
-rw-r--r-- root/root usr/include/llvm/Option/Arg.h
-rw-r--r-- root/root usr/include/llvm/Option/ArgList.h
@ -869,7 +899,6 @@ drwxr-xr-x root/root usr/include/llvm/Option/
-rw-r--r-- root/root usr/include/llvm/Pass.h
-rw-r--r-- root/root usr/include/llvm/PassAnalysisSupport.h
-rw-r--r-- root/root usr/include/llvm/PassManager.h
-rw-r--r-- root/root usr/include/llvm/PassManagers.h
-rw-r--r-- root/root usr/include/llvm/PassRegistry.h
-rw-r--r-- root/root usr/include/llvm/PassSupport.h
drwxr-xr-x root/root usr/include/llvm/Support/
@ -921,13 +950,12 @@ drwxr-xr-x root/root usr/include/llvm/Support/
-rw-r--r-- root/root usr/include/llvm/Support/Host.h
-rw-r--r-- root/root usr/include/llvm/Support/IncludeFile.h
-rw-r--r-- root/root usr/include/llvm/Support/InstIterator.h
-rw-r--r-- root/root usr/include/llvm/Support/IntegersSubset.h
-rw-r--r-- root/root usr/include/llvm/Support/IntegersSubsetMapping.h
-rw-r--r-- root/root usr/include/llvm/Support/LEB128.h
-rw-r--r-- root/root usr/include/llvm/Support/LICENSE.TXT
-rw-r--r-- root/root usr/include/llvm/Support/LeakDetector.h
-rw-r--r-- root/root usr/include/llvm/Support/Locale.h
-rw-r--r-- root/root usr/include/llvm/Support/LockFileManager.h
-rw-r--r-- root/root usr/include/llvm/Support/MD5.h
-rw-r--r-- root/root usr/include/llvm/Support/MachO.h
-rw-r--r-- root/root usr/include/llvm/Support/ManagedStatic.h
-rw-r--r-- root/root usr/include/llvm/Support/MathExtras.h
@ -940,8 +968,6 @@ drwxr-xr-x root/root usr/include/llvm/Support/
-rw-r--r-- root/root usr/include/llvm/Support/OutputBuffer.h
-rw-r--r-- root/root usr/include/llvm/Support/PassNameParser.h
-rw-r--r-- root/root usr/include/llvm/Support/Path.h
-rw-r--r-- root/root usr/include/llvm/Support/PathV1.h
-rw-r--r-- root/root usr/include/llvm/Support/PathV2.h
-rw-r--r-- root/root usr/include/llvm/Support/PatternMatch.h
-rw-r--r-- root/root usr/include/llvm/Support/PluginLoader.h
-rw-r--r-- root/root usr/include/llvm/Support/PointerLikeTypeTraits.h
@ -962,6 +988,7 @@ drwxr-xr-x root/root usr/include/llvm/Support/
-rw-r--r-- root/root usr/include/llvm/Support/SourceMgr.h
-rw-r--r-- root/root usr/include/llvm/Support/StreamableMemoryObject.h
-rw-r--r-- root/root usr/include/llvm/Support/StringPool.h
-rw-r--r-- root/root usr/include/llvm/Support/StringRefMemoryObject.h
-rw-r--r-- root/root usr/include/llvm/Support/SwapByteOrder.h
-rw-r--r-- root/root usr/include/llvm/Support/SystemUtils.h
-rw-r--r-- root/root usr/include/llvm/Support/TargetFolder.h
@ -972,6 +999,8 @@ drwxr-xr-x root/root usr/include/llvm/Support/
-rw-r--r-- root/root usr/include/llvm/Support/TimeValue.h
-rw-r--r-- root/root usr/include/llvm/Support/Timer.h
-rw-r--r-- root/root usr/include/llvm/Support/ToolOutputFile.h
-rw-r--r-- root/root usr/include/llvm/Support/Unicode.h
-rw-r--r-- root/root usr/include/llvm/Support/UnicodeCharRanges.h
-rw-r--r-- root/root usr/include/llvm/Support/Valgrind.h
-rw-r--r-- root/root usr/include/llvm/Support/ValueHandle.h
-rw-r--r-- root/root usr/include/llvm/Support/Watchdog.h
@ -988,6 +1017,7 @@ drwxr-xr-x root/root usr/include/llvm/TableGen/
-rw-r--r-- root/root usr/include/llvm/TableGen/Main.h
-rw-r--r-- root/root usr/include/llvm/TableGen/Record.h
-rw-r--r-- root/root usr/include/llvm/TableGen/StringMatcher.h
-rw-r--r-- root/root usr/include/llvm/TableGen/StringToOffsetTable.h
-rw-r--r-- root/root usr/include/llvm/TableGen/TableGenBackend.h
drwxr-xr-x root/root usr/include/llvm/Target/
-rw-r--r-- root/root usr/include/llvm/Target/CostTable.h
@ -1021,20 +1051,22 @@ drwxr-xr-x root/root usr/include/llvm/Transforms/IPO/
-rw-r--r-- root/root usr/include/llvm/Transforms/Scalar.h
drwxr-xr-x root/root usr/include/llvm/Transforms/Utils/
-rw-r--r-- root/root usr/include/llvm/Transforms/Utils/BasicBlockUtils.h
-rw-r--r-- root/root usr/include/llvm/Transforms/Utils/BlackList.h
-rw-r--r-- root/root usr/include/llvm/Transforms/Utils/BuildLibCalls.h
-rw-r--r-- root/root usr/include/llvm/Transforms/Utils/BypassSlowDivision.h
-rw-r--r-- root/root usr/include/llvm/Transforms/Utils/Cloning.h
-rw-r--r-- root/root usr/include/llvm/Transforms/Utils/CmpInstAnalysis.h
-rw-r--r-- root/root usr/include/llvm/Transforms/Utils/CodeExtractor.h
-rw-r--r-- root/root usr/include/llvm/Transforms/Utils/GlobalStatus.h
-rw-r--r-- root/root usr/include/llvm/Transforms/Utils/IntegerDivision.h
-rw-r--r-- root/root usr/include/llvm/Transforms/Utils/Local.h
-rw-r--r-- root/root usr/include/llvm/Transforms/Utils/LoopUtils.h
-rw-r--r-- root/root usr/include/llvm/Transforms/Utils/ModuleUtils.h
-rw-r--r-- root/root usr/include/llvm/Transforms/Utils/PromoteMemToReg.h
-rw-r--r-- root/root usr/include/llvm/Transforms/Utils/SSAUpdater.h
-rw-r--r-- root/root usr/include/llvm/Transforms/Utils/SSAUpdaterImpl.h
-rw-r--r-- root/root usr/include/llvm/Transforms/Utils/SimplifyIndVar.h
-rw-r--r-- root/root usr/include/llvm/Transforms/Utils/SimplifyLibCalls.h
-rw-r--r-- root/root usr/include/llvm/Transforms/Utils/SpecialCaseList.h
-rw-r--r-- root/root usr/include/llvm/Transforms/Utils/UnifyFunctionExitNodes.h
-rw-r--r-- root/root usr/include/llvm/Transforms/Utils/UnrollLoop.h
-rw-r--r-- root/root usr/include/llvm/Transforms/Utils/ValueMapper.h
@ -1043,55 +1075,58 @@ drwxr-xr-x root/root usr/lib/
-rwxr-xr-x root/root usr/lib/BugpointPasses.so
-rwxr-xr-x root/root usr/lib/LLVMHello.so
drwxr-xr-x root/root usr/lib/clang/
drwxr-xr-x root/root usr/lib/clang/3.3/
drwxr-xr-x root/root usr/lib/clang/3.3/include/
-rw-r--r-- root/root usr/lib/clang/3.3/include/__wmmintrin_aes.h
-rw-r--r-- root/root usr/lib/clang/3.3/include/__wmmintrin_pclmul.h
-rw-r--r-- root/root usr/lib/clang/3.3/include/altivec.h
-rw-r--r-- root/root usr/lib/clang/3.3/include/ammintrin.h
-rw-r--r-- root/root usr/lib/clang/3.3/include/arm_neon.h
-rw-r--r-- root/root usr/lib/clang/3.3/include/avx2intrin.h
-rw-r--r-- root/root usr/lib/clang/3.3/include/avxintrin.h
-rw-r--r-- root/root usr/lib/clang/3.3/include/bmi2intrin.h
-rw-r--r-- root/root usr/lib/clang/3.3/include/bmiintrin.h
-rw-r--r-- root/root usr/lib/clang/3.3/include/cpuid.h
-rw-r--r-- root/root usr/lib/clang/3.3/include/emmintrin.h
-rw-r--r-- root/root usr/lib/clang/3.3/include/f16cintrin.h
-rw-r--r-- root/root usr/lib/clang/3.3/include/float.h
-rw-r--r-- root/root usr/lib/clang/3.3/include/fma4intrin.h
-rw-r--r-- root/root usr/lib/clang/3.3/include/fmaintrin.h
-rw-r--r-- root/root usr/lib/clang/3.3/include/immintrin.h
-rw-r--r-- root/root usr/lib/clang/3.3/include/iso646.h
-rw-r--r-- root/root usr/lib/clang/3.3/include/limits.h
-rw-r--r-- root/root usr/lib/clang/3.3/include/lzcntintrin.h
-rw-r--r-- root/root usr/lib/clang/3.3/include/mm3dnow.h
-rw-r--r-- root/root usr/lib/clang/3.3/include/mm_malloc.h
-rw-r--r-- root/root usr/lib/clang/3.3/include/mmintrin.h
-rw-r--r-- root/root usr/lib/clang/3.3/include/module.map
-rw-r--r-- root/root usr/lib/clang/3.3/include/nmmintrin.h
-rw-r--r-- root/root usr/lib/clang/3.3/include/pmmintrin.h
-rw-r--r-- root/root usr/lib/clang/3.3/include/popcntintrin.h
-rw-r--r-- root/root usr/lib/clang/3.3/include/prfchwintrin.h
-rw-r--r-- root/root usr/lib/clang/3.3/include/rdseedintrin.h
-rw-r--r-- root/root usr/lib/clang/3.3/include/rtmintrin.h
-rw-r--r-- root/root usr/lib/clang/3.3/include/smmintrin.h
-rw-r--r-- root/root usr/lib/clang/3.3/include/stdalign.h
-rw-r--r-- root/root usr/lib/clang/3.3/include/stdarg.h
-rw-r--r-- root/root usr/lib/clang/3.3/include/stdbool.h
-rw-r--r-- root/root usr/lib/clang/3.3/include/stddef.h
-rw-r--r-- root/root usr/lib/clang/3.3/include/stdint.h
-rw-r--r-- root/root usr/lib/clang/3.3/include/stdnoreturn.h
-rw-r--r-- root/root usr/lib/clang/3.3/include/tgmath.h
-rw-r--r-- root/root usr/lib/clang/3.3/include/tmmintrin.h
-rw-r--r-- root/root usr/lib/clang/3.3/include/unwind.h
-rw-r--r-- root/root usr/lib/clang/3.3/include/varargs.h
-rw-r--r-- root/root usr/lib/clang/3.3/include/wmmintrin.h
-rw-r--r-- root/root usr/lib/clang/3.3/include/x86intrin.h
-rw-r--r-- root/root usr/lib/clang/3.3/include/xmmintrin.h
-rw-r--r-- root/root usr/lib/clang/3.3/include/xopintrin.h
-rwxr-xr-x root/root usr/lib/libLLVM-3.3.so
drwxr-xr-x root/root usr/lib/clang/3.4.1/
drwxr-xr-x root/root usr/lib/clang/3.4.1/include/
-rw-r--r-- root/root usr/lib/clang/3.4.1/include/Intrin.h
-rw-r--r-- root/root usr/lib/clang/3.4.1/include/__wmmintrin_aes.h
-rw-r--r-- root/root usr/lib/clang/3.4.1/include/__wmmintrin_pclmul.h
-rw-r--r-- root/root usr/lib/clang/3.4.1/include/altivec.h
-rw-r--r-- root/root usr/lib/clang/3.4.1/include/ammintrin.h
-rw-r--r-- root/root usr/lib/clang/3.4.1/include/arm_neon.h
-rw-r--r-- root/root usr/lib/clang/3.4.1/include/avx2intrin.h
-rw-r--r-- root/root usr/lib/clang/3.4.1/include/avxintrin.h
-rw-r--r-- root/root usr/lib/clang/3.4.1/include/bmi2intrin.h
-rw-r--r-- root/root usr/lib/clang/3.4.1/include/bmiintrin.h
-rw-r--r-- root/root usr/lib/clang/3.4.1/include/cpuid.h
-rw-r--r-- root/root usr/lib/clang/3.4.1/include/emmintrin.h
-rw-r--r-- root/root usr/lib/clang/3.4.1/include/f16cintrin.h
-rw-r--r-- root/root usr/lib/clang/3.4.1/include/float.h
-rw-r--r-- root/root usr/lib/clang/3.4.1/include/fma4intrin.h
-rw-r--r-- root/root usr/lib/clang/3.4.1/include/fmaintrin.h
-rw-r--r-- root/root usr/lib/clang/3.4.1/include/immintrin.h
-rw-r--r-- root/root usr/lib/clang/3.4.1/include/iso646.h
-rw-r--r-- root/root usr/lib/clang/3.4.1/include/limits.h
-rw-r--r-- root/root usr/lib/clang/3.4.1/include/lzcntintrin.h
-rw-r--r-- root/root usr/lib/clang/3.4.1/include/mm3dnow.h
-rw-r--r-- root/root usr/lib/clang/3.4.1/include/mm_malloc.h
-rw-r--r-- root/root usr/lib/clang/3.4.1/include/mmintrin.h
-rw-r--r-- root/root usr/lib/clang/3.4.1/include/module.map
-rw-r--r-- root/root usr/lib/clang/3.4.1/include/nmmintrin.h
-rw-r--r-- root/root usr/lib/clang/3.4.1/include/pmmintrin.h
-rw-r--r-- root/root usr/lib/clang/3.4.1/include/popcntintrin.h
-rw-r--r-- root/root usr/lib/clang/3.4.1/include/prfchwintrin.h
-rw-r--r-- root/root usr/lib/clang/3.4.1/include/rdseedintrin.h
-rw-r--r-- root/root usr/lib/clang/3.4.1/include/rtmintrin.h
-rw-r--r-- root/root usr/lib/clang/3.4.1/include/shaintrin.h
-rw-r--r-- root/root usr/lib/clang/3.4.1/include/smmintrin.h
-rw-r--r-- root/root usr/lib/clang/3.4.1/include/stdalign.h
-rw-r--r-- root/root usr/lib/clang/3.4.1/include/stdarg.h
-rw-r--r-- root/root usr/lib/clang/3.4.1/include/stdbool.h
-rw-r--r-- root/root usr/lib/clang/3.4.1/include/stddef.h
-rw-r--r-- root/root usr/lib/clang/3.4.1/include/stdint.h
-rw-r--r-- root/root usr/lib/clang/3.4.1/include/stdnoreturn.h
-rw-r--r-- root/root usr/lib/clang/3.4.1/include/tbmintrin.h
-rw-r--r-- root/root usr/lib/clang/3.4.1/include/tgmath.h
-rw-r--r-- root/root usr/lib/clang/3.4.1/include/tmmintrin.h
-rw-r--r-- root/root usr/lib/clang/3.4.1/include/unwind.h
-rw-r--r-- root/root usr/lib/clang/3.4.1/include/varargs.h
-rw-r--r-- root/root usr/lib/clang/3.4.1/include/wmmintrin.h
-rw-r--r-- root/root usr/lib/clang/3.4.1/include/x86intrin.h
-rw-r--r-- root/root usr/lib/clang/3.4.1/include/xmmintrin.h
-rw-r--r-- root/root usr/lib/clang/3.4.1/include/xopintrin.h
-rwxr-xr-x root/root usr/lib/libLLVM-3.4.1.so
lrwxrwxrwx root/root usr/lib/libLLVM-3.4.so -> /tmp/llvm-work/pkg/usr/lib/libLLVM-3.4.1.so
-rwxr-xr-x root/root usr/lib/libLLVMAnalysis.a
-rwxr-xr-x root/root usr/lib/libLLVMArchive.a
-rwxr-xr-x root/root usr/lib/libLLVMAsmParser.a
-rwxr-xr-x root/root usr/lib/libLLVMAsmPrinter.a
-rwxr-xr-x root/root usr/lib/libLLVMBitReader.a
@ -1105,6 +1140,7 @@ drwxr-xr-x root/root usr/lib/clang/3.3/include/
-rwxr-xr-x root/root usr/lib/libLLVMInstrumentation.a
-rwxr-xr-x root/root usr/lib/libLLVMInterpreter.a
-rwxr-xr-x root/root usr/lib/libLLVMJIT.a
-rwxr-xr-x root/root usr/lib/libLLVMLTO.a
-rwxr-xr-x root/root usr/lib/libLLVMLinker.a
-rwxr-xr-x root/root usr/lib/libLLVMMC.a
-rwxr-xr-x root/root usr/lib/libLLVMMCDisassembler.a
@ -1145,10 +1181,12 @@ drwxr-xr-x root/root usr/lib/clang/3.3/include/
-rwxr-xr-x root/root usr/lib/libclangBasic.a
-rwxr-xr-x root/root usr/lib/libclangCodeGen.a
-rwxr-xr-x root/root usr/lib/libclangDriver.a
-rwxr-xr-x root/root usr/lib/libclangDynamicASTMatchers.a
-rwxr-xr-x root/root usr/lib/libclangEdit.a
-rwxr-xr-x root/root usr/lib/libclangFormat.a
-rwxr-xr-x root/root usr/lib/libclangFrontend.a
-rwxr-xr-x root/root usr/lib/libclangFrontendTool.a
-rwxr-xr-x root/root usr/lib/libclangIndex.a
-rwxr-xr-x root/root usr/lib/libclangLex.a
-rwxr-xr-x root/root usr/lib/libclangParse.a
-rwxr-xr-x root/root usr/lib/libclangRewriteCore.a
@ -1159,8 +1197,20 @@ drwxr-xr-x root/root usr/lib/clang/3.3/include/
-rwxr-xr-x root/root usr/lib/libclangStaticAnalyzerCore.a
-rwxr-xr-x root/root usr/lib/libclangStaticAnalyzerFrontend.a
-rwxr-xr-x root/root usr/lib/libclangTooling.a
-rwxr-xr-x root/root usr/lib/libprofile_rt.a
-rwxr-xr-x root/root usr/lib/libprofile_rt.so
-rwxr-xr-x root/root usr/lib/libllvm.a
-rwxr-xr-x root/root usr/lib/libllvm_R600.a
-rwxr-xr-x root/root usr/lib/libllvm_X86.a
-rwxr-xr-x root/root usr/lib/libllvm_analysis.a
-rwxr-xr-x root/root usr/lib/libllvm_bitreader.a
-rwxr-xr-x root/root usr/lib/libllvm_bitwriter.a
-rwxr-xr-x root/root usr/lib/libllvm_executionengine.a
-rwxr-xr-x root/root usr/lib/libllvm_ipo.a
-rwxr-xr-x root/root usr/lib/libllvm_irreader.a
-rwxr-xr-x root/root usr/lib/libllvm_linker.a
-rwxr-xr-x root/root usr/lib/libllvm_passmgr_builder.a
-rwxr-xr-x root/root usr/lib/libllvm_scalar_opts.a
-rwxr-xr-x root/root usr/lib/libllvm_target.a
-rwxr-xr-x root/root usr/lib/libllvm_vectorize.a
drwxr-xr-x root/root usr/man/
drwxr-xr-x root/root usr/man/man1/
-rw-r--r-- root/root usr/man/man1/clang.1.gz

View File

@ -1,2 +1,2 @@
8284891e3e311829b8e44ac813d0c9ef cfe-3.3.src.tar.gz
40564e1dc390f9844f1711c08b08e391 llvm-3.3.src.tar.gz
c64fdc567383211c9ac212d6f7b69263 cfe-3.4.1.src.tar.gz
b90697f4de35563ad6c35924defa8dd1 llvm-3.4.1.src.tar.gz

View File

@ -5,8 +5,8 @@
# Depends on: python
name=llvm
version=3.3
release=2
version=3.4.1
release=1
source=(http://llvm.org/releases/$version/{$name,cfe}-$version.src.tar.gz)
build() {
@ -17,7 +17,8 @@ build() {
# enable enable-shard and the R600 target for mesa3d
./configure --prefix=/usr --without-oprofile --enable-cxx11 \
--enable-targets=x86,x86_64 \
--enable-shared --enable-experimental-targets=R600
--enable-shared --enable-experimental-targets=R600 \
--mandir=/usr/man
make $MAKEFLAGS
make DESTDIR=$PKG install