update to 2.9
ok sthen@ tested by matthew@ jeremy@
This commit is contained in:
parent
d92074dcbe
commit
e9fbea9c63
@ -1,8 +1,8 @@
|
||||
# $OpenBSD: Makefile,v 1.29 2011/01/13 00:15:50 jeremy Exp $
|
||||
# $OpenBSD: Makefile,v 1.30 2011/04/09 21:43:39 jsg Exp $
|
||||
|
||||
COMMENT = Low Level Virtual Machine (LLVM) compiler infrastructure
|
||||
|
||||
LLVM_V = 2.8
|
||||
LLVM_V = 2.9
|
||||
DISTNAME = llvm-${LLVM_V}
|
||||
|
||||
CATEGORIES = devel
|
||||
@ -20,7 +20,7 @@ PERMIT_PACKAGE_FTP = Yes
|
||||
PERMIT_DISTFILES_CDROM =Yes
|
||||
PERMIT_DISTFILES_FTP = Yes
|
||||
|
||||
WANTLIB = c elf m pthread stdc++
|
||||
WANTLIB = c m pthread stdc++
|
||||
|
||||
MASTER_SITES = http://llvm.org/releases/${LLVM_V}/
|
||||
|
||||
@ -31,8 +31,6 @@ post-extract:
|
||||
|
||||
MODULES = lang/python
|
||||
|
||||
LIB_DEPENDS = devel/libelf
|
||||
|
||||
# graphviz can be optionally used to draw graphs, but adds heavy build and
|
||||
# run dependencies, and this feature is often not needed. lie to autoconf
|
||||
# so we can build consistent packages without pulling in a stack of gnome
|
||||
|
@ -1,10 +1,10 @@
|
||||
MD5 (clang-2.8.tgz) = EOFMkB/Dco7svVuCngEbWQ==
|
||||
MD5 (llvm-2.8.tgz) = Ig02G00XBR/0uyHGSr4Fug==
|
||||
RMD160 (clang-2.8.tgz) = 8AlWtt4pzAnzmSrqvRQPIYnGzzk=
|
||||
RMD160 (llvm-2.8.tgz) = P1px0H4QWnz0bq/HqQBqknA1ASw=
|
||||
SHA1 (clang-2.8.tgz) = lJd8hM4TYwfbvq3pXme/48JRYf8=
|
||||
SHA1 (llvm-2.8.tgz) = bUn+A50o6GZN4lSRx3XLLFmeMME=
|
||||
SHA256 (clang-2.8.tgz) = 7YNIFVPmo5qKKVPoljDYgdh4M1BvCWqQ8Y2T7Cve4ME=
|
||||
SHA256 (llvm-2.8.tgz) = Ja3bdC8cbMEod+0O6STdqWLYSDaO4JW+jkg0KuYT1Ds=
|
||||
SIZE (clang-2.8.tgz) = 5666777
|
||||
SIZE (llvm-2.8.tgz) = 9112527
|
||||
MD5 (clang-2.9.tgz) = Y03hjQS3pN7RnsTBfSPPyg==
|
||||
MD5 (llvm-2.9.tgz) = eTE4QS0q8sfH9UYV+JQ3cQ==
|
||||
RMD160 (clang-2.9.tgz) = SrecvQ4q0loicubuL7v1RoGNvXM=
|
||||
RMD160 (llvm-2.9.tgz) = yuqgZ/2h6zQZazVqCHZF+Dcxz7c=
|
||||
SHA1 (clang-2.9.tgz) = X9O1zsBQ7BKFjBYCsjzwligq1KQ=
|
||||
SHA1 (llvm-2.9.tgz) = UA9Yf4QBmaxTxPx1coOdCPqdkSM=
|
||||
SHA256 (clang-2.9.tgz) = cMQfP3gqccuqe8jW6in85CY60+hVjf7MbcEc3vF5Cd8=
|
||||
SHA256 (llvm-2.9.tgz) = ZhI2z6F0KLSM+py7mQn3VpxkuOzSGf2R28AOO1V7N3k=
|
||||
SIZE (clang-2.9.tgz) = 6243772
|
||||
SIZE (llvm-2.9.tgz) = 9574781
|
||||
|
@ -1,16 +0,0 @@
|
||||
$OpenBSD: patch-Makefile_rules,v 1.1 2011/01/13 00:15:50 jeremy Exp $
|
||||
--- Makefile.rules.orig Thu Jan 6 15:35:39 2011
|
||||
+++ Makefile.rules Thu Jan 6 15:37:39 2011
|
||||
@@ -959,9 +959,10 @@ ifeq ($(HAVE_LINK_VERSION_SCRIPT),1)
|
||||
NativeExportsFile := $(ObjDir)/$(notdir $(EXPORTED_SYMBOL_FILE)).map
|
||||
$(NativeExportsFile): $(EXPORTED_SYMBOL_FILE) $(ObjDir)/.dir
|
||||
$(Verb) echo "{" > $@
|
||||
- $(Verb) grep -q "\<" $< && echo " global:" >> $@ || :
|
||||
+ $(Verb) echo " global:" >> $@
|
||||
$(Verb) sed -e 's/$$/;/' -e 's/^/ /' < $< >> $@
|
||||
- $(Verb) echo " local: *;" >> $@
|
||||
+ $(Verb) echo " local:" >> $@
|
||||
+ $(Verb) echo " *;" >> $@
|
||||
$(Verb) echo "};" >> $@
|
||||
clean-local::
|
||||
-$(Verb) $(RM) -f $(NativeExportsFile)
|
@ -1,21 +0,0 @@
|
||||
$OpenBSD: patch-lib_System_Unix_Path_inc,v 1.1 2011/01/13 00:15:50 jeremy Exp $
|
||||
--- lib/System/Unix/Path.inc.orig Thu Sep 2 11:24:46 2010
|
||||
+++ lib/System/Unix/Path.inc Fri Jan 7 11:27:10 2011
|
||||
@@ -282,7 +282,7 @@ Path::GetCurrentDirectory() {
|
||||
return Path(pathname);
|
||||
}
|
||||
|
||||
-#if defined(__FreeBSD__) || defined (__NetBSD__) || defined(__minix)
|
||||
+#if defined(__FreeBSD__) || defined (__OpenBSD__) || defined (__NetBSD__) || defined(__minix)
|
||||
static int
|
||||
test_dir(char buf[PATH_MAX], char ret[PATH_MAX],
|
||||
const char *dir, const char *bin)
|
||||
@@ -350,7 +350,7 @@ Path Path::GetMainExecutable(const char *argv0, void *
|
||||
if (realpath(exe_path, link_path))
|
||||
return Path(std::string(link_path));
|
||||
}
|
||||
-#elif defined(__FreeBSD__) || defined (__NetBSD__) || defined(__minix)
|
||||
+#elif defined(__FreeBSD__) || defined (__OpenBSD__) || defined (__NetBSD__) || defined(__minix)
|
||||
char exe_path[PATH_MAX];
|
||||
|
||||
if (getprogpath(exe_path, argv0) != NULL)
|
@ -1,12 +0,0 @@
|
||||
$OpenBSD: patch-tools_clang_lib_Driver_Tools_cpp,v 1.6 2011/01/13 00:15:50 jeremy Exp $
|
||||
--- tools/clang/lib/Driver/Tools.cpp.orig Thu Sep 2 16:59:25 2010
|
||||
+++ tools/clang/lib/Driver/Tools.cpp Thu Jan 6 11:29:39 2011
|
||||
@@ -2631,7 +2631,7 @@ void auroraux::Link::ConstructJob(Compilation &C, cons
|
||||
|
||||
CmdArgs.push_back(Args.MakeArgString("-L/opt/gcc4/lib/gcc/"
|
||||
+ getToolChain().getTripleString()
|
||||
- + "/4.2.4"));
|
||||
+ + "/4.2.1"));
|
||||
|
||||
Args.AddAllArgs(CmdArgs, options::OPT_L);
|
||||
Args.AddAllArgs(CmdArgs, options::OPT_T_Group);
|
@ -1,12 +0,0 @@
|
||||
$OpenBSD: patch-tools_clang_lib_Sema_SemaDeclAttr_cpp,v 1.4 2011/01/13 00:15:50 jeremy Exp $
|
||||
--- tools/clang/lib/Sema/SemaDeclAttr.cpp.orig Thu Sep 2 18:29:35 2010
|
||||
+++ tools/clang/lib/Sema/SemaDeclAttr.cpp Thu Jan 6 11:26:15 2011
|
||||
@@ -1387,7 +1387,7 @@ static FormatAttrKind getFormatAttrKind(llvm::StringRe
|
||||
if (Format == "scanf" || Format == "printf" || Format == "printf0" ||
|
||||
Format == "strfmon" || Format == "cmn_err" || Format == "strftime" ||
|
||||
Format == "NSString" || Format == "CFString" || Format == "vcmn_err" ||
|
||||
- Format == "zcmn_err")
|
||||
+ Format == "zcmn_err" || Format == "kprintf")
|
||||
return SupportedFormat;
|
||||
|
||||
if (Format == "gcc_diag" || Format == "gcc_cdiag" ||
|
@ -1,7 +1,6 @@
|
||||
@comment $OpenBSD: PLIST,v 1.13 2011/01/13 00:15:51 jeremy Exp $
|
||||
@comment $OpenBSD: PLIST,v 1.14 2011/04/09 21:43:39 jsg Exp $
|
||||
@bin bin/bugpoint
|
||||
bin/c++-analyzer
|
||||
@bin bin/c-index-test
|
||||
bin/ccc-analyzer
|
||||
@bin bin/clang
|
||||
bin/clang++
|
||||
@ -18,10 +17,12 @@ bin/llvm-config
|
||||
@bin bin/llvm-link
|
||||
@bin bin/llvm-mc
|
||||
@bin bin/llvm-nm
|
||||
@bin bin/llvm-objdump
|
||||
@bin bin/llvm-prof
|
||||
@bin bin/llvm-ranlib
|
||||
@bin bin/llvm-stub
|
||||
@bin bin/llvmc
|
||||
@bin bin/macho-dump
|
||||
@bin bin/opt
|
||||
bin/scan-build
|
||||
@bin bin/tblgen
|
||||
@ -35,6 +36,7 @@ include/clang/AST/ASTConsumer.h
|
||||
include/clang/AST/ASTContext.h
|
||||
include/clang/AST/ASTDiagnostic.h
|
||||
include/clang/AST/ASTImporter.h
|
||||
include/clang/AST/ASTMutationListener.h
|
||||
include/clang/AST/ASTVector.h
|
||||
include/clang/AST/Attr.h
|
||||
include/clang/AST/AttrImpl.inc
|
||||
@ -55,11 +57,12 @@ include/clang/AST/DeclTemplate.h
|
||||
include/clang/AST/DeclVisitor.h
|
||||
include/clang/AST/DeclarationName.h
|
||||
include/clang/AST/DependentDiagnostic.h
|
||||
include/clang/AST/EvaluatedExprVisitor.h
|
||||
include/clang/AST/Expr.h
|
||||
include/clang/AST/ExprCXX.h
|
||||
include/clang/AST/ExprObjC.h
|
||||
include/clang/AST/ExternalASTSource.h
|
||||
include/clang/AST/FullExpr.h
|
||||
include/clang/AST/Mangle.h
|
||||
include/clang/AST/NestedNameSpecifier.h
|
||||
include/clang/AST/OperationKinds.h
|
||||
include/clang/AST/ParentMap.h
|
||||
@ -78,7 +81,6 @@ include/clang/AST/TemplateBase.h
|
||||
include/clang/AST/TemplateName.h
|
||||
include/clang/AST/Type.h
|
||||
include/clang/AST/TypeLoc.h
|
||||
include/clang/AST/TypeLocBuilder.h
|
||||
include/clang/AST/TypeLocNodes.def
|
||||
include/clang/AST/TypeLocVisitor.h
|
||||
include/clang/AST/TypeNodes.def
|
||||
@ -88,15 +90,19 @@ include/clang/AST/UnresolvedSet.h
|
||||
include/clang/AST/UsuallyTinyPtrVector.h
|
||||
include/clang/Analysis/
|
||||
include/clang/Analysis/Analyses/
|
||||
include/clang/Analysis/Analyses/CFGReachabilityAnalysis.h
|
||||
include/clang/Analysis/Analyses/FormatString.h
|
||||
include/clang/Analysis/Analyses/LiveVariables.h
|
||||
include/clang/Analysis/Analyses/PseudoConstantAnalysis.h
|
||||
include/clang/Analysis/Analyses/ReachableCode.h
|
||||
include/clang/Analysis/Analyses/UninitializedValues.h
|
||||
include/clang/Analysis/Analyses/UninitializedValuesV2.h
|
||||
include/clang/Analysis/AnalysisContext.h
|
||||
include/clang/Analysis/AnalysisDiagnostic.h
|
||||
include/clang/Analysis/CFG.h
|
||||
include/clang/Analysis/CFGStmtMap.h
|
||||
include/clang/Analysis/DomainSpecific/
|
||||
include/clang/Analysis/DomainSpecific/CocoaConventions.h
|
||||
include/clang/Analysis/FlowSensitive/
|
||||
include/clang/Analysis/FlowSensitive/DataflowSolver.h
|
||||
include/clang/Analysis/FlowSensitive/DataflowValues.h
|
||||
@ -110,6 +116,7 @@ include/clang/Analysis/Visitors/CFGRecStmtDeclVisitor.h
|
||||
include/clang/Analysis/Visitors/CFGRecStmtVisitor.h
|
||||
include/clang/Analysis/Visitors/CFGStmtVisitor.h
|
||||
include/clang/Basic/
|
||||
include/clang/Basic/ABI.h
|
||||
include/clang/Basic/AttrKinds.h
|
||||
include/clang/Basic/AttrList.inc
|
||||
include/clang/Basic/Builtins.def
|
||||
@ -125,15 +132,19 @@ include/clang/Basic/DiagnosticCommonKinds.inc
|
||||
include/clang/Basic/DiagnosticDriverKinds.inc
|
||||
include/clang/Basic/DiagnosticFrontendKinds.inc
|
||||
include/clang/Basic/DiagnosticGroups.inc
|
||||
include/clang/Basic/DiagnosticIDs.h
|
||||
include/clang/Basic/DiagnosticLexKinds.inc
|
||||
include/clang/Basic/DiagnosticParseKinds.inc
|
||||
include/clang/Basic/DiagnosticSemaKinds.inc
|
||||
include/clang/Basic/FileManager.h
|
||||
include/clang/Basic/FileSystemOptions.h
|
||||
include/clang/Basic/FileSystemStatCache.h
|
||||
include/clang/Basic/IdentifierTable.h
|
||||
include/clang/Basic/LangOptions.h
|
||||
include/clang/Basic/Linkage.h
|
||||
include/clang/Basic/MacroBuilder.h
|
||||
include/clang/Basic/OnDiskHashTable.h
|
||||
include/clang/Basic/OpenCLExtensions.def
|
||||
include/clang/Basic/OperatorKinds.def
|
||||
include/clang/Basic/OperatorKinds.h
|
||||
include/clang/Basic/PartialDiagnostic.h
|
||||
@ -151,49 +162,8 @@ include/clang/Basic/TokenKinds.h
|
||||
include/clang/Basic/TypeTraits.h
|
||||
include/clang/Basic/Version.h
|
||||
include/clang/Basic/Version.inc
|
||||
include/clang/Basic/Visibility.h
|
||||
include/clang/Basic/arm_neon.inc
|
||||
include/clang/Checker/
|
||||
include/clang/Checker/AnalysisConsumer.h
|
||||
include/clang/Checker/BugReporter/
|
||||
include/clang/Checker/BugReporter/BugReporter.h
|
||||
include/clang/Checker/BugReporter/BugType.h
|
||||
include/clang/Checker/BugReporter/PathDiagnostic.h
|
||||
include/clang/Checker/Checkers/
|
||||
include/clang/Checker/Checkers/DereferenceChecker.h
|
||||
include/clang/Checker/Checkers/LocalCheckers.h
|
||||
include/clang/Checker/DomainSpecific/
|
||||
include/clang/Checker/DomainSpecific/CocoaConventions.h
|
||||
include/clang/Checker/FrontendActions.h
|
||||
include/clang/Checker/ManagerRegistry.h
|
||||
include/clang/Checker/PathDiagnosticClients.h
|
||||
include/clang/Checker/PathSensitive/
|
||||
include/clang/Checker/PathSensitive/AnalysisManager.h
|
||||
include/clang/Checker/PathSensitive/BasicValueFactory.h
|
||||
include/clang/Checker/PathSensitive/Checker.h
|
||||
include/clang/Checker/PathSensitive/CheckerHelpers.h
|
||||
include/clang/Checker/PathSensitive/CheckerVisitor.def
|
||||
include/clang/Checker/PathSensitive/CheckerVisitor.h
|
||||
include/clang/Checker/PathSensitive/ConstraintManager.h
|
||||
include/clang/Checker/PathSensitive/Environment.h
|
||||
include/clang/Checker/PathSensitive/ExplodedGraph.h
|
||||
include/clang/Checker/PathSensitive/GRAuditor.h
|
||||
include/clang/Checker/PathSensitive/GRBlockCounter.h
|
||||
include/clang/Checker/PathSensitive/GRCoreEngine.h
|
||||
include/clang/Checker/PathSensitive/GRExprEngine.h
|
||||
include/clang/Checker/PathSensitive/GRExprEngineBuilders.h
|
||||
include/clang/Checker/PathSensitive/GRSimpleAPICheck.h
|
||||
include/clang/Checker/PathSensitive/GRState.h
|
||||
include/clang/Checker/PathSensitive/GRStateTrait.h
|
||||
include/clang/Checker/PathSensitive/GRSubEngine.h
|
||||
include/clang/Checker/PathSensitive/GRTransferFuncs.h
|
||||
include/clang/Checker/PathSensitive/GRWorkList.h
|
||||
include/clang/Checker/PathSensitive/MemRegion.h
|
||||
include/clang/Checker/PathSensitive/SVals.h
|
||||
include/clang/Checker/PathSensitive/SValuator.h
|
||||
include/clang/Checker/PathSensitive/Store.h
|
||||
include/clang/Checker/PathSensitive/SummaryManager.h
|
||||
include/clang/Checker/PathSensitive/SymbolManager.h
|
||||
include/clang/Checker/PathSensitive/ValueManager.h
|
||||
include/clang/CodeGen/
|
||||
include/clang/CodeGen/BackendUtil.h
|
||||
include/clang/CodeGen/CodeGenAction.h
|
||||
@ -232,12 +202,8 @@ include/clang/Frontend/CodeGenOptions.h
|
||||
include/clang/Frontend/CommandLineSourceLoc.h
|
||||
include/clang/Frontend/CompilerInstance.h
|
||||
include/clang/Frontend/CompilerInvocation.h
|
||||
include/clang/Frontend/DeclContextXML.def
|
||||
include/clang/Frontend/DeclXML.def
|
||||
include/clang/Frontend/DependencyOutputOptions.h
|
||||
include/clang/Frontend/DiagnosticOptions.h
|
||||
include/clang/Frontend/DocumentXML.def
|
||||
include/clang/Frontend/DocumentXML.h
|
||||
include/clang/Frontend/FrontendAction.h
|
||||
include/clang/Frontend/FrontendActions.h
|
||||
include/clang/Frontend/FrontendDiagnostic.h
|
||||
@ -246,12 +212,11 @@ include/clang/Frontend/FrontendPluginRegistry.h
|
||||
include/clang/Frontend/HeaderSearchOptions.h
|
||||
include/clang/Frontend/LangStandard.h
|
||||
include/clang/Frontend/LangStandards.def
|
||||
include/clang/Frontend/MultiplexConsumer.h
|
||||
include/clang/Frontend/PreprocessorOptions.h
|
||||
include/clang/Frontend/PreprocessorOutputOptions.h
|
||||
include/clang/Frontend/StmtXML.def
|
||||
include/clang/Frontend/TextDiagnosticBuffer.h
|
||||
include/clang/Frontend/TextDiagnosticPrinter.h
|
||||
include/clang/Frontend/TypeXML.def
|
||||
include/clang/Frontend/Utils.h
|
||||
include/clang/Frontend/VerifyDiagnosticsClient.h
|
||||
include/clang/FrontendTool/
|
||||
@ -271,6 +236,7 @@ include/clang/Index/STLExtras.h
|
||||
include/clang/Index/SelectorMap.h
|
||||
include/clang/Index/TranslationUnit.h
|
||||
include/clang/Lex/
|
||||
include/clang/Lex/AttrSpellings.inc
|
||||
include/clang/Lex/CodeCompletionHandler.h
|
||||
include/clang/Lex/DirectoryLookup.h
|
||||
include/clang/Lex/ExternalPreprocessorSource.h
|
||||
@ -335,9 +301,50 @@ include/clang/Serialization/
|
||||
include/clang/Serialization/ASTBitCodes.h
|
||||
include/clang/Serialization/ASTDeserializationListener.h
|
||||
include/clang/Serialization/ASTReader.h
|
||||
include/clang/Serialization/ASTSerializationListener.h
|
||||
include/clang/Serialization/ASTWriter.h
|
||||
include/clang/Serialization/AttrPCHRead.inc
|
||||
include/clang/Serialization/AttrPCHWrite.inc
|
||||
include/clang/StaticAnalyzer/
|
||||
include/clang/StaticAnalyzer/Checkers/
|
||||
include/clang/StaticAnalyzer/Checkers/DereferenceChecker.h
|
||||
include/clang/StaticAnalyzer/Checkers/LocalCheckers.h
|
||||
include/clang/StaticAnalyzer/Core/
|
||||
include/clang/StaticAnalyzer/Core/BugReporter/
|
||||
include/clang/StaticAnalyzer/Core/BugReporter/BugReporter.h
|
||||
include/clang/StaticAnalyzer/Core/BugReporter/BugType.h
|
||||
include/clang/StaticAnalyzer/Core/BugReporter/PathDiagnostic.h
|
||||
include/clang/StaticAnalyzer/Core/Checker.h
|
||||
include/clang/StaticAnalyzer/Core/CheckerManager.h
|
||||
include/clang/StaticAnalyzer/Core/CheckerProvider.h
|
||||
include/clang/StaticAnalyzer/Core/PathDiagnosticClients.h
|
||||
include/clang/StaticAnalyzer/Core/PathSensitive/
|
||||
include/clang/StaticAnalyzer/Core/PathSensitive/AnalysisManager.h
|
||||
include/clang/StaticAnalyzer/Core/PathSensitive/BasicValueFactory.h
|
||||
include/clang/StaticAnalyzer/Core/PathSensitive/BlockCounter.h
|
||||
include/clang/StaticAnalyzer/Core/PathSensitive/CheckerContext.h
|
||||
include/clang/StaticAnalyzer/Core/PathSensitive/CheckerHelpers.h
|
||||
include/clang/StaticAnalyzer/Core/PathSensitive/ConstraintManager.h
|
||||
include/clang/StaticAnalyzer/Core/PathSensitive/CoreEngine.h
|
||||
include/clang/StaticAnalyzer/Core/PathSensitive/Environment.h
|
||||
include/clang/StaticAnalyzer/Core/PathSensitive/ExplodedGraph.h
|
||||
include/clang/StaticAnalyzer/Core/PathSensitive/ExprEngine.h
|
||||
include/clang/StaticAnalyzer/Core/PathSensitive/ExprEngineBuilders.h
|
||||
include/clang/StaticAnalyzer/Core/PathSensitive/GRState.h
|
||||
include/clang/StaticAnalyzer/Core/PathSensitive/GRStateTrait.h
|
||||
include/clang/StaticAnalyzer/Core/PathSensitive/MemRegion.h
|
||||
include/clang/StaticAnalyzer/Core/PathSensitive/ObjCMessage.h
|
||||
include/clang/StaticAnalyzer/Core/PathSensitive/SValBuilder.h
|
||||
include/clang/StaticAnalyzer/Core/PathSensitive/SVals.h
|
||||
include/clang/StaticAnalyzer/Core/PathSensitive/Store.h
|
||||
include/clang/StaticAnalyzer/Core/PathSensitive/SubEngine.h
|
||||
include/clang/StaticAnalyzer/Core/PathSensitive/SummaryManager.h
|
||||
include/clang/StaticAnalyzer/Core/PathSensitive/SymbolManager.h
|
||||
include/clang/StaticAnalyzer/Core/PathSensitive/TransferFuncs.h
|
||||
include/clang/StaticAnalyzer/Core/PathSensitive/WorkList.h
|
||||
include/clang/StaticAnalyzer/Frontend/
|
||||
include/clang/StaticAnalyzer/Frontend/CheckerRegistration.h
|
||||
include/clang/StaticAnalyzer/Frontend/FrontendActions.h
|
||||
include/llvm/
|
||||
include/llvm-c/
|
||||
include/llvm-c/Analysis.h
|
||||
@ -346,6 +353,7 @@ include/llvm-c/BitWriter.h
|
||||
include/llvm-c/Core.h
|
||||
include/llvm-c/EnhancedDisassembly.h
|
||||
include/llvm-c/ExecutionEngine.h
|
||||
include/llvm-c/Initialization.h
|
||||
include/llvm-c/LinkTimeOptimizer.h
|
||||
include/llvm-c/Target.h
|
||||
include/llvm-c/Transforms/
|
||||
@ -356,6 +364,7 @@ include/llvm/ADT/
|
||||
include/llvm/ADT/APFloat.h
|
||||
include/llvm/ADT/APInt.h
|
||||
include/llvm/ADT/APSInt.h
|
||||
include/llvm/ADT/ArrayRef.h
|
||||
include/llvm/ADT/BitVector.h
|
||||
include/llvm/ADT/DAGDeltaAlgorithm.h
|
||||
include/llvm/ADT/DeltaAlgorithm.h
|
||||
@ -370,7 +379,10 @@ include/llvm/ADT/ImmutableIntervalMap.h
|
||||
include/llvm/ADT/ImmutableList.h
|
||||
include/llvm/ADT/ImmutableMap.h
|
||||
include/llvm/ADT/ImmutableSet.h
|
||||
include/llvm/ADT/InMemoryStruct.h
|
||||
include/llvm/ADT/IndexedMap.h
|
||||
include/llvm/ADT/IntEqClasses.h
|
||||
include/llvm/ADT/IntervalMap.h
|
||||
include/llvm/ADT/IntrusiveRefCntPtr.h
|
||||
include/llvm/ADT/NullablePtr.h
|
||||
include/llvm/ADT/Optional.h
|
||||
@ -414,9 +426,11 @@ include/llvm/Analysis/CaptureTracking.h
|
||||
include/llvm/Analysis/CodeMetrics.h
|
||||
include/llvm/Analysis/ConstantFolding.h
|
||||
include/llvm/Analysis/ConstantsScanner.h
|
||||
include/llvm/Analysis/DIBuilder.h
|
||||
include/llvm/Analysis/DOTGraphTraitsPass.h
|
||||
include/llvm/Analysis/DebugInfo.h
|
||||
include/llvm/Analysis/DomPrinter.h
|
||||
include/llvm/Analysis/DominanceFrontier.h
|
||||
include/llvm/Analysis/DominatorInternals.h
|
||||
include/llvm/Analysis/Dominators.h
|
||||
include/llvm/Analysis/FindUsedTypes.h
|
||||
@ -430,7 +444,6 @@ include/llvm/Analysis/LazyValueInfo.h
|
||||
include/llvm/Analysis/LibCallAliasAnalysis.h
|
||||
include/llvm/Analysis/LibCallSemantics.h
|
||||
include/llvm/Analysis/Lint.h
|
||||
include/llvm/Analysis/LiveValues.h
|
||||
include/llvm/Analysis/Loads.h
|
||||
include/llvm/Analysis/LoopDependenceAnalysis.h
|
||||
include/llvm/Analysis/LoopInfo.h
|
||||
@ -439,13 +452,15 @@ include/llvm/Analysis/MemoryBuiltins.h
|
||||
include/llvm/Analysis/MemoryDependenceAnalysis.h
|
||||
include/llvm/Analysis/PHITransAddr.h
|
||||
include/llvm/Analysis/Passes.h
|
||||
include/llvm/Analysis/PointerTracking.h
|
||||
include/llvm/Analysis/PathNumbering.h
|
||||
include/llvm/Analysis/PathProfileInfo.h
|
||||
include/llvm/Analysis/PostDominators.h
|
||||
include/llvm/Analysis/ProfileInfo.h
|
||||
include/llvm/Analysis/ProfileInfoLoader.h
|
||||
include/llvm/Analysis/ProfileInfoTypes.h
|
||||
include/llvm/Analysis/RegionInfo.h
|
||||
include/llvm/Analysis/RegionIterator.h
|
||||
include/llvm/Analysis/RegionPass.h
|
||||
include/llvm/Analysis/RegionPrinter.h
|
||||
include/llvm/Analysis/ScalarEvolution.h
|
||||
include/llvm/Analysis/ScalarEvolutionExpander.h
|
||||
@ -471,7 +486,6 @@ include/llvm/Bitcode/BitstreamReader.h
|
||||
include/llvm/Bitcode/BitstreamWriter.h
|
||||
include/llvm/Bitcode/LLVMBitCodes.h
|
||||
include/llvm/Bitcode/ReaderWriter.h
|
||||
include/llvm/CMakeLists.txt
|
||||
include/llvm/CallGraphSCCPass.h
|
||||
include/llvm/CallingConv.h
|
||||
include/llvm/CodeGen/
|
||||
@ -480,6 +494,7 @@ include/llvm/CodeGen/AsmPrinter.h
|
||||
include/llvm/CodeGen/BinaryObject.h
|
||||
include/llvm/CodeGen/CalcSpillWeights.h
|
||||
include/llvm/CodeGen/CallingConvLower.h
|
||||
include/llvm/CodeGen/EdgeBundles.h
|
||||
include/llvm/CodeGen/FastISel.h
|
||||
include/llvm/CodeGen/FunctionLoweringInfo.h
|
||||
include/llvm/CodeGen/GCMetadata.h
|
||||
@ -511,6 +526,7 @@ include/llvm/CodeGen/MachineInstrBuilder.h
|
||||
include/llvm/CodeGen/MachineJumpTableInfo.h
|
||||
include/llvm/CodeGen/MachineLocation.h
|
||||
include/llvm/CodeGen/MachineLoopInfo.h
|
||||
include/llvm/CodeGen/MachineLoopRanges.h
|
||||
include/llvm/CodeGen/MachineMemOperand.h
|
||||
include/llvm/CodeGen/MachineModuleInfo.h
|
||||
include/llvm/CodeGen/MachineModuleInfoImpls.h
|
||||
@ -520,10 +536,18 @@ include/llvm/CodeGen/MachineRegisterInfo.h
|
||||
include/llvm/CodeGen/MachineRelocation.h
|
||||
include/llvm/CodeGen/MachineSSAUpdater.h
|
||||
include/llvm/CodeGen/ObjectCodeEmitter.h
|
||||
include/llvm/CodeGen/PBQP/
|
||||
include/llvm/CodeGen/PBQP/Graph.h
|
||||
include/llvm/CodeGen/PBQP/HeuristicBase.h
|
||||
include/llvm/CodeGen/PBQP/HeuristicSolver.h
|
||||
include/llvm/CodeGen/PBQP/Heuristics/
|
||||
include/llvm/CodeGen/PBQP/Heuristics/Briggs.h
|
||||
include/llvm/CodeGen/PBQP/Math.h
|
||||
include/llvm/CodeGen/PBQP/Solution.h
|
||||
include/llvm/CodeGen/Passes.h
|
||||
include/llvm/CodeGen/PostRAHazardRecognizer.h
|
||||
include/llvm/CodeGen/ProcessImplicitDefs.h
|
||||
include/llvm/CodeGen/PseudoSourceValue.h
|
||||
include/llvm/CodeGen/RegAllocPBQP.h
|
||||
include/llvm/CodeGen/RegAllocRegistry.h
|
||||
include/llvm/CodeGen/RegisterCoalescer.h
|
||||
include/llvm/CodeGen/RegisterScavenging.h
|
||||
@ -531,6 +555,7 @@ include/llvm/CodeGen/RuntimeLibcalls.h
|
||||
include/llvm/CodeGen/ScheduleDAG.h
|
||||
include/llvm/CodeGen/ScheduleHazardRecognizer.h
|
||||
include/llvm/CodeGen/SchedulerRegistry.h
|
||||
include/llvm/CodeGen/ScoreboardHazardRecognizer.h
|
||||
include/llvm/CodeGen/SelectionDAG.h
|
||||
include/llvm/CodeGen/SelectionDAGISel.h
|
||||
include/llvm/CodeGen/SelectionDAGNodes.h
|
||||
@ -554,9 +579,7 @@ include/llvm/Config/AsmPrinters.def
|
||||
include/llvm/Config/Disassemblers.def
|
||||
include/llvm/Config/Targets.def
|
||||
include/llvm/Config/config.h
|
||||
include/llvm/Config/config.h.cmake
|
||||
include/llvm/Config/llvm-config.h
|
||||
include/llvm/Config/llvm-config.h.cmake
|
||||
include/llvm/Constant.h
|
||||
include/llvm/Constants.h
|
||||
include/llvm/DerivedTypes.h
|
||||
@ -567,11 +590,13 @@ include/llvm/ExecutionEngine/Interpreter.h
|
||||
include/llvm/ExecutionEngine/JIT.h
|
||||
include/llvm/ExecutionEngine/JITEventListener.h
|
||||
include/llvm/ExecutionEngine/JITMemoryManager.h
|
||||
include/llvm/ExecutionEngine/MCJIT.h
|
||||
include/llvm/Function.h
|
||||
include/llvm/GVMaterializer.h
|
||||
include/llvm/GlobalAlias.h
|
||||
include/llvm/GlobalValue.h
|
||||
include/llvm/GlobalVariable.h
|
||||
include/llvm/InitializePasses.h
|
||||
include/llvm/InlineAsm.h
|
||||
include/llvm/InstrTypes.h
|
||||
include/llvm/Instruction.def
|
||||
@ -584,6 +609,7 @@ include/llvm/Intrinsics.td
|
||||
include/llvm/IntrinsicsARM.td
|
||||
include/llvm/IntrinsicsAlpha.td
|
||||
include/llvm/IntrinsicsCellSPU.td
|
||||
include/llvm/IntrinsicsPTX.td
|
||||
include/llvm/IntrinsicsPowerPC.td
|
||||
include/llvm/IntrinsicsX86.td
|
||||
include/llvm/IntrinsicsXCore.td
|
||||
@ -593,7 +619,6 @@ include/llvm/LinkAllVMCore.h
|
||||
include/llvm/Linker.h
|
||||
include/llvm/MC/
|
||||
include/llvm/MC/EDInstInfo.h
|
||||
include/llvm/MC/ELFObjectWriter.h
|
||||
include/llvm/MC/MCAsmInfo.h
|
||||
include/llvm/MC/MCAsmInfoCOFF.h
|
||||
include/llvm/MC/MCAsmInfoDarwin.h
|
||||
@ -604,13 +629,16 @@ include/llvm/MC/MCContext.h
|
||||
include/llvm/MC/MCDirectives.h
|
||||
include/llvm/MC/MCDisassembler.h
|
||||
include/llvm/MC/MCDwarf.h
|
||||
include/llvm/MC/MCELFObjectWriter.h
|
||||
include/llvm/MC/MCELFSymbolFlags.h
|
||||
include/llvm/MC/MCExpr.h
|
||||
include/llvm/MC/MCFixup.h
|
||||
include/llvm/MC/MCFixupKindInfo.h
|
||||
include/llvm/MC/MCInst.h
|
||||
include/llvm/MC/MCInstPrinter.h
|
||||
include/llvm/MC/MCLabel.h
|
||||
include/llvm/MC/MCMachOSymbolFlags.h
|
||||
include/llvm/MC/MCMachObjectWriter.h
|
||||
include/llvm/MC/MCObjectStreamer.h
|
||||
include/llvm/MC/MCObjectWriter.h
|
||||
include/llvm/MC/MCParser/
|
||||
@ -627,10 +655,13 @@ include/llvm/MC/MCSectionMachO.h
|
||||
include/llvm/MC/MCStreamer.h
|
||||
include/llvm/MC/MCSymbol.h
|
||||
include/llvm/MC/MCValue.h
|
||||
include/llvm/MC/MachObjectWriter.h
|
||||
include/llvm/MC/SectionKind.h
|
||||
include/llvm/Metadata.h
|
||||
include/llvm/Module.h
|
||||
include/llvm/Object/
|
||||
include/llvm/Object/MachOFormat.h
|
||||
include/llvm/Object/MachOObject.h
|
||||
include/llvm/Object/ObjectFile.h
|
||||
include/llvm/OperandTraits.h
|
||||
include/llvm/Operator.h
|
||||
include/llvm/Pass.h
|
||||
@ -640,8 +671,10 @@ include/llvm/PassManagers.h
|
||||
include/llvm/PassRegistry.h
|
||||
include/llvm/PassSupport.h
|
||||
include/llvm/Support/
|
||||
include/llvm/Support/AIXDataTypesFix.h
|
||||
include/llvm/Support/AlignOf.h
|
||||
include/llvm/Support/Allocator.h
|
||||
include/llvm/Support/Atomic.h
|
||||
include/llvm/Support/CFG.h
|
||||
include/llvm/Support/COFF.h
|
||||
include/llvm/Support/CallSite.h
|
||||
@ -653,97 +686,100 @@ include/llvm/Support/ConstantRange.h
|
||||
include/llvm/Support/CrashRecoveryContext.h
|
||||
include/llvm/Support/DOTGraphTraits.h
|
||||
include/llvm/Support/DataFlow.h
|
||||
include/llvm/Support/DataTypes.h
|
||||
include/llvm/Support/Debug.h
|
||||
include/llvm/Support/DebugLoc.h
|
||||
include/llvm/Support/Disassembler.h
|
||||
include/llvm/Support/Dwarf.h
|
||||
include/llvm/Support/DynamicLinker.h
|
||||
include/llvm/Support/DynamicLibrary.h
|
||||
include/llvm/Support/ELF.h
|
||||
include/llvm/Support/Endian.h
|
||||
include/llvm/Support/Errno.h
|
||||
include/llvm/Support/ErrorHandling.h
|
||||
include/llvm/Support/FEnv.h
|
||||
include/llvm/Support/FileSystem.h
|
||||
include/llvm/Support/FileUtilities.h
|
||||
include/llvm/Support/Format.h
|
||||
include/llvm/Support/FormattedStream.h
|
||||
include/llvm/Support/GetElementPtrTypeIterator.h
|
||||
include/llvm/Support/GraphWriter.h
|
||||
include/llvm/Support/Host.h
|
||||
include/llvm/Support/IRBuilder.h
|
||||
include/llvm/Support/IRReader.h
|
||||
include/llvm/Support/IncludeFile.h
|
||||
include/llvm/Support/InstIterator.h
|
||||
include/llvm/Support/InstVisitor.h
|
||||
include/llvm/Support/LICENSE.TXT
|
||||
include/llvm/Support/LeakDetector.h
|
||||
include/llvm/Support/MachO.h
|
||||
include/llvm/Support/ManagedStatic.h
|
||||
include/llvm/Support/MathExtras.h
|
||||
include/llvm/Support/Memory.h
|
||||
include/llvm/Support/MemoryBuffer.h
|
||||
include/llvm/Support/MemoryObject.h
|
||||
include/llvm/Support/Mutex.h
|
||||
include/llvm/Support/MutexGuard.h
|
||||
include/llvm/Support/NoFolder.h
|
||||
include/llvm/Support/OutputBuffer.h
|
||||
include/llvm/Support/PassNameParser.h
|
||||
include/llvm/Support/Path.h
|
||||
include/llvm/Support/PathV1.h
|
||||
include/llvm/Support/PathV2.h
|
||||
include/llvm/Support/PatternMatch.h
|
||||
include/llvm/Support/PluginLoader.h
|
||||
include/llvm/Support/PointerLikeTypeTraits.h
|
||||
include/llvm/Support/PredIteratorCache.h
|
||||
include/llvm/Support/PrettyStackTrace.h
|
||||
include/llvm/Support/Process.h
|
||||
include/llvm/Support/Program.h
|
||||
include/llvm/Support/RWMutex.h
|
||||
include/llvm/Support/Recycler.h
|
||||
include/llvm/Support/RecyclingAllocator.h
|
||||
include/llvm/Support/Regex.h
|
||||
include/llvm/Support/Registry.h
|
||||
include/llvm/Support/RegistryParser.h
|
||||
include/llvm/Support/SMLoc.h
|
||||
include/llvm/Support/Signals.h
|
||||
include/llvm/Support/Solaris.h
|
||||
include/llvm/Support/SourceMgr.h
|
||||
include/llvm/Support/StableBasicBlockNumbering.h
|
||||
include/llvm/Support/StandardPasses.h
|
||||
include/llvm/Support/StringPool.h
|
||||
include/llvm/Support/SwapByteOrder.h
|
||||
include/llvm/Support/SystemUtils.h
|
||||
include/llvm/Support/TargetFolder.h
|
||||
include/llvm/Support/ThreadLocal.h
|
||||
include/llvm/Support/Threading.h
|
||||
include/llvm/Support/TimeValue.h
|
||||
include/llvm/Support/Timer.h
|
||||
include/llvm/Support/ToolOutputFile.h
|
||||
include/llvm/Support/TypeBuilder.h
|
||||
include/llvm/Support/Valgrind.h
|
||||
include/llvm/Support/ValueHandle.h
|
||||
include/llvm/Support/circular_raw_ostream.h
|
||||
include/llvm/Support/raw_os_ostream.h
|
||||
include/llvm/Support/raw_ostream.h
|
||||
include/llvm/Support/system_error.h
|
||||
include/llvm/Support/type_traits.h
|
||||
include/llvm/SymbolTableListTraits.h
|
||||
include/llvm/System/
|
||||
include/llvm/System/AIXDataTypesFix.h
|
||||
include/llvm/System/Alarm.h
|
||||
include/llvm/System/Atomic.h
|
||||
include/llvm/System/DataTypes.h
|
||||
include/llvm/System/DataTypes.h.cmake
|
||||
include/llvm/System/Disassembler.h
|
||||
include/llvm/System/DynamicLibrary.h
|
||||
include/llvm/System/Errno.h
|
||||
include/llvm/System/Host.h
|
||||
include/llvm/System/IncludeFile.h
|
||||
include/llvm/System/LICENSE.TXT
|
||||
include/llvm/System/Memory.h
|
||||
include/llvm/System/Mutex.h
|
||||
include/llvm/System/Path.h
|
||||
include/llvm/System/Process.h
|
||||
include/llvm/System/Program.h
|
||||
include/llvm/System/RWMutex.h
|
||||
include/llvm/System/Signals.h
|
||||
include/llvm/System/Solaris.h
|
||||
include/llvm/System/ThreadLocal.h
|
||||
include/llvm/System/Threading.h
|
||||
include/llvm/System/TimeValue.h
|
||||
include/llvm/System/Valgrind.h
|
||||
include/llvm/Target/
|
||||
include/llvm/Target/Mangler.h
|
||||
include/llvm/Target/SubtargetFeature.h
|
||||
include/llvm/Target/Target.td
|
||||
include/llvm/Target/TargetAsmBackend.h
|
||||
include/llvm/Target/TargetAsmInfo.h
|
||||
include/llvm/Target/TargetAsmLexer.h
|
||||
include/llvm/Target/TargetAsmParser.h
|
||||
include/llvm/Target/TargetCallingConv.h
|
||||
include/llvm/Target/TargetCallingConv.td
|
||||
include/llvm/Target/TargetData.h
|
||||
include/llvm/Target/TargetELFWriterInfo.h
|
||||
include/llvm/Target/TargetFrameInfo.h
|
||||
include/llvm/Target/TargetFrameLowering.h
|
||||
include/llvm/Target/TargetInstrDesc.h
|
||||
include/llvm/Target/TargetInstrInfo.h
|
||||
include/llvm/Target/TargetInstrItineraries.h
|
||||
include/llvm/Target/TargetIntrinsicInfo.h
|
||||
include/llvm/Target/TargetJITInfo.h
|
||||
include/llvm/Target/TargetLibraryInfo.h
|
||||
include/llvm/Target/TargetLowering.h
|
||||
include/llvm/Target/TargetLoweringObjectFile.h
|
||||
include/llvm/Target/TargetMachine.h
|
||||
@ -761,7 +797,6 @@ include/llvm/Transforms/IPO/
|
||||
include/llvm/Transforms/IPO.h
|
||||
include/llvm/Transforms/IPO/InlinerPass.h
|
||||
include/llvm/Transforms/Instrumentation.h
|
||||
include/llvm/Transforms/RSProfiling.h
|
||||
include/llvm/Transforms/Scalar.h
|
||||
include/llvm/Transforms/Utils/
|
||||
include/llvm/Transforms/Utils/AddrModeMatcher.h
|
||||
@ -783,8 +818,9 @@ include/llvm/Use.h
|
||||
include/llvm/User.h
|
||||
include/llvm/Value.h
|
||||
include/llvm/ValueSymbolTable.h
|
||||
lib/BugpointPasses.so
|
||||
lib/clang/
|
||||
lib/clang/2.8/
|
||||
lib/clang/2.9/
|
||||
${CLANG_INCLUDE_PATH}/
|
||||
${CLANG_INCLUDE_PATH}/altivec.h
|
||||
${CLANG_INCLUDE_PATH}/arm_neon.h
|
||||
@ -809,7 +845,6 @@ ${CLANG_INCLUDE_PATH}/varargs.h
|
||||
${CLANG_INCLUDE_PATH}/wmmintrin.h
|
||||
${CLANG_INCLUDE_PATH}/x86intrin.h
|
||||
${CLANG_INCLUDE_PATH}/xmmintrin.h
|
||||
lib/libBugpointPasses.so
|
||||
lib/libCompilerDriver.a
|
||||
lib/libEnhancedDisassembly.a
|
||||
lib/libEnhancedDisassembly.so
|
||||
@ -818,7 +853,6 @@ lib/libLLVMARMAsmPrinter.a
|
||||
lib/libLLVMARMCodeGen.a
|
||||
lib/libLLVMARMDisassembler.a
|
||||
lib/libLLVMARMInfo.a
|
||||
lib/libLLVMAlphaAsmPrinter.a
|
||||
lib/libLLVMAlphaCodeGen.a
|
||||
lib/libLLVMAlphaInfo.a
|
||||
lib/libLLVMAnalysis.a
|
||||
@ -827,12 +861,10 @@ lib/libLLVMAsmParser.a
|
||||
lib/libLLVMAsmPrinter.a
|
||||
lib/libLLVMBitReader.a
|
||||
lib/libLLVMBitWriter.a
|
||||
lib/libLLVMBlackfinAsmPrinter.a
|
||||
lib/libLLVMBlackfinCodeGen.a
|
||||
lib/libLLVMBlackfinInfo.a
|
||||
lib/libLLVMCBackend.a
|
||||
lib/libLLVMCBackendInfo.a
|
||||
lib/libLLVMCellSPUAsmPrinter.a
|
||||
lib/libLLVMCellSPUCodeGen.a
|
||||
lib/libLLVMCellSPUInfo.a
|
||||
lib/libLLVMCodeGen.a
|
||||
@ -845,32 +877,31 @@ lib/libLLVMInstrumentation.a
|
||||
lib/libLLVMInterpreter.a
|
||||
lib/libLLVMJIT.a
|
||||
lib/libLLVMLinker.a
|
||||
lib/libLLVMMBlazeAsmParser.a
|
||||
lib/libLLVMMBlazeAsmPrinter.a
|
||||
lib/libLLVMMBlazeCodeGen.a
|
||||
lib/libLLVMMBlazeDisassembler.a
|
||||
lib/libLLVMMBlazeInfo.a
|
||||
lib/libLLVMMC.a
|
||||
lib/libLLVMMCDisassembler.a
|
||||
lib/libLLVMMCJIT.a
|
||||
lib/libLLVMMCParser.a
|
||||
lib/libLLVMMSP430AsmPrinter.a
|
||||
lib/libLLVMMSP430CodeGen.a
|
||||
lib/libLLVMMSP430Info.a
|
||||
lib/libLLVMMipsAsmPrinter.a
|
||||
lib/libLLVMMipsCodeGen.a
|
||||
lib/libLLVMMipsInfo.a
|
||||
lib/libLLVMPIC16AsmPrinter.a
|
||||
lib/libLLVMPIC16CodeGen.a
|
||||
lib/libLLVMPIC16Info.a
|
||||
lib/libLLVMObject.a
|
||||
lib/libLLVMPTXCodeGen.a
|
||||
lib/libLLVMPTXInfo.a
|
||||
lib/libLLVMPowerPCAsmPrinter.a
|
||||
lib/libLLVMPowerPCCodeGen.a
|
||||
lib/libLLVMPowerPCInfo.a
|
||||
lib/libLLVMScalarOpts.a
|
||||
lib/libLLVMSelectionDAG.a
|
||||
lib/libLLVMSparcAsmPrinter.a
|
||||
lib/libLLVMSparcCodeGen.a
|
||||
lib/libLLVMSparcInfo.a
|
||||
lib/libLLVMSupport.a
|
||||
lib/libLLVMSystem.a
|
||||
lib/libLLVMSystemZAsmPrinter.a
|
||||
lib/libLLVMSystemZCodeGen.a
|
||||
lib/libLLVMSystemZInfo.a
|
||||
lib/libLLVMTarget.a
|
||||
@ -880,21 +911,18 @@ lib/libLLVMX86AsmPrinter.a
|
||||
lib/libLLVMX86CodeGen.a
|
||||
lib/libLLVMX86Disassembler.a
|
||||
lib/libLLVMX86Info.a
|
||||
lib/libLLVMXCoreAsmPrinter.a
|
||||
lib/libLLVMX86Utils.a
|
||||
lib/libLLVMXCoreCodeGen.a
|
||||
lib/libLLVMXCoreInfo.a
|
||||
lib/libLLVMipa.a
|
||||
lib/libLLVMipo.a
|
||||
lib/libLLVMpic16passes.a
|
||||
lib/libLTO.a
|
||||
lib/libLTO.so
|
||||
lib/libUnitTestMain.a
|
||||
lib/libclang.a
|
||||
lib/libclang.so
|
||||
lib/libclangAST.a
|
||||
lib/libclangAnalysis.a
|
||||
lib/libclangBasic.a
|
||||
lib/libclangChecker.a
|
||||
lib/libclangCodeGen.a
|
||||
lib/libclangDriver.a
|
||||
lib/libclangFrontend.a
|
||||
@ -905,7 +933,10 @@ lib/libclangParse.a
|
||||
lib/libclangRewrite.a
|
||||
lib/libclangSema.a
|
||||
lib/libclangSerialization.a
|
||||
lib/libprofile_rt.so
|
||||
lib/libclangStaticAnalyzerCheckers.a
|
||||
lib/libclangStaticAnalyzerCore.a
|
||||
lib/libclangStaticAnalyzerFrontend.a
|
||||
lib/profile_rt.so
|
||||
@man man/man1/bugpoint.1
|
||||
@man man/man1/clang.1
|
||||
@man man/man1/lit.1
|
||||
@ -1032,6 +1063,7 @@ share/doc/llvm/html/tutorial/OCamlLangImpl4.html
|
||||
share/doc/llvm/html/tutorial/OCamlLangImpl5.html
|
||||
share/doc/llvm/html/tutorial/OCamlLangImpl6.html
|
||||
share/doc/llvm/html/tutorial/OCamlLangImpl7.html
|
||||
share/doc/llvm/html/tutorial/OCamlLangImpl8.html
|
||||
share/doc/llvm/html/tutorial/index.html
|
||||
share/doc/llvm/ps/
|
||||
share/doc/llvm/ps/FileCheck.ps
|
||||
|
Loading…
x
Reference in New Issue
Block a user