Merge branch '3.3' into 3.4

This commit is contained in:
Fredrik Rinnestam 2018-03-28 20:01:43 +02:00
commit a7ae101d58
15 changed files with 279 additions and 166 deletions

View File

@ -1,15 +1,17 @@
drwxr-xr-x root/root usr/
drwxr-xr-x root/root usr/bin/
-rwxr-xr-x root/root usr/bin/c-index-test
lrwxrwxrwx root/root usr/bin/clang -> clang-5.0
lrwxrwxrwx root/root usr/bin/clang -> clang-6.0
lrwxrwxrwx root/root usr/bin/clang++ -> clang
-rwxr-xr-x root/root usr/bin/clang-5.0
-rwxr-xr-x root/root usr/bin/clang-6.0
-rwxr-xr-x root/root usr/bin/clang-check
lrwxrwxrwx root/root usr/bin/clang-cl -> clang
lrwxrwxrwx root/root usr/bin/clang-cpp -> clang
-rwxr-xr-x root/root usr/bin/clang-format
-rwxr-xr-x root/root usr/bin/clang-func-mapping
-rwxr-xr-x root/root usr/bin/clang-import-test
-rwxr-xr-x root/root usr/bin/clang-offload-bundler
-rwxr-xr-x root/root usr/bin/clang-refactor
-rwxr-xr-x root/root usr/bin/clang-rename
-rwxr-xr-x root/root usr/bin/git-clang-format
-rwxr-xr-x root/root usr/bin/scan-build
@ -68,6 +70,7 @@ drwxr-xr-x root/root usr/include/clang/AST/
-rw-r--r-- root/root usr/include/clang/AST/CommentParser.h
-rw-r--r-- root/root usr/include/clang/AST/CommentSema.h
-rw-r--r-- root/root usr/include/clang/AST/CommentVisitor.h
-rw-r--r-- root/root usr/include/clang/AST/DataCollection.h
-rw-r--r-- root/root usr/include/clang/AST/Decl.h
-rw-r--r-- root/root usr/include/clang/AST/DeclAccessPair.h
-rw-r--r-- root/root usr/include/clang/AST/DeclBase.h
@ -92,6 +95,7 @@ drwxr-xr-x root/root usr/include/clang/AST/
-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/LambdaCapture.h
-rw-r--r-- root/root usr/include/clang/AST/LexicallyOrderedRecursiveASTVisitor.h
-rw-r--r-- root/root usr/include/clang/AST/LocInfoType.h
-rw-r--r-- root/root usr/include/clang/AST/Mangle.h
-rw-r--r-- root/root usr/include/clang/AST/MangleNumberingContext.h
@ -103,6 +107,7 @@ drwxr-xr-x root/root usr/include/clang/AST/
-rw-r--r-- root/root usr/include/clang/AST/OperationKinds.h
-rw-r--r-- root/root usr/include/clang/AST/ParentMap.h
-rw-r--r-- root/root usr/include/clang/AST/PrettyPrinter.h
-rw-r--r-- root/root usr/include/clang/AST/QualTypeNames.h
-rw-r--r-- root/root usr/include/clang/AST/RawCommentList.h
-rw-r--r-- root/root usr/include/clang/AST/RecordLayout.h
-rw-r--r-- root/root usr/include/clang/AST/RecursiveASTVisitor.h
@ -110,6 +115,7 @@ drwxr-xr-x root/root usr/include/clang/AST/
-rw-r--r-- root/root usr/include/clang/AST/SelectorLocationsKind.h
-rw-r--r-- root/root usr/include/clang/AST/Stmt.h
-rw-r--r-- root/root usr/include/clang/AST/StmtCXX.h
-rw-r--r-- root/root usr/include/clang/AST/StmtDataCollectors.inc
-rw-r--r-- root/root usr/include/clang/AST/StmtGraphTraits.h
-rw-r--r-- root/root usr/include/clang/AST/StmtIterator.h
-rw-r--r-- root/root usr/include/clang/AST/StmtNodes.inc
@ -157,8 +163,9 @@ drwxr-xr-x root/root usr/include/clang/Analysis/Analyses/
-rw-r--r-- root/root usr/include/clang/Analysis/Analyses/ThreadSafetyTraverse.h
-rw-r--r-- root/root usr/include/clang/Analysis/Analyses/ThreadSafetyUtil.h
-rw-r--r-- root/root usr/include/clang/Analysis/Analyses/UninitializedValues.h
-rw-r--r-- root/root usr/include/clang/Analysis/AnalysisContext.h
-rw-r--r-- root/root usr/include/clang/Analysis/AnalysisDeclContext.h
-rw-r--r-- root/root usr/include/clang/Analysis/AnalysisDiagnostic.h
-rw-r--r-- root/root usr/include/clang/Analysis/BodyFarm.h
-rw-r--r-- root/root usr/include/clang/Analysis/CFG.h
-rw-r--r-- root/root usr/include/clang/Analysis/CFGStmtMap.h
-rw-r--r-- root/root usr/include/clang/Analysis/CallGraph.h
@ -175,6 +182,7 @@ drwxr-xr-x root/root usr/include/clang/Analysis/Support/
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
-rw-r--r-- root/root usr/include/clang/Basic/AlignedAllocation.h
-rw-r--r-- root/root usr/include/clang/Basic/AllDiagnostics.h
-rw-r--r-- root/root usr/include/clang/Basic/AttrHasAttributeImpl.inc
-rw-r--r-- root/root usr/include/clang/Basic/AttrKinds.h
@ -210,7 +218,9 @@ drwxr-xr-x root/root usr/include/clang/Basic/
-rw-r--r-- root/root usr/include/clang/Basic/DiagnosticCategories.h
-rw-r--r-- root/root usr/include/clang/Basic/DiagnosticCommentKinds.inc
-rw-r--r-- root/root usr/include/clang/Basic/DiagnosticCommonKinds.inc
-rw-r--r-- root/root usr/include/clang/Basic/DiagnosticCrossTUKinds.inc
-rw-r--r-- root/root usr/include/clang/Basic/DiagnosticDriverKinds.inc
-rw-r--r-- root/root usr/include/clang/Basic/DiagnosticError.h
-rw-r--r-- root/root usr/include/clang/Basic/DiagnosticFrontendKinds.inc
-rw-r--r-- root/root usr/include/clang/Basic/DiagnosticGroups.inc
-rw-r--r-- root/root usr/include/clang/Basic/DiagnosticIDs.h
@ -219,6 +229,7 @@ drwxr-xr-x root/root usr/include/clang/Basic/
-rw-r--r-- root/root usr/include/clang/Basic/DiagnosticOptions.def
-rw-r--r-- root/root usr/include/clang/Basic/DiagnosticOptions.h
-rw-r--r-- root/root usr/include/clang/Basic/DiagnosticParseKinds.inc
-rw-r--r-- root/root usr/include/clang/Basic/DiagnosticRefactoringKinds.inc
-rw-r--r-- root/root usr/include/clang/Basic/DiagnosticSemaKinds.inc
-rw-r--r-- root/root usr/include/clang/Basic/DiagnosticSerializationKinds.inc
-rw-r--r-- root/root usr/include/clang/Basic/ExceptionSpecificationType.h
@ -249,12 +260,14 @@ drwxr-xr-x root/root usr/include/clang/Basic/
-rw-r--r-- root/root usr/include/clang/Basic/PragmaKinds.h
-rw-r--r-- root/root usr/include/clang/Basic/PrettyStackTrace.h
-rw-r--r-- root/root usr/include/clang/Basic/SanitizerBlacklist.h
-rw-r--r-- root/root usr/include/clang/Basic/SanitizerSpecialCaseList.h
-rw-r--r-- root/root usr/include/clang/Basic/Sanitizers.def
-rw-r--r-- root/root usr/include/clang/Basic/Sanitizers.h
-rw-r--r-- root/root usr/include/clang/Basic/SourceLocation.h
-rw-r--r-- root/root usr/include/clang/Basic/SourceManager.h
-rw-r--r-- root/root usr/include/clang/Basic/SourceManagerInternals.h
-rw-r--r-- root/root usr/include/clang/Basic/Specifiers.h
-rw-r--r-- root/root usr/include/clang/Basic/SyncScope.h
-rw-r--r-- root/root usr/include/clang/Basic/TargetBuiltins.h
-rw-r--r-- root/root usr/include/clang/Basic/TargetCXXABI.h
-rw-r--r-- root/root usr/include/clang/Basic/TargetInfo.h
@ -268,6 +281,7 @@ drwxr-xr-x root/root usr/include/clang/Basic/
-rw-r--r-- root/root usr/include/clang/Basic/VersionTuple.h
-rw-r--r-- root/root usr/include/clang/Basic/VirtualFileSystem.h
-rw-r--r-- root/root usr/include/clang/Basic/Visibility.h
-rw-r--r-- root/root usr/include/clang/Basic/X86Target.def
-rw-r--r-- root/root usr/include/clang/Basic/XRayLists.h
-rw-r--r-- root/root usr/include/clang/Basic/arm_neon.inc
drwxr-xr-x root/root usr/include/clang/CodeGen/
@ -282,6 +296,9 @@ drwxr-xr-x root/root usr/include/clang/CodeGen/
-rw-r--r-- root/root usr/include/clang/CodeGen/SwiftCallingConv.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/CrossTU/
-rw-r--r-- root/root usr/include/clang/CrossTU/CrossTUDiagnostic.h
-rw-r--r-- root/root usr/include/clang/CrossTU/CrossTranslationUnit.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/Compilation.h
@ -379,6 +396,7 @@ drwxr-xr-x root/root usr/include/clang/Lex/
-rw-r--r-- root/root usr/include/clang/Lex/Token.h
-rw-r--r-- root/root usr/include/clang/Lex/TokenConcatenation.h
-rw-r--r-- root/root usr/include/clang/Lex/TokenLexer.h
-rw-r--r-- root/root usr/include/clang/Lex/VariadicMacroSupport.h
drwxr-xr-x root/root usr/include/clang/Parse/
-rw-r--r-- root/root usr/include/clang/Parse/AttrParserStringSwitches.inc
-rw-r--r-- root/root usr/include/clang/Parse/AttrSubMatchRulesParserStringSwitches.inc
@ -463,7 +481,7 @@ drwxr-xr-x root/root usr/include/clang/StaticAnalyzer/Core/
-rw-r--r-- root/root usr/include/clang/StaticAnalyzer/Core/AnalyzerOptions.h
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/BugReporterVisitors.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
@ -489,6 +507,7 @@ drwxr-xr-x root/root usr/include/clang/StaticAnalyzer/Core/PathSensitive/
-rw-r--r-- root/root usr/include/clang/StaticAnalyzer/Core/PathSensitive/ExplodedGraph.h
-rw-r--r-- root/root usr/include/clang/StaticAnalyzer/Core/PathSensitive/ExprEngine.h
-rw-r--r-- root/root usr/include/clang/StaticAnalyzer/Core/PathSensitive/FunctionSummary.h
-rw-r--r-- root/root usr/include/clang/StaticAnalyzer/Core/PathSensitive/LoopUnrolling.h
-rw-r--r-- root/root usr/include/clang/StaticAnalyzer/Core/PathSensitive/LoopWidening.h
-rw-r--r-- root/root usr/include/clang/StaticAnalyzer/Core/PathSensitive/MemRegion.h
-rw-r--r-- root/root usr/include/clang/StaticAnalyzer/Core/PathSensitive/ProgramState.h
@ -516,6 +535,9 @@ drwxr-xr-x root/root usr/include/clang/StaticAnalyzer/Frontend/
-rw-r--r-- root/root usr/include/clang/StaticAnalyzer/Frontend/FrontendActions.h
-rw-r--r-- root/root usr/include/clang/StaticAnalyzer/Frontend/ModelConsumer.h
drwxr-xr-x root/root usr/include/clang/Tooling/
drwxr-xr-x root/root usr/include/clang/Tooling/ASTDiff/
-rw-r--r-- root/root usr/include/clang/Tooling/ASTDiff/ASTDiff.h
-rw-r--r-- root/root usr/include/clang/Tooling/ASTDiff/ASTDiffInternal.h
-rw-r--r-- root/root usr/include/clang/Tooling/ArgumentsAdjusters.h
-rw-r--r-- root/root usr/include/clang/Tooling/CommonOptionsParser.h
-rw-r--r-- root/root usr/include/clang/Tooling/CompilationDatabase.h
@ -523,125 +545,156 @@ drwxr-xr-x root/root usr/include/clang/Tooling/
drwxr-xr-x root/root usr/include/clang/Tooling/Core/
-rw-r--r-- root/root usr/include/clang/Tooling/Core/Diagnostic.h
-rw-r--r-- root/root usr/include/clang/Tooling/Core/Lookup.h
-rw-r--r-- root/root usr/include/clang/Tooling/Core/QualTypeNames.h
-rw-r--r-- root/root usr/include/clang/Tooling/Core/Replacement.h
-rw-r--r-- root/root usr/include/clang/Tooling/DiagnosticsYaml.h
-rw-r--r-- root/root usr/include/clang/Tooling/Execution.h
-rw-r--r-- root/root usr/include/clang/Tooling/FileMatchTrie.h
-rw-r--r-- root/root usr/include/clang/Tooling/FixIt.h
-rw-r--r-- root/root usr/include/clang/Tooling/JSONCompilationDatabase.h
-rw-r--r-- root/root usr/include/clang/Tooling/Refactoring.h
drwxr-xr-x root/root usr/include/clang/Tooling/Refactoring/
-rw-r--r-- root/root usr/include/clang/Tooling/Refactoring/ASTSelection.h
-rw-r--r-- root/root usr/include/clang/Tooling/Refactoring/AtomicChange.h
drwxr-xr-x root/root usr/include/clang/Tooling/Refactoring/Extract/
-rw-r--r-- root/root usr/include/clang/Tooling/Refactoring/Extract/Extract.h
-rw-r--r-- root/root usr/include/clang/Tooling/Refactoring/RecursiveSymbolVisitor.h
-rw-r--r-- root/root usr/include/clang/Tooling/Refactoring/RefactoringAction.h
-rw-r--r-- root/root usr/include/clang/Tooling/Refactoring/RefactoringActionRule.h
-rw-r--r-- root/root usr/include/clang/Tooling/Refactoring/RefactoringActionRuleRequirements.h
-rw-r--r-- root/root usr/include/clang/Tooling/Refactoring/RefactoringActionRules.h
-rw-r--r-- root/root usr/include/clang/Tooling/Refactoring/RefactoringActionRulesInternal.h
-rw-r--r-- root/root usr/include/clang/Tooling/Refactoring/RefactoringDiagnostic.h
-rw-r--r-- root/root usr/include/clang/Tooling/Refactoring/RefactoringOption.h
-rw-r--r-- root/root usr/include/clang/Tooling/Refactoring/RefactoringOptionVisitor.h
-rw-r--r-- root/root usr/include/clang/Tooling/Refactoring/RefactoringOptions.h
-rw-r--r-- root/root usr/include/clang/Tooling/Refactoring/RefactoringResultConsumer.h
-rw-r--r-- root/root usr/include/clang/Tooling/Refactoring/RefactoringRuleContext.h
drwxr-xr-x root/root usr/include/clang/Tooling/Refactoring/Rename/
-rw-r--r-- root/root usr/include/clang/Tooling/Refactoring/Rename/RenamingAction.h
-rw-r--r-- root/root usr/include/clang/Tooling/Refactoring/Rename/SymbolName.h
-rw-r--r-- root/root usr/include/clang/Tooling/Refactoring/Rename/SymbolOccurrences.h
-rw-r--r-- root/root usr/include/clang/Tooling/Refactoring/Rename/USRFinder.h
-rw-r--r-- root/root usr/include/clang/Tooling/Refactoring/Rename/USRFindingAction.h
-rw-r--r-- root/root usr/include/clang/Tooling/Refactoring/Rename/USRLocFinder.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/StandaloneExecution.h
-rw-r--r-- root/root usr/include/clang/Tooling/ToolExecutorPluginRegistry.h
-rw-r--r-- root/root usr/include/clang/Tooling/Tooling.h
drwxr-xr-x root/root usr/lib/
drwxr-xr-x root/root usr/lib/clang/
drwxr-xr-x root/root usr/lib/clang/5.0.1/
drwxr-xr-x root/root usr/lib/clang/5.0.1/include/
-rw-r--r-- root/root usr/lib/clang/5.0.1/include/__clang_cuda_builtin_vars.h
-rw-r--r-- root/root usr/lib/clang/5.0.1/include/__clang_cuda_cmath.h
-rw-r--r-- root/root usr/lib/clang/5.0.1/include/__clang_cuda_complex_builtins.h
-rw-r--r-- root/root usr/lib/clang/5.0.1/include/__clang_cuda_intrinsics.h
-rw-r--r-- root/root usr/lib/clang/5.0.1/include/__clang_cuda_math_forward_declares.h
-rw-r--r-- root/root usr/lib/clang/5.0.1/include/__clang_cuda_runtime_wrapper.h
-rw-r--r-- root/root usr/lib/clang/5.0.1/include/__stddef_max_align_t.h
-rw-r--r-- root/root usr/lib/clang/5.0.1/include/__wmmintrin_aes.h
-rw-r--r-- root/root usr/lib/clang/5.0.1/include/__wmmintrin_pclmul.h
-rw-r--r-- root/root usr/lib/clang/5.0.1/include/adxintrin.h
-rw-r--r-- root/root usr/lib/clang/5.0.1/include/altivec.h
-rw-r--r-- root/root usr/lib/clang/5.0.1/include/ammintrin.h
-rw-r--r-- root/root usr/lib/clang/5.0.1/include/arm_acle.h
-rw-r--r-- root/root usr/lib/clang/5.0.1/include/arm_neon.h
-rw-r--r-- root/root usr/lib/clang/5.0.1/include/armintr.h
-rw-r--r-- root/root usr/lib/clang/5.0.1/include/avx2intrin.h
-rw-r--r-- root/root usr/lib/clang/5.0.1/include/avx512bwintrin.h
-rw-r--r-- root/root usr/lib/clang/5.0.1/include/avx512cdintrin.h
-rw-r--r-- root/root usr/lib/clang/5.0.1/include/avx512dqintrin.h
-rw-r--r-- root/root usr/lib/clang/5.0.1/include/avx512erintrin.h
-rw-r--r-- root/root usr/lib/clang/5.0.1/include/avx512fintrin.h
-rw-r--r-- root/root usr/lib/clang/5.0.1/include/avx512ifmaintrin.h
-rw-r--r-- root/root usr/lib/clang/5.0.1/include/avx512ifmavlintrin.h
-rw-r--r-- root/root usr/lib/clang/5.0.1/include/avx512pfintrin.h
-rw-r--r-- root/root usr/lib/clang/5.0.1/include/avx512vbmiintrin.h
-rw-r--r-- root/root usr/lib/clang/5.0.1/include/avx512vbmivlintrin.h
-rw-r--r-- root/root usr/lib/clang/5.0.1/include/avx512vlbwintrin.h
-rw-r--r-- root/root usr/lib/clang/5.0.1/include/avx512vlcdintrin.h
-rw-r--r-- root/root usr/lib/clang/5.0.1/include/avx512vldqintrin.h
-rw-r--r-- root/root usr/lib/clang/5.0.1/include/avx512vlintrin.h
-rw-r--r-- root/root usr/lib/clang/5.0.1/include/avx512vpopcntdqintrin.h
-rw-r--r-- root/root usr/lib/clang/5.0.1/include/avxintrin.h
-rw-r--r-- root/root usr/lib/clang/5.0.1/include/bmi2intrin.h
-rw-r--r-- root/root usr/lib/clang/5.0.1/include/bmiintrin.h
-rw-r--r-- root/root usr/lib/clang/5.0.1/include/clflushoptintrin.h
-rw-r--r-- root/root usr/lib/clang/5.0.1/include/clzerointrin.h
-rw-r--r-- root/root usr/lib/clang/5.0.1/include/cpuid.h
drwxr-xr-x root/root usr/lib/clang/5.0.1/include/cuda_wrappers/
-rw-r--r-- root/root usr/lib/clang/5.0.1/include/cuda_wrappers/algorithm
-rw-r--r-- root/root usr/lib/clang/5.0.1/include/cuda_wrappers/complex
-rw-r--r-- root/root usr/lib/clang/5.0.1/include/cuda_wrappers/new
-rw-r--r-- root/root usr/lib/clang/5.0.1/include/emmintrin.h
-rw-r--r-- root/root usr/lib/clang/5.0.1/include/f16cintrin.h
-rw-r--r-- root/root usr/lib/clang/5.0.1/include/float.h
-rw-r--r-- root/root usr/lib/clang/5.0.1/include/fma4intrin.h
-rw-r--r-- root/root usr/lib/clang/5.0.1/include/fmaintrin.h
-rw-r--r-- root/root usr/lib/clang/5.0.1/include/fxsrintrin.h
-rw-r--r-- root/root usr/lib/clang/5.0.1/include/htmintrin.h
-rw-r--r-- root/root usr/lib/clang/5.0.1/include/htmxlintrin.h
-rw-r--r-- root/root usr/lib/clang/5.0.1/include/ia32intrin.h
-rw-r--r-- root/root usr/lib/clang/5.0.1/include/immintrin.h
-rw-r--r-- root/root usr/lib/clang/5.0.1/include/intrin.h
-rw-r--r-- root/root usr/lib/clang/5.0.1/include/inttypes.h
-rw-r--r-- root/root usr/lib/clang/5.0.1/include/iso646.h
-rw-r--r-- root/root usr/lib/clang/5.0.1/include/limits.h
-rw-r--r-- root/root usr/lib/clang/5.0.1/include/lwpintrin.h
-rw-r--r-- root/root usr/lib/clang/5.0.1/include/lzcntintrin.h
-rw-r--r-- root/root usr/lib/clang/5.0.1/include/mm3dnow.h
-rw-r--r-- root/root usr/lib/clang/5.0.1/include/mm_malloc.h
-rw-r--r-- root/root usr/lib/clang/5.0.1/include/mmintrin.h
-rw-r--r-- root/root usr/lib/clang/5.0.1/include/module.modulemap
-rw-r--r-- root/root usr/lib/clang/5.0.1/include/msa.h
-rw-r--r-- root/root usr/lib/clang/5.0.1/include/mwaitxintrin.h
-rw-r--r-- root/root usr/lib/clang/5.0.1/include/nmmintrin.h
-rw-r--r-- root/root usr/lib/clang/5.0.1/include/opencl-c.h
-rw-r--r-- root/root usr/lib/clang/5.0.1/include/pkuintrin.h
-rw-r--r-- root/root usr/lib/clang/5.0.1/include/pmmintrin.h
-rw-r--r-- root/root usr/lib/clang/5.0.1/include/popcntintrin.h
-rw-r--r-- root/root usr/lib/clang/5.0.1/include/prfchwintrin.h
-rw-r--r-- root/root usr/lib/clang/5.0.1/include/rdseedintrin.h
-rw-r--r-- root/root usr/lib/clang/5.0.1/include/rtmintrin.h
-rw-r--r-- root/root usr/lib/clang/5.0.1/include/s390intrin.h
-rw-r--r-- root/root usr/lib/clang/5.0.1/include/shaintrin.h
-rw-r--r-- root/root usr/lib/clang/5.0.1/include/smmintrin.h
-rw-r--r-- root/root usr/lib/clang/5.0.1/include/stdalign.h
-rw-r--r-- root/root usr/lib/clang/5.0.1/include/stdarg.h
-rw-r--r-- root/root usr/lib/clang/5.0.1/include/stdatomic.h
-rw-r--r-- root/root usr/lib/clang/5.0.1/include/stdbool.h
-rw-r--r-- root/root usr/lib/clang/5.0.1/include/stddef.h
-rw-r--r-- root/root usr/lib/clang/5.0.1/include/stdint.h
-rw-r--r-- root/root usr/lib/clang/5.0.1/include/stdnoreturn.h
-rw-r--r-- root/root usr/lib/clang/5.0.1/include/tbmintrin.h
-rw-r--r-- root/root usr/lib/clang/5.0.1/include/tgmath.h
-rw-r--r-- root/root usr/lib/clang/5.0.1/include/tmmintrin.h
-rw-r--r-- root/root usr/lib/clang/5.0.1/include/unwind.h
-rw-r--r-- root/root usr/lib/clang/5.0.1/include/vadefs.h
-rw-r--r-- root/root usr/lib/clang/5.0.1/include/varargs.h
-rw-r--r-- root/root usr/lib/clang/5.0.1/include/vecintrin.h
-rw-r--r-- root/root usr/lib/clang/5.0.1/include/wmmintrin.h
-rw-r--r-- root/root usr/lib/clang/5.0.1/include/x86intrin.h
-rw-r--r-- root/root usr/lib/clang/5.0.1/include/xmmintrin.h
-rw-r--r-- root/root usr/lib/clang/5.0.1/include/xopintrin.h
-rw-r--r-- root/root usr/lib/clang/5.0.1/include/xsavecintrin.h
-rw-r--r-- root/root usr/lib/clang/5.0.1/include/xsaveintrin.h
-rw-r--r-- root/root usr/lib/clang/5.0.1/include/xsaveoptintrin.h
-rw-r--r-- root/root usr/lib/clang/5.0.1/include/xsavesintrin.h
-rw-r--r-- root/root usr/lib/clang/5.0.1/include/xtestintrin.h
drwxr-xr-x root/root usr/lib/clang/6.0.0/
drwxr-xr-x root/root usr/lib/clang/6.0.0/include/
-rw-r--r-- root/root usr/lib/clang/6.0.0/include/__clang_cuda_builtin_vars.h
-rw-r--r-- root/root usr/lib/clang/6.0.0/include/__clang_cuda_cmath.h
-rw-r--r-- root/root usr/lib/clang/6.0.0/include/__clang_cuda_complex_builtins.h
-rw-r--r-- root/root usr/lib/clang/6.0.0/include/__clang_cuda_intrinsics.h
-rw-r--r-- root/root usr/lib/clang/6.0.0/include/__clang_cuda_math_forward_declares.h
-rw-r--r-- root/root usr/lib/clang/6.0.0/include/__clang_cuda_runtime_wrapper.h
-rw-r--r-- root/root usr/lib/clang/6.0.0/include/__stddef_max_align_t.h
-rw-r--r-- root/root usr/lib/clang/6.0.0/include/__wmmintrin_aes.h
-rw-r--r-- root/root usr/lib/clang/6.0.0/include/__wmmintrin_pclmul.h
-rw-r--r-- root/root usr/lib/clang/6.0.0/include/adxintrin.h
-rw-r--r-- root/root usr/lib/clang/6.0.0/include/altivec.h
-rw-r--r-- root/root usr/lib/clang/6.0.0/include/ammintrin.h
-rw-r--r-- root/root usr/lib/clang/6.0.0/include/arm64intr.h
-rw-r--r-- root/root usr/lib/clang/6.0.0/include/arm_acle.h
-rw-r--r-- root/root usr/lib/clang/6.0.0/include/arm_neon.h
-rw-r--r-- root/root usr/lib/clang/6.0.0/include/armintr.h
-rw-r--r-- root/root usr/lib/clang/6.0.0/include/avx2intrin.h
-rw-r--r-- root/root usr/lib/clang/6.0.0/include/avx512bitalgintrin.h
-rw-r--r-- root/root usr/lib/clang/6.0.0/include/avx512bwintrin.h
-rw-r--r-- root/root usr/lib/clang/6.0.0/include/avx512cdintrin.h
-rw-r--r-- root/root usr/lib/clang/6.0.0/include/avx512dqintrin.h
-rw-r--r-- root/root usr/lib/clang/6.0.0/include/avx512erintrin.h
-rw-r--r-- root/root usr/lib/clang/6.0.0/include/avx512fintrin.h
-rw-r--r-- root/root usr/lib/clang/6.0.0/include/avx512ifmaintrin.h
-rw-r--r-- root/root usr/lib/clang/6.0.0/include/avx512ifmavlintrin.h
-rw-r--r-- root/root usr/lib/clang/6.0.0/include/avx512pfintrin.h
-rw-r--r-- root/root usr/lib/clang/6.0.0/include/avx512vbmi2intrin.h
-rw-r--r-- root/root usr/lib/clang/6.0.0/include/avx512vbmiintrin.h
-rw-r--r-- root/root usr/lib/clang/6.0.0/include/avx512vbmivlintrin.h
-rw-r--r-- root/root usr/lib/clang/6.0.0/include/avx512vlbitalgintrin.h
-rw-r--r-- root/root usr/lib/clang/6.0.0/include/avx512vlbwintrin.h
-rw-r--r-- root/root usr/lib/clang/6.0.0/include/avx512vlcdintrin.h
-rw-r--r-- root/root usr/lib/clang/6.0.0/include/avx512vldqintrin.h
-rw-r--r-- root/root usr/lib/clang/6.0.0/include/avx512vlintrin.h
-rw-r--r-- root/root usr/lib/clang/6.0.0/include/avx512vlvbmi2intrin.h
-rw-r--r-- root/root usr/lib/clang/6.0.0/include/avx512vlvnniintrin.h
-rw-r--r-- root/root usr/lib/clang/6.0.0/include/avx512vnniintrin.h
-rw-r--r-- root/root usr/lib/clang/6.0.0/include/avx512vpopcntdqintrin.h
-rw-r--r-- root/root usr/lib/clang/6.0.0/include/avx512vpopcntdqvlintrin.h
-rw-r--r-- root/root usr/lib/clang/6.0.0/include/avxintrin.h
-rw-r--r-- root/root usr/lib/clang/6.0.0/include/bmi2intrin.h
-rw-r--r-- root/root usr/lib/clang/6.0.0/include/bmiintrin.h
-rw-r--r-- root/root usr/lib/clang/6.0.0/include/cetintrin.h
-rw-r--r-- root/root usr/lib/clang/6.0.0/include/clflushoptintrin.h
-rw-r--r-- root/root usr/lib/clang/6.0.0/include/clwbintrin.h
-rw-r--r-- root/root usr/lib/clang/6.0.0/include/clzerointrin.h
-rw-r--r-- root/root usr/lib/clang/6.0.0/include/cpuid.h
drwxr-xr-x root/root usr/lib/clang/6.0.0/include/cuda_wrappers/
-rw-r--r-- root/root usr/lib/clang/6.0.0/include/cuda_wrappers/algorithm
-rw-r--r-- root/root usr/lib/clang/6.0.0/include/cuda_wrappers/complex
-rw-r--r-- root/root usr/lib/clang/6.0.0/include/cuda_wrappers/new
-rw-r--r-- root/root usr/lib/clang/6.0.0/include/emmintrin.h
-rw-r--r-- root/root usr/lib/clang/6.0.0/include/f16cintrin.h
-rw-r--r-- root/root usr/lib/clang/6.0.0/include/float.h
-rw-r--r-- root/root usr/lib/clang/6.0.0/include/fma4intrin.h
-rw-r--r-- root/root usr/lib/clang/6.0.0/include/fmaintrin.h
-rw-r--r-- root/root usr/lib/clang/6.0.0/include/fxsrintrin.h
-rw-r--r-- root/root usr/lib/clang/6.0.0/include/gfniintrin.h
-rw-r--r-- root/root usr/lib/clang/6.0.0/include/htmintrin.h
-rw-r--r-- root/root usr/lib/clang/6.0.0/include/htmxlintrin.h
-rw-r--r-- root/root usr/lib/clang/6.0.0/include/ia32intrin.h
-rw-r--r-- root/root usr/lib/clang/6.0.0/include/immintrin.h
-rw-r--r-- root/root usr/lib/clang/6.0.0/include/intrin.h
-rw-r--r-- root/root usr/lib/clang/6.0.0/include/inttypes.h
-rw-r--r-- root/root usr/lib/clang/6.0.0/include/iso646.h
-rw-r--r-- root/root usr/lib/clang/6.0.0/include/limits.h
-rw-r--r-- root/root usr/lib/clang/6.0.0/include/lwpintrin.h
-rw-r--r-- root/root usr/lib/clang/6.0.0/include/lzcntintrin.h
-rw-r--r-- root/root usr/lib/clang/6.0.0/include/mm3dnow.h
-rw-r--r-- root/root usr/lib/clang/6.0.0/include/mm_malloc.h
-rw-r--r-- root/root usr/lib/clang/6.0.0/include/mmintrin.h
-rw-r--r-- root/root usr/lib/clang/6.0.0/include/module.modulemap
-rw-r--r-- root/root usr/lib/clang/6.0.0/include/msa.h
-rw-r--r-- root/root usr/lib/clang/6.0.0/include/mwaitxintrin.h
-rw-r--r-- root/root usr/lib/clang/6.0.0/include/nmmintrin.h
-rw-r--r-- root/root usr/lib/clang/6.0.0/include/opencl-c.h
-rw-r--r-- root/root usr/lib/clang/6.0.0/include/pkuintrin.h
-rw-r--r-- root/root usr/lib/clang/6.0.0/include/pmmintrin.h
-rw-r--r-- root/root usr/lib/clang/6.0.0/include/popcntintrin.h
-rw-r--r-- root/root usr/lib/clang/6.0.0/include/prfchwintrin.h
-rw-r--r-- root/root usr/lib/clang/6.0.0/include/rdseedintrin.h
-rw-r--r-- root/root usr/lib/clang/6.0.0/include/rtmintrin.h
-rw-r--r-- root/root usr/lib/clang/6.0.0/include/s390intrin.h
-rw-r--r-- root/root usr/lib/clang/6.0.0/include/shaintrin.h
-rw-r--r-- root/root usr/lib/clang/6.0.0/include/smmintrin.h
-rw-r--r-- root/root usr/lib/clang/6.0.0/include/stdalign.h
-rw-r--r-- root/root usr/lib/clang/6.0.0/include/stdarg.h
-rw-r--r-- root/root usr/lib/clang/6.0.0/include/stdatomic.h
-rw-r--r-- root/root usr/lib/clang/6.0.0/include/stdbool.h
-rw-r--r-- root/root usr/lib/clang/6.0.0/include/stddef.h
-rw-r--r-- root/root usr/lib/clang/6.0.0/include/stdint.h
-rw-r--r-- root/root usr/lib/clang/6.0.0/include/stdnoreturn.h
-rw-r--r-- root/root usr/lib/clang/6.0.0/include/tbmintrin.h
-rw-r--r-- root/root usr/lib/clang/6.0.0/include/tgmath.h
-rw-r--r-- root/root usr/lib/clang/6.0.0/include/tmmintrin.h
-rw-r--r-- root/root usr/lib/clang/6.0.0/include/unwind.h
-rw-r--r-- root/root usr/lib/clang/6.0.0/include/vadefs.h
-rw-r--r-- root/root usr/lib/clang/6.0.0/include/vaesintrin.h
-rw-r--r-- root/root usr/lib/clang/6.0.0/include/varargs.h
-rw-r--r-- root/root usr/lib/clang/6.0.0/include/vecintrin.h
-rw-r--r-- root/root usr/lib/clang/6.0.0/include/vpclmulqdqintrin.h
-rw-r--r-- root/root usr/lib/clang/6.0.0/include/wmmintrin.h
-rw-r--r-- root/root usr/lib/clang/6.0.0/include/x86intrin.h
-rw-r--r-- root/root usr/lib/clang/6.0.0/include/xmmintrin.h
-rw-r--r-- root/root usr/lib/clang/6.0.0/include/xopintrin.h
-rw-r--r-- root/root usr/lib/clang/6.0.0/include/xsavecintrin.h
-rw-r--r-- root/root usr/lib/clang/6.0.0/include/xsaveintrin.h
-rw-r--r-- root/root usr/lib/clang/6.0.0/include/xsaveoptintrin.h
-rw-r--r-- root/root usr/lib/clang/6.0.0/include/xsavesintrin.h
-rw-r--r-- root/root usr/lib/clang/6.0.0/include/xtestintrin.h
-rwxr-xr-x root/root usr/lib/clang/c++-analyzer
-rwxr-xr-x root/root usr/lib/clang/ccc-analyzer
drwxr-xr-x root/root usr/lib/cmake/
@ -649,21 +702,23 @@ drwxr-xr-x root/root usr/lib/cmake/clang/
-rw-r--r-- root/root usr/lib/cmake/clang/ClangConfig.cmake
-rw-r--r-- root/root usr/lib/cmake/clang/ClangTargets-release.cmake
-rw-r--r-- root/root usr/lib/cmake/clang/ClangTargets.cmake
lrwxrwxrwx root/root usr/lib/libclang.so -> libclang.so.5
lrwxrwxrwx root/root usr/lib/libclang.so.5 -> libclang.so.5.0
-rwxr-xr-x root/root usr/lib/libclang.so.5.0
lrwxrwxrwx root/root usr/lib/libclang.so -> libclang.so.6
lrwxrwxrwx root/root usr/lib/libclang.so.6 -> libclang.so.6.0
-rwxr-xr-x root/root usr/lib/libclang.so.6.0
-rw-r--r-- root/root usr/lib/libclangARCMigrate.a
-rw-r--r-- root/root usr/lib/libclangAST.a
-rw-r--r-- root/root usr/lib/libclangASTMatchers.a
-rw-r--r-- root/root usr/lib/libclangAnalysis.a
-rw-r--r-- root/root usr/lib/libclangBasic.a
-rw-r--r-- root/root usr/lib/libclangCodeGen.a
-rw-r--r-- root/root usr/lib/libclangCrossTU.a
-rw-r--r-- root/root usr/lib/libclangDriver.a
-rw-r--r-- root/root usr/lib/libclangDynamicASTMatchers.a
-rw-r--r-- root/root usr/lib/libclangEdit.a
-rw-r--r-- root/root usr/lib/libclangFormat.a
-rw-r--r-- root/root usr/lib/libclangFrontend.a
-rw-r--r-- root/root usr/lib/libclangFrontendTool.a
-rw-r--r-- root/root usr/lib/libclangHandleCXX.a
-rw-r--r-- root/root usr/lib/libclangIndex.a
-rw-r--r-- root/root usr/lib/libclangLex.a
-rw-r--r-- root/root usr/lib/libclangParse.a
@ -675,6 +730,7 @@ lrwxrwxrwx root/root usr/lib/libclang.so.5 -> libclang.so.5.0
-rw-r--r-- root/root usr/lib/libclangStaticAnalyzerCore.a
-rw-r--r-- root/root usr/lib/libclangStaticAnalyzerFrontend.a
-rw-r--r-- root/root usr/lib/libclangTooling.a
-rw-r--r-- root/root usr/lib/libclangToolingASTDiff.a
-rw-r--r-- root/root usr/lib/libclangToolingCore.a
-rw-r--r-- root/root usr/lib/libclangToolingRefactor.a
drwxr-xr-x root/root usr/share/

View File

@ -1,3 +1,3 @@
e4daa278d8f252585ab73d196484bf11 cfe-5.0.1.src.tar.xz
3a4ec6dcbc71579eeaec7cb157fe2168 llvm-5.0.1.src.tar.xz
121b3896cb0c7765d690acc5d9495d24 cfe-6.0.0.src.tar.xz
788a11a35fa62eb008019b37187d09d2 llvm-6.0.0.src.tar.xz
fcd6954a7fbd05687990e59e87131c3e llvm-config.h

View File

@ -1,7 +1,7 @@
untrusted comment: verify with /etc/ports/opt.pub
RWSE3ohX2g5d/RBtlcjAwNNTGz3UWGjayg1Sqi21+XRe2nWLM/gT5PCKC1OPzGBpNR+2yw/IDTtfq2OC+NXPvgGQCXy3ljFWSwc=
SHA256 (Pkgfile) = 0a6301943956b6d6f047d2cff48c50ac5ca1e0e2c85ae0ef7db88dd23af5592f
SHA256 (.footprint) = b0b106bfb86eba9409077e9e1df4b7405db22a19e28607b5f7ec4ddb65e0f1b2
SHA256 (llvm-5.0.1.src.tar.xz) = 5fa7489fc0225b11821cab0362f5813a05f2bcf2533e8a4ea9c9c860168807b0
SHA256 (cfe-5.0.1.src.tar.xz) = 135f6c9b0cd2da1aff2250e065946258eb699777888df39ca5a5b4fe5e23d0ff
RWSE3ohX2g5d/fHtPw5vqMtan+Q31Ozhvh5IyGHfomU5qANHe1s5KYDOMNnmP1hyXRaeFb7UVd8mWtFD4o/Q9ylh4cdVpoFxdA0=
SHA256 (Pkgfile) = 61679aecabeeaf3ee6f585b04fa353bd62fbd39ec15dc4872d2b51afd65f5f38
SHA256 (.footprint) = afb70e4331298763d3b7a0e4de6a8c0f1d562922381726faf8c27b2348b39cc7
SHA256 (llvm-6.0.0.src.tar.xz) = 1ff53c915b4e761ef400b803f07261ade637b0c269d99569f18040f3dcee4408
SHA256 (cfe-6.0.0.src.tar.xz) = e07d6dd8d9ef196cfc8e8bb131cbd6a2ed0b1caf1715f9d05b0f0eeaddb6df32
SHA256 (llvm-config.h) = 2227b83b904348e5530f3475c978e11cb0f05a85024781dcb49ac86b65582707

View File

@ -4,7 +4,7 @@
# Depends on: llvm
name=clang
version=5.0.1
version=6.0.0
release=1
source=(https://llvm.org/releases/$version/{llvm,cfe}-$version.src.tar.xz \
llvm-config.h)

View File

@ -198,6 +198,7 @@ drwxr-xr-x root/root usr/include/dovecot/
-rw-r--r-- root/root usr/include/dovecot/http-auth.h
-rw-r--r-- root/root usr/include/dovecot/http-client-private.h
-rw-r--r-- root/root usr/include/dovecot/http-client.h
-rw-r--r-- root/root usr/include/dovecot/http-common.h
-rw-r--r-- root/root usr/include/dovecot/http-date.h
-rw-r--r-- root/root usr/include/dovecot/http-header-parser.h
-rw-r--r-- root/root usr/include/dovecot/http-header.h
@ -477,7 +478,6 @@ drwxr-xr-x root/root usr/include/dovecot/
-rw-r--r-- root/root usr/include/dovecot/ostream-cmp.h
-rw-r--r-- root/root usr/include/dovecot/ostream-dot.h
-rw-r--r-- root/root usr/include/dovecot/ostream-encrypt.h
-rw-r--r-- root/root usr/include/dovecot/ostream-escaped.h
-rw-r--r-- root/root usr/include/dovecot/ostream-failure-at.h
-rw-r--r-- root/root usr/include/dovecot/ostream-file-private.h
-rw-r--r-- root/root usr/include/dovecot/ostream-hash.h
@ -586,6 +586,7 @@ drwxr-xr-x root/root usr/include/dovecot/
-rw-r--r-- root/root usr/include/dovecot/sql-db-cache.h
-rw-r--r-- root/root usr/include/dovecot/stats-client.h
-rw-r--r-- root/root usr/include/dovecot/stats-connection.h
-rw-r--r-- root/root usr/include/dovecot/stats-dist.h
-rw-r--r-- root/root usr/include/dovecot/stats-parser.h
-rw-r--r-- root/root usr/include/dovecot/stats.h
-rw-r--r-- root/root usr/include/dovecot/str-find.h
@ -599,7 +600,6 @@ drwxr-xr-x root/root usr/include/dovecot/
-rw-r--r-- root/root usr/include/dovecot/syslog-util.h
-rw-r--r-- root/root usr/include/dovecot/test-common.h
-rw-r--r-- root/root usr/include/dovecot/time-util.h
-rw-r--r-- root/root usr/include/dovecot/timing.h
-rw-r--r-- root/root usr/include/dovecot/unichar.h
-rw-r--r-- root/root usr/include/dovecot/unix-socket-create.h
-rw-r--r-- root/root usr/include/dovecot/unlink-directory.h
@ -752,6 +752,9 @@ drwxr-xr-x root/root usr/lib/dovecot/modules/doveadm/
-rw-r--r-- root/root usr/lib/dovecot/modules/lib20_autocreate_plugin.a
-rwxr-xr-x root/root usr/lib/dovecot/modules/lib20_autocreate_plugin.la
-rwxr-xr-x root/root usr/lib/dovecot/modules/lib20_autocreate_plugin.so
-rw-r--r-- root/root usr/lib/dovecot/modules/lib20_charset_alias_plugin.a
-rwxr-xr-x root/root usr/lib/dovecot/modules/lib20_charset_alias_plugin.la
-rwxr-xr-x root/root usr/lib/dovecot/modules/lib20_charset_alias_plugin.so
-rw-r--r-- root/root usr/lib/dovecot/modules/lib20_expire_plugin.a
-rwxr-xr-x root/root usr/lib/dovecot/modules/lib20_expire_plugin.la
-rwxr-xr-x root/root usr/lib/dovecot/modules/lib20_expire_plugin.so

View File

@ -1,3 +1,3 @@
ec342928dd97131f82dba41546741b5f dovecot
865d6ad94c98ac3289fa06a77b1c014e dovecot-2.3.0.1.tar.gz
fc89b6130bcc09e99ae21003b474acc2 dovecot-2.3.1.tar.gz
1cc42484b5515bddf47edcf26b288b6b dovecot-config.patch

View File

@ -1,7 +1,7 @@
untrusted comment: verify with /etc/ports/opt.pub
RWSE3ohX2g5d/d5N12tWoNTQhb7I2Fr15CI5nf6EiZ2gY+6Rhbz6ryRonaZ1C0T02UcuQeVDNq4sOW7xEVNd5IwW2K3Msih3vQE=
SHA256 (Pkgfile) = 4d2c31432a6ab2b7a42ea598e913f45ee22ddc15d7f1ba53d95ccf30896c884b
SHA256 (.footprint) = d464c6eb14ad58ab166c901d6c1a6f66a010f3e934f3b1645a9cd20d24663b4b
SHA256 (dovecot-2.3.0.1.tar.gz) = ab772b3e214683aba347203c9391295552255c4d69afb324c7b8c8fc5ad6f153
RWSE3ohX2g5d/c6Yf/YXBRnL/WGESYoikDgDWhYADonJeS4fx9GiE41IOYFeQjbt8Z5iD5sSETbVr1jScl8zJtGVSg3qVYHQug4=
SHA256 (Pkgfile) = af7ee4f2b8b810741cb515af065379508266319147a300295cf3f01dc225ba2c
SHA256 (.footprint) = bce2ae46df9190a1a59f375eb58f3e08e7675fdf0f21600453018c175c537c03
SHA256 (dovecot-2.3.1.tar.gz) = 0883821b97fd02a084a84b9469a681f7e6edc56541d854b5419d98891c51fb93
SHA256 (dovecot-config.patch) = a6f09e637f1ac15368d2d18736dc353e4a188959c5940dedd5306b689156e91c
SHA256 (dovecot) = ead06d36290cca8be6be350f2c05edf53a4e9ce8aec5d5d663b1162ae96c17c7

View File

@ -4,7 +4,7 @@
# Depends on: zlib bzip2 openssl libcap
name=dovecot
version=2.3.0.1
version=2.3.1
release=1
source=(https://dovecot.org/releases/2.3/$name-$version.tar.gz
dovecot-config.patch dovecot)

View File

@ -12,6 +12,7 @@ drwxr-xr-x root/root usr/bin/
-rwxr-xr-x root/root usr/bin/llvm-bcanalyzer
-rwxr-xr-x root/root usr/bin/llvm-c-test
-rwxr-xr-x root/root usr/bin/llvm-cat
-rwxr-xr-x root/root usr/bin/llvm-cfi-verify
-rwxr-xr-x root/root usr/bin/llvm-config
-rwxr-xr-x root/root usr/bin/llvm-cov
-rwxr-xr-x root/root usr/bin/llvm-cvtres
@ -33,11 +34,13 @@ lrwxrwxrwx root/root usr/bin/llvm-lib -> llvm-ar
-rwxr-xr-x root/root usr/bin/llvm-modextract
-rwxr-xr-x root/root usr/bin/llvm-mt
-rwxr-xr-x root/root usr/bin/llvm-nm
-rwxr-xr-x root/root usr/bin/llvm-objcopy
-rwxr-xr-x root/root usr/bin/llvm-objdump
-rwxr-xr-x root/root usr/bin/llvm-opt-report
-rwxr-xr-x root/root usr/bin/llvm-pdbutil
-rwxr-xr-x root/root usr/bin/llvm-profdata
lrwxrwxrwx root/root usr/bin/llvm-ranlib -> llvm-ar
-rwxr-xr-x root/root usr/bin/llvm-rc
lrwxrwxrwx root/root usr/bin/llvm-readelf -> llvm-readobj
-rwxr-xr-x root/root usr/bin/llvm-readobj
-rwxr-xr-x root/root usr/bin/llvm-rtdyld
@ -62,6 +65,7 @@ drwxr-xr-x root/root usr/include/llvm-c/
-rw-r--r-- root/root usr/include/llvm-c/BitReader.h
-rw-r--r-- root/root usr/include/llvm-c/BitWriter.h
-rw-r--r-- root/root usr/include/llvm-c/Core.h
-rw-r--r-- root/root usr/include/llvm-c/DebugInfo.h
-rw-r--r-- root/root usr/include/llvm-c/Disassembler.h
-rw-r--r-- root/root usr/include/llvm-c/ErrorHandling.h
-rw-r--r-- root/root usr/include/llvm-c/ExecutionEngine.h
@ -176,6 +180,7 @@ drwxr-xr-x root/root usr/include/llvm/Analysis/
-rw-r--r-- root/root usr/include/llvm/Analysis/CallGraphSCCPass.h
-rw-r--r-- root/root usr/include/llvm/Analysis/CallPrinter.h
-rw-r--r-- root/root usr/include/llvm/Analysis/CaptureTracking.h
-rw-r--r-- root/root usr/include/llvm/Analysis/CmpInstAnalysis.h
-rw-r--r-- root/root usr/include/llvm/Analysis/CodeMetrics.h
-rw-r--r-- root/root usr/include/llvm/Analysis/ConstantFolding.h
-rw-r--r-- root/root usr/include/llvm/Analysis/DOTGraphTraitsPass.h
@ -219,7 +224,7 @@ drwxr-xr-x root/root usr/include/llvm/Analysis/
-rw-r--r-- root/root usr/include/llvm/Analysis/ObjCARCAnalysisUtils.h
-rw-r--r-- root/root usr/include/llvm/Analysis/ObjCARCInstKind.h
-rw-r--r-- root/root usr/include/llvm/Analysis/ObjectUtils.h
-rw-r--r-- root/root usr/include/llvm/Analysis/OptimizationDiagnosticInfo.h
-rw-r--r-- root/root usr/include/llvm/Analysis/OptimizationRemarkEmitter.h
-rw-r--r-- root/root usr/include/llvm/Analysis/OrderedBasicBlock.h
-rw-r--r-- root/root usr/include/llvm/Analysis/PHITransAddr.h
-rw-r--r-- root/root usr/include/llvm/Analysis/Passes.h
@ -246,6 +251,8 @@ drwxr-xr-x root/root usr/include/llvm/Analysis/
-rw-r--r-- root/root usr/include/llvm/Analysis/Trace.h
-rw-r--r-- root/root usr/include/llvm/Analysis/TypeBasedAliasAnalysis.h
-rw-r--r-- root/root usr/include/llvm/Analysis/TypeMetadataUtils.h
-rw-r--r-- root/root usr/include/llvm/Analysis/ValueLattice.h
-rw-r--r-- root/root usr/include/llvm/Analysis/ValueLatticeUtils.h
-rw-r--r-- root/root usr/include/llvm/Analysis/ValueTracking.h
-rw-r--r-- root/root usr/include/llvm/Analysis/VectorUtils.h
drwxr-xr-x root/root usr/include/llvm/AsmParser/
@ -259,6 +266,7 @@ drwxr-xr-x root/root usr/include/llvm/BinaryFormat/
drwxr-xr-x root/root usr/include/llvm/BinaryFormat/ELFRelocs/
-rw-r--r-- root/root usr/include/llvm/BinaryFormat/ELFRelocs/AArch64.def
-rw-r--r-- root/root usr/include/llvm/BinaryFormat/ELFRelocs/AMDGPU.def
-rw-r--r-- root/root usr/include/llvm/BinaryFormat/ELFRelocs/ARC.def
-rw-r--r-- root/root usr/include/llvm/BinaryFormat/ELFRelocs/ARM.def
-rw-r--r-- root/root usr/include/llvm/BinaryFormat/ELFRelocs/AVR.def
-rw-r--r-- root/root usr/include/llvm/BinaryFormat/ELFRelocs/BPF.def
@ -277,8 +285,8 @@ drwxr-xr-x root/root usr/include/llvm/BinaryFormat/ELFRelocs/
-rw-r--r-- root/root usr/include/llvm/BinaryFormat/MachO.h
-rw-r--r-- root/root usr/include/llvm/BinaryFormat/Magic.h
-rw-r--r-- root/root usr/include/llvm/BinaryFormat/Wasm.h
-rw-r--r-- root/root usr/include/llvm/BinaryFormat/WasmRelocs.def
drwxr-xr-x root/root usr/include/llvm/BinaryFormat/WasmRelocs/
-rw-r--r-- root/root usr/include/llvm/BinaryFormat/WasmRelocs/WebAssembly.def
drwxr-xr-x root/root usr/include/llvm/Bitcode/
-rw-r--r-- root/root usr/include/llvm/Bitcode/BitCodes.h
-rw-r--r-- root/root usr/include/llvm/Bitcode/BitcodeReader.h
@ -294,7 +302,8 @@ drwxr-xr-x root/root usr/include/llvm/CodeGen/
-rw-r--r-- root/root usr/include/llvm/CodeGen/BasicTTIImpl.h
-rw-r--r-- root/root usr/include/llvm/CodeGen/CalcSpillWeights.h
-rw-r--r-- root/root usr/include/llvm/CodeGen/CallingConvLower.h
-rw-r--r-- root/root usr/include/llvm/CodeGen/CommandFlags.h
-rw-r--r-- root/root usr/include/llvm/CodeGen/CommandFlags.def
-rw-r--r-- root/root usr/include/llvm/CodeGen/CostTable.h
-rw-r--r-- root/root usr/include/llvm/CodeGen/DAGCombine.h
-rw-r--r-- root/root usr/include/llvm/CodeGen/DFAPacketizer.h
-rw-r--r-- root/root usr/include/llvm/CodeGen/DIE.h
@ -312,11 +321,12 @@ drwxr-xr-x root/root usr/include/llvm/CodeGen/
-rw-r--r-- root/root usr/include/llvm/CodeGen/GCs.h
drwxr-xr-x root/root usr/include/llvm/CodeGen/GlobalISel/
-rw-r--r-- root/root usr/include/llvm/CodeGen/GlobalISel/CallLowering.h
-rw-r--r-- root/root usr/include/llvm/CodeGen/GlobalISel/GISelAccessor.h
-rw-r--r-- root/root usr/include/llvm/CodeGen/GlobalISel/GISelWorkList.h
-rw-r--r-- root/root usr/include/llvm/CodeGen/GlobalISel/IRTranslator.h
-rw-r--r-- root/root usr/include/llvm/CodeGen/GlobalISel/InstructionSelect.h
-rw-r--r-- root/root usr/include/llvm/CodeGen/GlobalISel/InstructionSelector.h
-rw-r--r-- root/root usr/include/llvm/CodeGen/GlobalISel/InstructionSelectorImpl.h
-rw-r--r-- root/root usr/include/llvm/CodeGen/GlobalISel/LegalizationArtifactCombiner.h
-rw-r--r-- root/root usr/include/llvm/CodeGen/GlobalISel/Legalizer.h
-rw-r--r-- root/root usr/include/llvm/CodeGen/GlobalISel/LegalizerHelper.h
-rw-r--r-- root/root usr/include/llvm/CodeGen/GlobalISel/LegalizerInfo.h
@ -335,13 +345,13 @@ drwxr-xr-x root/root usr/include/llvm/CodeGen/GlobalISel/
-rw-r--r-- root/root usr/include/llvm/CodeGen/LinkAllAsmWriterComponents.h
-rw-r--r-- root/root usr/include/llvm/CodeGen/LinkAllCodegenComponents.h
-rw-r--r-- root/root usr/include/llvm/CodeGen/LiveInterval.h
-rw-r--r-- root/root usr/include/llvm/CodeGen/LiveIntervalAnalysis.h
-rw-r--r-- root/root usr/include/llvm/CodeGen/LiveIntervalUnion.h
-rw-r--r-- root/root usr/include/llvm/CodeGen/LiveIntervals.h
-rw-r--r-- root/root usr/include/llvm/CodeGen/LivePhysRegs.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/LiveStacks.h
-rw-r--r-- root/root usr/include/llvm/CodeGen/LiveVariables.h
-rw-r--r-- root/root usr/include/llvm/CodeGen/LowLevelType.h
drwxr-xr-x root/root usr/include/llvm/CodeGen/MIRParser/
@ -397,7 +407,9 @@ drwxr-xr-x root/root usr/include/llvm/CodeGen/PBQP/
-rw-r--r-- root/root usr/include/llvm/CodeGen/RegisterScavenging.h
-rw-r--r-- root/root usr/include/llvm/CodeGen/RegisterUsageInfo.h
-rw-r--r-- root/root usr/include/llvm/CodeGen/ResourcePriorityQueue.h
-rw-r--r-- root/root usr/include/llvm/CodeGen/RuntimeLibcalls.def
-rw-r--r-- root/root usr/include/llvm/CodeGen/RuntimeLibcalls.h
-rw-r--r-- root/root usr/include/llvm/CodeGen/SDNodeProperties.td
-rw-r--r-- root/root usr/include/llvm/CodeGen/ScheduleDAG.h
-rw-r--r-- root/root usr/include/llvm/CodeGen/ScheduleDAGInstrs.h
-rw-r--r-- root/root usr/include/llvm/CodeGen/ScheduleDAGMutation.h
@ -414,9 +426,18 @@ drwxr-xr-x root/root usr/include/llvm/CodeGen/PBQP/
-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/TailDuplicator.h
-rw-r--r-- root/root usr/include/llvm/CodeGen/TargetCallingConv.h
-rw-r--r-- root/root usr/include/llvm/CodeGen/TargetFrameLowering.h
-rw-r--r-- root/root usr/include/llvm/CodeGen/TargetInstrInfo.h
-rw-r--r-- root/root usr/include/llvm/CodeGen/TargetLowering.h
-rw-r--r-- root/root usr/include/llvm/CodeGen/TargetLoweringObjectFile.h
-rw-r--r-- root/root usr/include/llvm/CodeGen/TargetLoweringObjectFileImpl.h
-rw-r--r-- root/root usr/include/llvm/CodeGen/TargetOpcodes.def
-rw-r--r-- root/root usr/include/llvm/CodeGen/TargetOpcodes.h
-rw-r--r-- root/root usr/include/llvm/CodeGen/TargetPassConfig.h
-rw-r--r-- root/root usr/include/llvm/CodeGen/TargetRegisterInfo.h
-rw-r--r-- root/root usr/include/llvm/CodeGen/TargetSchedule.h
-rw-r--r-- root/root usr/include/llvm/CodeGen/TargetSubtargetInfo.h
-rw-r--r-- root/root usr/include/llvm/CodeGen/UnreachableBlockElim.h
-rw-r--r-- root/root usr/include/llvm/CodeGen/ValueTypes.h
-rw-r--r-- root/root usr/include/llvm/CodeGen/ValueTypes.td
@ -432,6 +453,7 @@ drwxr-xr-x root/root usr/include/llvm/Config/
-rw-r--r-- root/root usr/include/llvm/Config/llvm-config.h
drwxr-xr-x root/root usr/include/llvm/DebugInfo/
drwxr-xr-x root/root usr/include/llvm/DebugInfo/CodeView/
-rw-r--r-- root/root usr/include/llvm/DebugInfo/CodeView/AppendingTypeTableBuilder.h
-rw-r--r-- root/root usr/include/llvm/DebugInfo/CodeView/CVDebugRecord.h
-rw-r--r-- root/root usr/include/llvm/DebugInfo/CodeView/CVRecord.h
-rw-r--r-- root/root usr/include/llvm/DebugInfo/CodeView/CVSymbolVisitor.h
@ -439,8 +461,10 @@ drwxr-xr-x root/root usr/include/llvm/DebugInfo/CodeView/
-rw-r--r-- root/root usr/include/llvm/DebugInfo/CodeView/CodeView.h
-rw-r--r-- root/root usr/include/llvm/DebugInfo/CodeView/CodeViewError.h
-rw-r--r-- root/root usr/include/llvm/DebugInfo/CodeView/CodeViewRecordIO.h
-rw-r--r-- root/root usr/include/llvm/DebugInfo/CodeView/CodeViewRegisters.def
-rw-r--r-- root/root usr/include/llvm/DebugInfo/CodeView/CodeViewSymbols.def
-rw-r--r-- root/root usr/include/llvm/DebugInfo/CodeView/CodeViewTypes.def
-rw-r--r-- root/root usr/include/llvm/DebugInfo/CodeView/ContinuationRecordBuilder.h
-rw-r--r-- root/root usr/include/llvm/DebugInfo/CodeView/DebugChecksumsSubsection.h
-rw-r--r-- root/root usr/include/llvm/DebugInfo/CodeView/DebugCrossExSubsection.h
-rw-r--r-- root/root usr/include/llvm/DebugInfo/CodeView/DebugCrossImpSubsection.h
@ -458,9 +482,13 @@ drwxr-xr-x root/root usr/include/llvm/DebugInfo/CodeView/
-rw-r--r-- root/root usr/include/llvm/DebugInfo/CodeView/Formatters.h
-rw-r--r-- root/root usr/include/llvm/DebugInfo/CodeView/FunctionId.h
-rw-r--r-- root/root usr/include/llvm/DebugInfo/CodeView/GUID.h
-rw-r--r-- root/root usr/include/llvm/DebugInfo/CodeView/GlobalTypeTableBuilder.h
-rw-r--r-- root/root usr/include/llvm/DebugInfo/CodeView/LazyRandomTypeCollection.h
-rw-r--r-- root/root usr/include/llvm/DebugInfo/CodeView/Line.h
-rw-r--r-- root/root usr/include/llvm/DebugInfo/CodeView/MergingTypeTableBuilder.h
-rw-r--r-- root/root usr/include/llvm/DebugInfo/CodeView/RecordName.h
-rw-r--r-- root/root usr/include/llvm/DebugInfo/CodeView/RecordSerialization.h
-rw-r--r-- root/root usr/include/llvm/DebugInfo/CodeView/SimpleTypeSerializer.h
-rw-r--r-- root/root usr/include/llvm/DebugInfo/CodeView/StringsAndChecksums.h
-rw-r--r-- root/root usr/include/llvm/DebugInfo/CodeView/SymbolDeserializer.h
-rw-r--r-- root/root usr/include/llvm/DebugInfo/CodeView/SymbolDumpDelegate.h
@ -474,16 +502,13 @@ drwxr-xr-x root/root usr/include/llvm/DebugInfo/CodeView/
-rw-r--r-- root/root usr/include/llvm/DebugInfo/CodeView/TypeCollection.h
-rw-r--r-- root/root usr/include/llvm/DebugInfo/CodeView/TypeDeserializer.h
-rw-r--r-- root/root usr/include/llvm/DebugInfo/CodeView/TypeDumpVisitor.h
-rw-r--r-- root/root usr/include/llvm/DebugInfo/CodeView/TypeHashing.h
-rw-r--r-- root/root usr/include/llvm/DebugInfo/CodeView/TypeIndex.h
-rw-r--r-- root/root usr/include/llvm/DebugInfo/CodeView/TypeIndexDiscovery.h
-rw-r--r-- root/root usr/include/llvm/DebugInfo/CodeView/TypeName.h
-rw-r--r-- root/root usr/include/llvm/DebugInfo/CodeView/TypeRecord.h
-rw-r--r-- root/root usr/include/llvm/DebugInfo/CodeView/TypeRecordBuilder.h
-rw-r--r-- root/root usr/include/llvm/DebugInfo/CodeView/TypeRecordMapping.h
-rw-r--r-- root/root usr/include/llvm/DebugInfo/CodeView/TypeSerializer.h
-rw-r--r-- root/root usr/include/llvm/DebugInfo/CodeView/TypeStreamMerger.h
-rw-r--r-- root/root usr/include/llvm/DebugInfo/CodeView/TypeSymbolEmitter.h
-rw-r--r-- root/root usr/include/llvm/DebugInfo/CodeView/TypeTableBuilder.h
-rw-r--r-- root/root usr/include/llvm/DebugInfo/CodeView/TypeTableCollection.h
-rw-r--r-- root/root usr/include/llvm/DebugInfo/CodeView/TypeVisitorCallbackPipeline.h
-rw-r--r-- root/root usr/include/llvm/DebugInfo/CodeView/TypeVisitorCallbacks.h
@ -506,8 +531,10 @@ drwxr-xr-x root/root usr/include/llvm/DebugInfo/DWARF/
-rw-r--r-- root/root usr/include/llvm/DebugInfo/DWARF/DWARFDebugPubTable.h
-rw-r--r-- root/root usr/include/llvm/DebugInfo/DWARF/DWARFDebugRangeList.h
-rw-r--r-- root/root usr/include/llvm/DebugInfo/DWARF/DWARFDie.h
-rw-r--r-- root/root usr/include/llvm/DebugInfo/DWARF/DWARFExpression.h
-rw-r--r-- root/root usr/include/llvm/DebugInfo/DWARF/DWARFFormValue.h
-rw-r--r-- root/root usr/include/llvm/DebugInfo/DWARF/DWARFGdbIndex.h
-rw-r--r-- root/root usr/include/llvm/DebugInfo/DWARF/DWARFObject.h
-rw-r--r-- root/root usr/include/llvm/DebugInfo/DWARF/DWARFRelocMap.h
-rw-r--r-- root/root usr/include/llvm/DebugInfo/DWARF/DWARFSection.h
-rw-r--r-- root/root usr/include/llvm/DebugInfo/DWARF/DWARFTypeUnit.h
@ -519,7 +546,6 @@ drwxr-xr-x root/root usr/include/llvm/DebugInfo/MSF/
-rw-r--r-- root/root usr/include/llvm/DebugInfo/MSF/MSFBuilder.h
-rw-r--r-- root/root usr/include/llvm/DebugInfo/MSF/MSFCommon.h
-rw-r--r-- root/root usr/include/llvm/DebugInfo/MSF/MSFError.h
-rw-r--r-- root/root usr/include/llvm/DebugInfo/MSF/MSFStreamLayout.h
-rw-r--r-- root/root usr/include/llvm/DebugInfo/MSF/MappedBlockStream.h
drwxr-xr-x root/root usr/include/llvm/DebugInfo/PDB/
-rw-r--r-- root/root usr/include/llvm/DebugInfo/PDB/ConcreteSymbolEnumerator.h
@ -529,12 +555,14 @@ drwxr-xr-x root/root usr/include/llvm/DebugInfo/PDB/DIA/
-rw-r--r-- root/root usr/include/llvm/DebugInfo/PDB/DIA/DIAEnumLineNumbers.h
-rw-r--r-- root/root usr/include/llvm/DebugInfo/PDB/DIA/DIAEnumSourceFiles.h
-rw-r--r-- root/root usr/include/llvm/DebugInfo/PDB/DIA/DIAEnumSymbols.h
-rw-r--r-- root/root usr/include/llvm/DebugInfo/PDB/DIA/DIAEnumTables.h
-rw-r--r-- root/root usr/include/llvm/DebugInfo/PDB/DIA/DIAError.h
-rw-r--r-- root/root usr/include/llvm/DebugInfo/PDB/DIA/DIALineNumber.h
-rw-r--r-- root/root usr/include/llvm/DebugInfo/PDB/DIA/DIARawSymbol.h
-rw-r--r-- root/root usr/include/llvm/DebugInfo/PDB/DIA/DIASession.h
-rw-r--r-- root/root usr/include/llvm/DebugInfo/PDB/DIA/DIASourceFile.h
-rw-r--r-- root/root usr/include/llvm/DebugInfo/PDB/DIA/DIASupport.h
-rw-r--r-- root/root usr/include/llvm/DebugInfo/PDB/DIA/DIATable.h
-rw-r--r-- root/root usr/include/llvm/DebugInfo/PDB/GenericError.h
-rw-r--r-- root/root usr/include/llvm/DebugInfo/PDB/IPDBDataStream.h
-rw-r--r-- root/root usr/include/llvm/DebugInfo/PDB/IPDBEnumChildren.h
@ -542,6 +570,7 @@ drwxr-xr-x root/root usr/include/llvm/DebugInfo/PDB/DIA/
-rw-r--r-- root/root usr/include/llvm/DebugInfo/PDB/IPDBRawSymbol.h
-rw-r--r-- root/root usr/include/llvm/DebugInfo/PDB/IPDBSession.h
-rw-r--r-- root/root usr/include/llvm/DebugInfo/PDB/IPDBSourceFile.h
-rw-r--r-- root/root usr/include/llvm/DebugInfo/PDB/IPDBTable.h
drwxr-xr-x root/root usr/include/llvm/DebugInfo/PDB/Native/
-rw-r--r-- root/root usr/include/llvm/DebugInfo/PDB/Native/DbiModuleDescriptor.h
-rw-r--r-- root/root usr/include/llvm/DebugInfo/PDB/Native/DbiModuleDescriptorBuilder.h
@ -550,6 +579,7 @@ drwxr-xr-x root/root usr/include/llvm/DebugInfo/PDB/Native/
-rw-r--r-- root/root usr/include/llvm/DebugInfo/PDB/Native/DbiStreamBuilder.h
-rw-r--r-- root/root usr/include/llvm/DebugInfo/PDB/Native/EnumTables.h
-rw-r--r-- root/root usr/include/llvm/DebugInfo/PDB/Native/Formatters.h
-rw-r--r-- root/root usr/include/llvm/DebugInfo/PDB/Native/GSIStreamBuilder.h
-rw-r--r-- root/root usr/include/llvm/DebugInfo/PDB/Native/GlobalsStream.h
-rw-r--r-- root/root usr/include/llvm/DebugInfo/PDB/Native/Hash.h
-rw-r--r-- root/root usr/include/llvm/DebugInfo/PDB/Native/HashTable.h
@ -561,6 +591,8 @@ drwxr-xr-x root/root usr/include/llvm/DebugInfo/PDB/Native/
-rw-r--r-- root/root usr/include/llvm/DebugInfo/PDB/Native/NativeBuiltinSymbol.h
-rw-r--r-- root/root usr/include/llvm/DebugInfo/PDB/Native/NativeCompilandSymbol.h
-rw-r--r-- root/root usr/include/llvm/DebugInfo/PDB/Native/NativeEnumModules.h
-rw-r--r-- root/root usr/include/llvm/DebugInfo/PDB/Native/NativeEnumSymbol.h
-rw-r--r-- root/root usr/include/llvm/DebugInfo/PDB/Native/NativeEnumTypes.h
-rw-r--r-- root/root usr/include/llvm/DebugInfo/PDB/Native/NativeExeSymbol.h
-rw-r--r-- root/root usr/include/llvm/DebugInfo/PDB/Native/NativeRawSymbol.h
-rw-r--r-- root/root usr/include/llvm/DebugInfo/PDB/Native/NativeSession.h
@ -569,7 +601,6 @@ drwxr-xr-x root/root usr/include/llvm/DebugInfo/PDB/Native/
-rw-r--r-- root/root usr/include/llvm/DebugInfo/PDB/Native/PDBStringTable.h
-rw-r--r-- root/root usr/include/llvm/DebugInfo/PDB/Native/PDBStringTableBuilder.h
-rw-r--r-- root/root usr/include/llvm/DebugInfo/PDB/Native/PublicsStream.h
-rw-r--r-- root/root usr/include/llvm/DebugInfo/PDB/Native/PublicsStreamBuilder.h
-rw-r--r-- root/root usr/include/llvm/DebugInfo/PDB/Native/RawConstants.h
-rw-r--r-- root/root usr/include/llvm/DebugInfo/PDB/Native/RawError.h
-rw-r--r-- root/root usr/include/llvm/DebugInfo/PDB/Native/RawTypes.h
@ -652,11 +683,20 @@ drwxr-xr-x root/root usr/include/llvm/ExecutionEngine/Orc/
-rw-r--r-- root/root usr/include/llvm/ExecutionEngine/Orc/RPCUtils.h
-rw-r--r-- root/root usr/include/llvm/ExecutionEngine/Orc/RTDyldObjectLinkingLayer.h
-rw-r--r-- root/root usr/include/llvm/ExecutionEngine/Orc/RawByteChannel.h
-rw-r--r-- root/root usr/include/llvm/ExecutionEngine/Orc/RemoteObjectLayer.h
-rw-r--r-- root/root usr/include/llvm/ExecutionEngine/Orc/SymbolStringPool.h
-rw-r--r-- root/root usr/include/llvm/ExecutionEngine/OrcMCJITReplacement.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/RuntimeDyldChecker.h
-rw-r--r-- root/root usr/include/llvm/ExecutionEngine/SectionMemoryManager.h
drwxr-xr-x root/root usr/include/llvm/FuzzMutate/
-rw-r--r-- root/root usr/include/llvm/FuzzMutate/FuzzerCLI.h
-rw-r--r-- root/root usr/include/llvm/FuzzMutate/IRMutator.h
-rw-r--r-- root/root usr/include/llvm/FuzzMutate/OpDescriptor.h
-rw-r--r-- root/root usr/include/llvm/FuzzMutate/Operations.h
-rw-r--r-- root/root usr/include/llvm/FuzzMutate/Random.h
-rw-r--r-- root/root usr/include/llvm/FuzzMutate/RandomIRBuilder.h
drwxr-xr-x root/root usr/include/llvm/IR/
-rw-r--r-- root/root usr/include/llvm/IR/Argument.h
-rw-r--r-- root/root usr/include/llvm/IR/AssemblyAnnotationWriter.h
@ -681,6 +721,7 @@ drwxr-xr-x root/root usr/include/llvm/IR/
-rw-r--r-- root/root usr/include/llvm/IR/DebugLoc.h
-rw-r--r-- root/root usr/include/llvm/IR/DerivedTypes.h
-rw-r--r-- root/root usr/include/llvm/IR/DerivedUser.h
-rw-r--r-- root/root usr/include/llvm/IR/DiagnosticHandler.h
-rw-r--r-- root/root usr/include/llvm/IR/DiagnosticInfo.h
-rw-r--r-- root/root usr/include/llvm/IR/DiagnosticPrinter.h
-rw-r--r-- root/root usr/include/llvm/IR/Dominators.h
@ -786,8 +827,10 @@ drwxr-xr-x root/root usr/include/llvm/MC/MCAnalysis/
-rw-r--r-- root/root usr/include/llvm/MC/MCAsmInfoELF.h
-rw-r--r-- root/root usr/include/llvm/MC/MCAsmInfoWasm.h
-rw-r--r-- root/root usr/include/llvm/MC/MCAsmLayout.h
-rw-r--r-- root/root usr/include/llvm/MC/MCAsmMacro.h
-rw-r--r-- root/root usr/include/llvm/MC/MCAssembler.h
-rw-r--r-- root/root usr/include/llvm/MC/MCCodeEmitter.h
-rw-r--r-- root/root usr/include/llvm/MC/MCCodePadder.h
-rw-r--r-- root/root usr/include/llvm/MC/MCCodeView.h
-rw-r--r-- root/root usr/include/llvm/MC/MCContext.h
-rw-r--r-- root/root usr/include/llvm/MC/MCDirectives.h
@ -841,7 +884,7 @@ drwxr-xr-x root/root usr/include/llvm/MC/MCParser/
-rw-r--r-- root/root usr/include/llvm/MC/MCSymbolMachO.h
-rw-r--r-- root/root usr/include/llvm/MC/MCSymbolWasm.h
-rw-r--r-- root/root usr/include/llvm/MC/MCTargetOptions.h
-rw-r--r-- root/root usr/include/llvm/MC/MCTargetOptionsCommandFlags.h
-rw-r--r-- root/root usr/include/llvm/MC/MCTargetOptionsCommandFlags.def
-rw-r--r-- root/root usr/include/llvm/MC/MCValue.h
-rw-r--r-- root/root usr/include/llvm/MC/MCWasmObjectWriter.h
-rw-r--r-- root/root usr/include/llvm/MC/MCWasmStreamer.h
@ -881,6 +924,7 @@ drwxr-xr-x root/root usr/include/llvm/ObjectYAML/
-rw-r--r-- root/root usr/include/llvm/ObjectYAML/COFFYAML.h
-rw-r--r-- root/root usr/include/llvm/ObjectYAML/CodeViewYAMLDebugSections.h
-rw-r--r-- root/root usr/include/llvm/ObjectYAML/CodeViewYAMLSymbols.h
-rw-r--r-- root/root usr/include/llvm/ObjectYAML/CodeViewYAMLTypeHashing.h
-rw-r--r-- root/root usr/include/llvm/ObjectYAML/CodeViewYAMLTypes.h
-rw-r--r-- root/root usr/include/llvm/ObjectYAML/DWARFEmitter.h
-rw-r--r-- root/root usr/include/llvm/ObjectYAML/DWARFYAML.h
@ -908,6 +952,7 @@ drwxr-xr-x root/root usr/include/llvm/ProfileData/Coverage/
-rw-r--r-- root/root usr/include/llvm/ProfileData/Coverage/CoverageMapping.h
-rw-r--r-- root/root usr/include/llvm/ProfileData/Coverage/CoverageMappingReader.h
-rw-r--r-- root/root usr/include/llvm/ProfileData/Coverage/CoverageMappingWriter.h
-rw-r--r-- root/root usr/include/llvm/ProfileData/GCOV.h
-rw-r--r-- root/root usr/include/llvm/ProfileData/InstrProf.h
-rw-r--r-- root/root usr/include/llvm/ProfileData/InstrProfData.inc
-rw-r--r-- root/root usr/include/llvm/ProfileData/InstrProfReader.h
@ -918,7 +963,8 @@ drwxr-xr-x root/root usr/include/llvm/ProfileData/Coverage/
-rw-r--r-- root/root usr/include/llvm/ProfileData/SampleProfWriter.h
drwxr-xr-x root/root usr/include/llvm/Support/
-rw-r--r-- root/root usr/include/llvm/Support/AArch64TargetParser.def
-rw-r--r-- root/root usr/include/llvm/Support/AMDGPUCodeObjectMetadata.h
-rw-r--r-- root/root usr/include/llvm/Support/AMDGPUKernelDescriptor.h
-rw-r--r-- root/root usr/include/llvm/Support/AMDGPUMetadata.h
-rw-r--r-- root/root usr/include/llvm/Support/ARMAttributeParser.h
-rw-r--r-- root/root usr/include/llvm/Support/ARMBuildAttributes.h
-rw-r--r-- root/root usr/include/llvm/Support/ARMEHABI.h
@ -947,6 +993,7 @@ drwxr-xr-x root/root usr/include/llvm/Support/
-rw-r--r-- root/root usr/include/llvm/Support/Chrono.h
-rw-r--r-- root/root usr/include/llvm/Support/CodeGen.h
-rw-r--r-- root/root usr/include/llvm/Support/CodeGenCWrappers.h
-rw-r--r-- root/root usr/include/llvm/Support/CodeGenCoverage.h
-rw-r--r-- root/root usr/include/llvm/Support/CommandLine.h
-rw-r--r-- root/root usr/include/llvm/Support/Compiler.h
-rw-r--r-- root/root usr/include/llvm/Support/Compression.h
@ -975,7 +1022,6 @@ drwxr-xr-x root/root usr/include/llvm/Support/
-rw-r--r-- root/root usr/include/llvm/Support/FormatVariadic.h
-rw-r--r-- root/root usr/include/llvm/Support/FormatVariadicDetails.h
-rw-r--r-- root/root usr/include/llvm/Support/FormattedStream.h
-rw-r--r-- root/root usr/include/llvm/Support/GCOV.h
-rw-r--r-- root/root usr/include/llvm/Support/GenericDomTree.h
-rw-r--r-- root/root usr/include/llvm/Support/GenericDomTreeConstruction.h
-rw-r--r-- root/root usr/include/llvm/Support/GlobPattern.h
@ -1050,6 +1096,7 @@ drwxr-xr-x root/root usr/include/llvm/Support/Solaris/sys/
-rw-r--r-- root/root usr/include/llvm/Support/Watchdog.h
-rw-r--r-- root/root usr/include/llvm/Support/Win64EH.h
-rw-r--r-- root/root usr/include/llvm/Support/WindowsError.h
-rw-r--r-- root/root usr/include/llvm/Support/X86TargetParser.def
-rw-r--r-- root/root usr/include/llvm/Support/YAMLParser.h
-rw-r--r-- root/root usr/include/llvm/Support/YAMLTraits.h
-rw-r--r-- root/root usr/include/llvm/Support/circular_raw_ostream.h
@ -1069,29 +1116,19 @@ drwxr-xr-x root/root usr/include/llvm/TableGen/
-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
-rw-r--r-- root/root usr/include/llvm/Target/GenericOpcodes.td
drwxr-xr-x root/root usr/include/llvm/Target/GlobalISel/
-rw-r--r-- root/root usr/include/llvm/Target/GlobalISel/RegisterBank.td
-rw-r--r-- root/root usr/include/llvm/Target/GlobalISel/SelectionDAGCompat.td
-rw-r--r-- root/root usr/include/llvm/Target/GlobalISel/Target.td
-rw-r--r-- root/root usr/include/llvm/Target/Target.td
-rw-r--r-- root/root usr/include/llvm/Target/TargetCallingConv.h
-rw-r--r-- root/root usr/include/llvm/Target/TargetCallingConv.td
-rw-r--r-- root/root usr/include/llvm/Target/TargetFrameLowering.h
-rw-r--r-- root/root usr/include/llvm/Target/TargetInstrInfo.h
-rw-r--r-- root/root usr/include/llvm/Target/TargetIntrinsicInfo.h
-rw-r--r-- root/root usr/include/llvm/Target/TargetItinerary.td
-rw-r--r-- root/root usr/include/llvm/Target/TargetLowering.h
-rw-r--r-- root/root usr/include/llvm/Target/TargetLoweringObjectFile.h
-rw-r--r-- root/root usr/include/llvm/Target/TargetMachine.h
-rw-r--r-- root/root usr/include/llvm/Target/TargetOpcodes.def
-rw-r--r-- root/root usr/include/llvm/Target/TargetOpcodes.h
-rw-r--r-- root/root usr/include/llvm/Target/TargetOptions.h
-rw-r--r-- root/root usr/include/llvm/Target/TargetRegisterInfo.h
-rw-r--r-- root/root usr/include/llvm/Target/TargetSchedule.td
-rw-r--r-- root/root usr/include/llvm/Target/TargetSelectionDAG.td
-rw-r--r-- root/root usr/include/llvm/Target/TargetSubtargetInfo.h
drwxr-xr-x root/root usr/include/llvm/Testing/
drwxr-xr-x root/root usr/include/llvm/Testing/Support/
-rw-r--r-- root/root usr/include/llvm/Testing/Support/Error.h
@ -1108,6 +1145,7 @@ drwxr-xr-x root/root usr/include/llvm/Transforms/
drwxr-xr-x root/root usr/include/llvm/Transforms/IPO/
-rw-r--r-- root/root usr/include/llvm/Transforms/IPO/AlwaysInliner.h
-rw-r--r-- root/root usr/include/llvm/Transforms/IPO/ArgumentPromotion.h
-rw-r--r-- root/root usr/include/llvm/Transforms/IPO/CalledValuePropagation.h
-rw-r--r-- root/root usr/include/llvm/Transforms/IPO/ConstantMerge.h
-rw-r--r-- root/root usr/include/llvm/Transforms/IPO/CrossDSOCFI.h
-rw-r--r-- root/root usr/include/llvm/Transforms/IPO/DeadArgumentElimination.h
@ -1133,6 +1171,8 @@ drwxr-xr-x root/root usr/include/llvm/Transforms/InstCombine/
-rw-r--r-- root/root usr/include/llvm/Transforms/InstCombine/InstCombineWorklist.h
-rw-r--r-- root/root usr/include/llvm/Transforms/InstrProfiling.h
-rw-r--r-- root/root usr/include/llvm/Transforms/Instrumentation.h
drwxr-xr-x root/root usr/include/llvm/Transforms/Instrumentation/
-rw-r--r-- root/root usr/include/llvm/Transforms/Instrumentation/BoundsChecking.h
-rw-r--r-- root/root usr/include/llvm/Transforms/ObjCARC.h
-rw-r--r-- root/root usr/include/llvm/Transforms/PGOInstrumentation.h
-rw-r--r-- root/root usr/include/llvm/Transforms/SampleProfile.h
@ -1141,10 +1181,12 @@ drwxr-xr-x root/root usr/include/llvm/Transforms/Scalar/
-rw-r--r-- root/root usr/include/llvm/Transforms/Scalar/ADCE.h
-rw-r--r-- root/root usr/include/llvm/Transforms/Scalar/AlignmentFromAssumptions.h
-rw-r--r-- root/root usr/include/llvm/Transforms/Scalar/BDCE.h
-rw-r--r-- root/root usr/include/llvm/Transforms/Scalar/CallSiteSplitting.h
-rw-r--r-- root/root usr/include/llvm/Transforms/Scalar/ConstantHoisting.h
-rw-r--r-- root/root usr/include/llvm/Transforms/Scalar/CorrelatedValuePropagation.h
-rw-r--r-- root/root usr/include/llvm/Transforms/Scalar/DCE.h
-rw-r--r-- root/root usr/include/llvm/Transforms/Scalar/DeadStoreElimination.h
-rw-r--r-- root/root usr/include/llvm/Transforms/Scalar/DivRemPairs.h
-rw-r--r-- root/root usr/include/llvm/Transforms/Scalar/EarlyCSE.h
-rw-r--r-- root/root usr/include/llvm/Transforms/Scalar/Float2Int.h
-rw-r--r-- root/root usr/include/llvm/Transforms/Scalar/GVN.h
@ -1177,11 +1219,13 @@ drwxr-xr-x root/root usr/include/llvm/Transforms/Scalar/
-rw-r--r-- root/root usr/include/llvm/Transforms/Scalar/NewGVN.h
-rw-r--r-- root/root usr/include/llvm/Transforms/Scalar/PartiallyInlineLibCalls.h
-rw-r--r-- root/root usr/include/llvm/Transforms/Scalar/Reassociate.h
-rw-r--r-- root/root usr/include/llvm/Transforms/Scalar/RewriteStatepointsForGC.h
-rw-r--r-- root/root usr/include/llvm/Transforms/Scalar/SCCP.h
-rw-r--r-- root/root usr/include/llvm/Transforms/Scalar/SROA.h
-rw-r--r-- root/root usr/include/llvm/Transforms/Scalar/SimpleLoopUnswitch.h
-rw-r--r-- root/root usr/include/llvm/Transforms/Scalar/SimplifyCFG.h
-rw-r--r-- root/root usr/include/llvm/Transforms/Scalar/Sink.h
-rw-r--r-- root/root usr/include/llvm/Transforms/Scalar/SpeculateAroundPHIs.h
-rw-r--r-- root/root usr/include/llvm/Transforms/Scalar/SpeculativeExecution.h
-rw-r--r-- root/root usr/include/llvm/Transforms/Scalar/TailRecursionElimination.h
drwxr-xr-x root/root usr/include/llvm/Transforms/Utils/
@ -1191,10 +1235,11 @@ drwxr-xr-x root/root usr/include/llvm/Transforms/Utils/
-rw-r--r-- root/root usr/include/llvm/Transforms/Utils/BreakCriticalEdges.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/CallPromotionUtils.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/CtorUtils.h
-rw-r--r-- root/root usr/include/llvm/Transforms/Utils/EntryExitInstrumenter.h
-rw-r--r-- root/root usr/include/llvm/Transforms/Utils/EscapeEnumerator.h
-rw-r--r-- root/root usr/include/llvm/Transforms/Utils/Evaluator.h
-rw-r--r-- root/root usr/include/llvm/Transforms/Utils/FunctionComparator.h
@ -1232,6 +1277,12 @@ drwxr-xr-x root/root usr/include/llvm/Transforms/Utils/
drwxr-xr-x root/root usr/include/llvm/Transforms/Vectorize/
-rw-r--r-- root/root usr/include/llvm/Transforms/Vectorize/LoopVectorize.h
-rw-r--r-- root/root usr/include/llvm/Transforms/Vectorize/SLPVectorizer.h
drwxr-xr-x root/root usr/include/llvm/WindowsManifest/
-rw-r--r-- root/root usr/include/llvm/WindowsManifest/WindowsManifestMerger.h
drwxr-xr-x root/root usr/include/llvm/WindowsResource/
-rw-r--r-- root/root usr/include/llvm/WindowsResource/ResourceProcessor.h
-rw-r--r-- root/root usr/include/llvm/WindowsResource/ResourceScriptToken.h
-rw-r--r-- root/root usr/include/llvm/WindowsResource/ResourceScriptTokenList.h
drwxr-xr-x root/root usr/include/llvm/XRay/
-rw-r--r-- root/root usr/include/llvm/XRay/Graph.h
-rw-r--r-- root/root usr/include/llvm/XRay/InstrumentationMap.h
@ -1269,9 +1320,9 @@ drwxr-xr-x root/root usr/lib/cmake/llvm/
-rw-r--r-- root/root usr/lib/cmake/llvm/LLVMProcessSources.cmake
-rw-r--r-- root/root usr/lib/cmake/llvm/TableGen.cmake
-rw-r--r-- root/root usr/lib/cmake/llvm/VersionFromVCS.cmake
lrwxrwxrwx root/root usr/lib/libLLVM-5.0.1.so -> libLLVM-5.0.so
-rwxr-xr-x root/root usr/lib/libLLVM-5.0.so
lrwxrwxrwx root/root usr/lib/libLLVM.so -> libLLVM-5.0.so
lrwxrwxrwx root/root usr/lib/libLLVM-6.0.0.so -> libLLVM-6.0.so
-rwxr-xr-x root/root usr/lib/libLLVM-6.0.so
lrwxrwxrwx root/root usr/lib/libLLVM.so -> libLLVM-6.0.so
-rw-r--r-- root/root usr/lib/libLLVMAMDGPUAsmParser.a
-rw-r--r-- root/root usr/lib/libLLVMAMDGPUAsmPrinter.a
-rw-r--r-- root/root usr/lib/libLLVMAMDGPUCodeGen.a
@ -1282,6 +1333,7 @@ lrwxrwxrwx root/root usr/lib/libLLVM.so -> libLLVM-5.0.so
-rw-r--r-- root/root usr/lib/libLLVMAnalysis.a
-rw-r--r-- root/root usr/lib/libLLVMAsmParser.a
-rw-r--r-- root/root usr/lib/libLLVMAsmPrinter.a
-rw-r--r-- root/root usr/lib/libLLVMBPFAsmParser.a
-rw-r--r-- root/root usr/lib/libLLVMBPFAsmPrinter.a
-rw-r--r-- root/root usr/lib/libLLVMBPFCodeGen.a
-rw-r--r-- root/root usr/lib/libLLVMBPFDesc.a
@ -1301,6 +1353,7 @@ lrwxrwxrwx root/root usr/lib/libLLVM.so -> libLLVM-5.0.so
-rw-r--r-- root/root usr/lib/libLLVMDemangle.a
-rw-r--r-- root/root usr/lib/libLLVMDlltoolDriver.a
-rw-r--r-- root/root usr/lib/libLLVMExecutionEngine.a
-rw-r--r-- root/root usr/lib/libLLVMFuzzMutate.a
-rw-r--r-- root/root usr/lib/libLLVMGlobalISel.a
-rw-r--r-- root/root usr/lib/libLLVMIRReader.a
-rw-r--r-- root/root usr/lib/libLLVMInstCombine.a
@ -1331,6 +1384,7 @@ lrwxrwxrwx root/root usr/lib/libLLVM.so -> libLLVM-5.0.so
-rw-r--r-- root/root usr/lib/libLLVMTarget.a
-rw-r--r-- root/root usr/lib/libLLVMTransformUtils.a
-rw-r--r-- root/root usr/lib/libLLVMVectorize.a
-rw-r--r-- root/root usr/lib/libLLVMWindowsManifest.a
-rw-r--r-- root/root usr/lib/libLLVMX86AsmParser.a
-rw-r--r-- root/root usr/lib/libLLVMX86AsmPrinter.a
-rw-r--r-- root/root usr/lib/libLLVMX86CodeGen.a
@ -1340,9 +1394,9 @@ lrwxrwxrwx root/root usr/lib/libLLVM.so -> libLLVM-5.0.so
-rw-r--r-- root/root usr/lib/libLLVMX86Utils.a
-rw-r--r-- root/root usr/lib/libLLVMXRay.a
-rw-r--r-- root/root usr/lib/libLLVMipo.a
lrwxrwxrwx root/root usr/lib/libLTO.so -> libLTO.so.5
lrwxrwxrwx root/root usr/lib/libLTO.so.5 -> libLTO.so.5.0.1
-rwxr-xr-x root/root usr/lib/libLTO.so.5.0.1
lrwxrwxrwx root/root usr/lib/libLTO.so -> libLTO.so.6
lrwxrwxrwx root/root usr/lib/libLTO.so.6 -> libLTO.so.6.0.0
-rwxr-xr-x root/root usr/lib/libLTO.so.6.0.0
drwxr-xr-x root/root usr/share/
drwxr-xr-x root/root usr/share/opt-viewer/
-rwxr-xr-x root/root usr/share/opt-viewer/opt-diff.py

View File

@ -1,2 +1,2 @@
3a4ec6dcbc71579eeaec7cb157fe2168 llvm-5.0.1.src.tar.xz
788a11a35fa62eb008019b37187d09d2 llvm-6.0.0.src.tar.xz
fcd6954a7fbd05687990e59e87131c3e llvm-config.h

View File

@ -1,6 +1,6 @@
untrusted comment: verify with /etc/ports/opt.pub
RWSE3ohX2g5d/Zdb8tBfF/rn/agSSfsAVMW8vds99Uj6DYMlpufWMm4EVM40YMshVE8CapvWgvsvU02dXKuVOYEul+w7T1eMQQA=
SHA256 (Pkgfile) = e5acde38890668f79f0f595b41743cb4889ce406bb5da1cd2f8b021b2dd0daaf
SHA256 (.footprint) = 238a4dd8fdd59912faca1b3853011bdf5c71f6066912cee409c65d28b4ebe1ed
SHA256 (llvm-5.0.1.src.tar.xz) = 5fa7489fc0225b11821cab0362f5813a05f2bcf2533e8a4ea9c9c860168807b0
RWSE3ohX2g5d/SL0TpagjqcrCGh7eMxZGeqPtPjlcBUBFOYjJfpOFJt0kGtd+uaAbYSWSlKfDfaW5S7z6RbD2R2AYf3pszlU0AY=
SHA256 (Pkgfile) = 85d57068b3f168682abbd877b0c967c9947e7be9c5124913cd2308f192d25f7f
SHA256 (.footprint) = 9e55f99cca4f9100bfb4789d94b97878241f6c63560e17a390389d2b245d62c7
SHA256 (llvm-6.0.0.src.tar.xz) = 1ff53c915b4e761ef400b803f07261ade637b0c269d99569f18040f3dcee4408
SHA256 (llvm-config.h) = 2227b83b904348e5530f3475c978e11cb0f05a85024781dcb49ac86b65582707

View File

@ -4,7 +4,7 @@
# Depends on: cmake libffi python
name=llvm
version=5.0.1
version=6.0.0
release=1
source=(https://llvm.org/releases/$version/$name-$version.src.tar.xz \
llvm-config.h)

View File

@ -1 +1 @@
631ed102fe58c13cf63bc92a68cf4759 node-v8.9.4.tar.xz
3f47386a36575c3b6f9ca7eb5fc67520 node-v8.10.0.tar.xz

View File

@ -1,5 +1,5 @@
untrusted comment: verify with /etc/ports/opt.pub
RWSE3ohX2g5d/XGAZpS5XkMPnj23BQIYcxjcFK3lHhGCqcCip45mFqpPrDfyLjFFhbC4D1dUP75DYu3b4bwRu92u2jcOgMJ50gU=
SHA256 (Pkgfile) = 596635493a68fa7de6060ff4098f56b6257a0da13c374dcd2b20d70b16e8c660
RWSE3ohX2g5d/UxnKSrZqVZxJRlVrn+abipfFBIIUw5ykI0zlWnsh5MGC6VBcZET2COavC447Az4V7QostpNHvS7rzeSt5reFgA=
SHA256 (Pkgfile) = eaf1286d42441cd2db52b36a2d65a85a58f38586ffc6cb6bf43ecfb98748601a
SHA256 (.footprint) = 840e62fdc1bc528d816aaf8db1a9137fc78d6b468a6b864884f4c1eedde5bc1c
SHA256 (node-v8.9.4.tar.xz) = 6cdcde9c9c1ca9f450a0b24eafa229ca759e576daa0fae892ce74d541ecdc86f
SHA256 (node-v8.10.0.tar.xz) = b72d4e71618d6bcbd039b487b51fa7543631a4ac3331d7caf69bdf55b5b2901a

View File

@ -4,7 +4,7 @@
# Depends on: python
name=nodejs
version=8.9.4
version=8.10.0
release=1
source=(https://nodejs.org/dist/v$version/node-v$version.tar.xz)