Advertisement
Guest User

Untitled

a guest
May 18th, 2013
51
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 251.54 KB | None | 0 0
  1. root@stacked-crooked ~/wide # ./link.sh
  2. ++ g++ -o wide -std=c++11 -L/usr/lib -L/usr/local/lib -lclang ./ClangExperiments/main.cpp.o ./ClangExperiments/Stages/Semantic/Analyzer.cpp.o ./ClangExperiments/Stages/Semantic/Util.cpp.o ./ClangExperiments/Stages/Semantic/StringType.cpp.o ./ClangExperiments/Stages/Semantic/ConstructorType.cpp.o ./ClangExperiments/Stages/Semantic/RvalueType.cpp.o ./ClangExperiments/Stages/Semantic/Bool.cpp.o ./ClangExperiments/Stages/Semantic/LvalueType.cpp.o ./ClangExperiments/Stages/Semantic/Function.cpp.o ./ClangExperiments/Stages/Semantic/ClangInclude.cpp.o ./ClangExperiments/Stages/Semantic/ClangTU.cpp.o ./ClangExperiments/Stages/Semantic/Type.cpp.o ./ClangExperiments/Stages/Semantic/PrimitiveType.cpp.o ./ClangExperiments/Stages/Semantic/UserDefinedType.cpp.o ./ClangExperiments/Stages/Semantic/OverloadSet.cpp.o ./ClangExperiments/Stages/Semantic/FunctionType.cpp.o ./ClangExperiments/Stages/Semantic/Module.cpp.o ./ClangExperiments/Stages/Semantic/ClangType.cpp.o ./ClangExperiments/Stages/Semantic/IntegralType.cpp.o ./ClangExperiments/Stages/Semantic/Void.cpp.o ./ClangExperiments/Stages/Semantic/ClangOverloadSet.cpp.o ./ClangExperiments/Stages/Semantic/ClangNamespace.cpp.o ./ClangExperiments/Stages/Semantic/ClangTemplateClass.cpp.o ./ClangExperiments/Stages/Wide.cpp.o ./ClangExperiments/Stages/Parser/Builder.cpp.o ./ClangExperiments/Stages/Codegen/Statement.cpp.o ./ClangExperiments/Stages/Codegen/Generator.cpp.o ./ClangExperiments/Stages/Codegen/FunctionCodeGen.cpp.o ./ClangExperiments/Stages/Codegen/Expression.cpp.o -L/root/stacked-crooked/LLVM/Clang/build/Release/lib -lclangAnalysis -lclangAST -lclangBasic -lclangCodeGen -lclangDriver -lclangEdit -lclangFormat -lclangFrontend -lclangLex -lclangParse -lclangSema -lclangSerialization -lLLVMAArch64AsmParser -lLLVMAArch64AsmPrinter -lLLVMAArch64CodeGen -lLLVMAArch64Desc -lLLVMAArch64Info -lLLVMAArch64Utils -lLLVMAnalysis -lLLVMARMAsmParser -lLLVMARMAsmPrinter -lLLVMARMCodeGen -lLLVMARMDesc -lLLVMARMInfo -lLLVMAsmPrinter -lLLVMBitReader -lLLVMCodeGen -lLLVMCore -lLLVMCppBackendCodeGen -lLLVMCppBackendInfo -lLLVMHexagonAsmPrinter -lLLVMHexagonCodeGen -lLLVMHexagonDesc -lLLVMHexagonInfo -lLLVMInstrumentation -lLLVMLinker -lLLVMMBlazeAsmParser -lLLVMMBlazeAsmPrinter -lLLVMMBlazeCodeGen -lLLVMMBlazeDesc -lLLVMMBlazeInfo -lLLVMMC -lLLVMMCParser -lLLVMMipsAsmParser -lLLVMMipsAsmPrinter -lLLVMMipsCodeGen -lLLVMMipsDesc -lLLVMMipsInfo -lLLVMMSP430AsmPrinter -lLLVMMSP430CodeGen -lLLVMMSP430Desc -lLLVMMSP430Info -lLLVMNVPTXCodeGen -lLLVMNVPTXDesc -lLLVMNVPTXInfo -lLLVMPowerPCAsmPrinter -lLLVMPowerPCCodeGen -lLLVMPowerPCDesc -lLLVMPowerPCInfo -lLLVMScalarOpts -lLLVMSelectionDAG -lLLVMSparcCodeGen -lLLVMSparcDesc -lLLVMSparcInfo -lLLVMSupport -lLLVMTarget -lLLVMTransformUtils -lLLVMX86AsmParser -lLLVMX86AsmPrinter -lLLVMX86CodeGen -lLLVMX86Desc -lLLVMX86Info -lLLVMX86Utils -lLLVMXCoreAsmPrinter -lLLVMXCoreCodeGen -lLLVMXCoreDesc -lLLVMXCoreInfo
  3. ./ClangExperiments/Stages/Semantic/ClangTU.cpp.o:(.rodata._ZTIN4Wide9ClangUtil15CodeGenConsumerE[_ZTIN4Wide9ClangUtil15CodeGenConsumerE]+0x10): undefined reference to `typeinfo for clang::ASTConsumer'
  4. /usr/local/lib/libclangCodeGen.a(CGClass.o): In function `clang::CodeGen::CodeGenFunction::GetVirtualBaseClassOffset(llvm::Value*, clang::CXXRecordDecl const*, clang::CXXRecordDecl const*)':
  5. CGClass.cpp:(.text+0x2419): undefined reference to `clang::VTableContext::getVirtualBaseOffsetOffset(clang::CXXRecordDecl const*, clang::CXXRecordDecl const*)'
  6. /usr/local/lib/libclangCodeGen.a(CGClass.o): In function `clang::CodeGen::CodeGenFunction::InitializeVTablePointer(clang::BaseSubobject, clang::CXXRecordDecl const*, clang::CharUnits, llvm::Constant*, clang::CXXRecordDecl const*)':
  7. CGClass.cpp:(.text+0x5c0c): undefined reference to `clang::VTableContext::ComputeVTableRelatedInformation(clang::CXXRecordDecl const*)'
  8. /usr/local/lib/libclangCodeGen.a(CodeGenModule.o): In function `clang::CodeGen::CodeGenModule::~CodeGenModule()':
  9. CodeGenModule.cpp:(.text+0xa29): undefined reference to `clang::VTableContext::~VTableContext()'
  10. /usr/local/lib/libclangFrontend.a(ASTConsumers.o): In function `(anonymous namespace)::ASTViewer::HandleTopLevelDecl(clang::DeclGroupRef)':
  11. ASTConsumers.cpp:(.text+0x2bc): undefined reference to `clang::Stmt::viewAST() const'
  12. /usr/local/lib/libclangFrontend.a(ASTConsumers.o): In function `(anonymous namespace)::ASTDumpXML::HandleTranslationUnit(clang::ASTContext&)':
  13. ASTConsumers.cpp:(.text+0xdf): undefined reference to `clang::Decl::dumpXML(llvm::raw_ostream&) const'
  14. /usr/local/lib/libclangSema.a(SemaChecking.o): In function `(anonymous namespace)::CheckFormatHandler::~CheckFormatHandler()':
  15. SemaChecking.cpp:(.text+0x32b): undefined reference to `clang::analyze_format_string::FormatStringHandler::~FormatStringHandler()'
  16. /usr/local/lib/libclangSema.a(SemaChecking.o): In function `(anonymous namespace)::CheckScanfHandler::~CheckScanfHandler()':
  17. SemaChecking.cpp:(.text+0x7eb): undefined reference to `clang::analyze_format_string::FormatStringHandler::~FormatStringHandler()'
  18. /usr/local/lib/libclangSema.a(SemaChecking.o): In function `(anonymous namespace)::CheckPrintfHandler::~CheckPrintfHandler()':
  19. SemaChecking.cpp:(.text+0x81b): undefined reference to `clang::analyze_format_string::FormatStringHandler::~FormatStringHandler()'
  20. /usr/local/lib/libclangSema.a(SemaChecking.o): In function `_ZN12_GLOBAL__N_118CheckPrintfHandler12HandleAmountERKN5clang21analyze_format_string14OptionalAmountEjPKcj.part.644':
  21. SemaChecking.cpp:(.text+0x125cd): undefined reference to `clang::analyze_format_string::OptionalAmount::getArgType(clang::ASTContext&) const'
  22. SemaChecking.cpp:(.text+0x125e0): undefined reference to `clang::analyze_format_string::ArgType::matchesType(clang::ASTContext&, clang::QualType) const'
  23. SemaChecking.cpp:(.text+0x1265b): undefined reference to `clang::analyze_format_string::ArgType::getRepresentativeTypeName(clang::ASTContext&) const'
  24. /usr/local/lib/libclangSema.a(SemaChecking.o): In function `(anonymous namespace)::CheckPrintfHandler::HandleInvalidAmount(clang::analyze_printf::PrintfSpecifier const&, clang::analyze_format_string::OptionalAmount const&, unsigned int, char const*, unsigned int)':
  25. SemaChecking.cpp:(.text+0x12f16): undefined reference to `clang::analyze_format_string::ConversionSpecifier::toString() const'
  26. /usr/local/lib/libclangSema.a(SemaChecking.o): In function `(anonymous namespace)::CheckPrintfHandler::HandleFlag(clang::analyze_printf::PrintfSpecifier const&, clang::analyze_format_string::OptionalFlag const&, char const*, unsigned int)':
  27. SemaChecking.cpp:(.text+0x13b45): undefined reference to `clang::analyze_format_string::ConversionSpecifier::toString() const'
  28. /usr/local/lib/libclangSema.a(SemaChecking.o): In function `(anonymous namespace)::CheckFormatHandler::HandleNonStandardLengthModifier(clang::analyze_format_string::FormatSpecifier const&, char const*, unsigned int)':
  29. SemaChecking.cpp:(.text+0x14e9f): undefined reference to `clang::analyze_format_string::FormatSpecifier::getCorrectedLengthModifier() const'
  30. SemaChecking.cpp:(.text+0x14ee3): undefined reference to `clang::analyze_format_string::LengthModifier::toString() const'
  31. SemaChecking.cpp:(.text+0x14ff0): undefined reference to `clang::analyze_format_string::LengthModifier::toString() const'
  32. SemaChecking.cpp:(.text+0x153c9): undefined reference to `clang::analyze_format_string::LengthModifier::toString() const'
  33. SemaChecking.cpp:(.text+0x15475): undefined reference to `clang::analyze_format_string::LengthModifier::toString() const'
  34. /usr/local/lib/libclangSema.a(SemaChecking.o): In function `(anonymous namespace)::CheckFormatHandler::HandleInvalidLengthModifier(clang::analyze_format_string::FormatSpecifier const&, clang::analyze_format_string::ConversionSpecifier const&, char const*, unsigned int, unsigned int)':
  35. SemaChecking.cpp:(.text+0x15d4d): undefined reference to `clang::analyze_format_string::FormatSpecifier::getCorrectedLengthModifier() const'
  36. SemaChecking.cpp:(.text+0x15e09): undefined reference to `clang::analyze_format_string::ConversionSpecifier::toString() const'
  37. SemaChecking.cpp:(.text+0x15e16): undefined reference to `clang::analyze_format_string::LengthModifier::toString() const'
  38. SemaChecking.cpp:(.text+0x15f79): undefined reference to `clang::analyze_format_string::ConversionSpecifier::toString() const'
  39. SemaChecking.cpp:(.text+0x15f84): undefined reference to `clang::analyze_format_string::LengthModifier::toString() const'
  40. SemaChecking.cpp:(.text+0x1604b): undefined reference to `clang::analyze_format_string::LengthModifier::toString() const'
  41. SemaChecking.cpp:(.text+0x16106): undefined reference to `clang::analyze_format_string::LengthModifier::toString() const'
  42. /usr/local/lib/libclangSema.a(SemaChecking.o): In function `(anonymous namespace)::CheckFormatHandler::HandleNonStandardConversionSpecifier(clang::analyze_format_string::ConversionSpecifier const&, char const*, unsigned int)':
  43. SemaChecking.cpp:(.text+0x1639c): undefined reference to `clang::analyze_format_string::ConversionSpecifier::getStandardSpecifier() const'
  44. SemaChecking.cpp:(.text+0x163e2): undefined reference to `clang::analyze_format_string::ConversionSpecifier::toString() const'
  45. SemaChecking.cpp:(.text+0x164ea): undefined reference to `clang::analyze_format_string::ConversionSpecifier::toString() const'
  46. SemaChecking.cpp:(.text+0x16828): undefined reference to `clang::analyze_format_string::ConversionSpecifier::toString() const'
  47. SemaChecking.cpp:(.text+0x168d3): undefined reference to `clang::analyze_format_string::ConversionSpecifier::toString() const'
  48. /usr/local/lib/libclangSema.a(SemaChecking.o): In function `clang::Sema::CheckFormatString(clang::StringLiteral const*, clang::Expr const*, llvm::ArrayRef<clang::Expr const*>, bool, unsigned int, unsigned int, clang::Sema::FormatStringType, bool, clang::Sema::VariadicCallType)':
  49. SemaChecking.cpp:(.text+0x183ee): undefined reference to `clang::analyze_format_string::ParseScanfString(clang::analyze_format_string::FormatStringHandler&, char const*, char const*, clang::LangOptions const&, clang::TargetInfo const&)'
  50. SemaChecking.cpp:(.text+0x1841e): undefined reference to `clang::analyze_format_string::FormatStringHandler::~FormatStringHandler()'
  51. SemaChecking.cpp:(.text+0x18586): undefined reference to `clang::analyze_format_string::ParsePrintfString(clang::analyze_format_string::FormatStringHandler&, char const*, char const*, clang::LangOptions const&, clang::TargetInfo const&)'
  52. /usr/local/lib/libclangSema.a(SemaChecking.o): In function `(anonymous namespace)::CheckPrintfHandler::checkFormatExpr(clang::analyze_printf::PrintfSpecifier const&, char const*, unsigned int, clang::Expr const*)':
  53. SemaChecking.cpp:(.text+0x1b273): undefined reference to `clang::analyze_printf::PrintfSpecifier::getArgType(clang::ASTContext&, bool) const'
  54. SemaChecking.cpp:(.text+0x1b2bd): undefined reference to `clang::analyze_format_string::ArgType::matchesType(clang::ASTContext&, clang::QualType) const'
  55. SemaChecking.cpp:(.text+0x1b364): undefined reference to `clang::analyze_printf::PrintfSpecifier::fixType(clang::QualType, clang::LangOptions const&, clang::ASTContext&, bool)'
  56. SemaChecking.cpp:(.text+0x1b3c6): undefined reference to `clang::analyze_printf::PrintfSpecifier::toString(llvm::raw_ostream&) const'
  57. SemaChecking.cpp:(.text+0x1b52b): undefined reference to `clang::analyze_format_string::ArgType::matchesType(clang::ASTContext&, clang::QualType) const'
  58. SemaChecking.cpp:(.text+0x1b5bd): undefined reference to `clang::analyze_format_string::ArgType::getRepresentativeTypeName(clang::ASTContext&) const'
  59. SemaChecking.cpp:(.text+0x1bade): undefined reference to `clang::analyze_format_string::ArgType::getRepresentativeTypeName(clang::ASTContext&) const'
  60. SemaChecking.cpp:(.text+0x1bd69): undefined reference to `clang::analyze_format_string::ArgType::matchesType(clang::ASTContext&, clang::QualType) const'
  61. SemaChecking.cpp:(.text+0x1bfa9): undefined reference to `clang::analyze_format_string::ArgType::matchesType(clang::ASTContext&, clang::QualType) const'
  62. SemaChecking.cpp:(.text+0x1c0c2): undefined reference to `clang::analyze_format_string::ArgType::getRepresentativeTypeName(clang::ASTContext&) const'
  63. SemaChecking.cpp:(.text+0x1c7b2): undefined reference to `clang::analyze_format_string::ArgType::getRepresentativeTypeName(clang::ASTContext&) const'
  64. /usr/local/lib/libclangSema.a(SemaChecking.o): In function `(anonymous namespace)::CheckPrintfHandler::HandlePrintfSpecifier(clang::analyze_printf::PrintfSpecifier const&, char const*, unsigned int)':
  65. SemaChecking.cpp:(.text+0x1d0c8): undefined reference to `clang::analyze_printf::PrintfSpecifier::hasValidFieldWidth() const'
  66. SemaChecking.cpp:(.text+0x1d0d8): undefined reference to `clang::analyze_printf::PrintfSpecifier::hasValidPrecision() const'
  67. SemaChecking.cpp:(.text+0x1d0e8): undefined reference to `clang::analyze_printf::PrintfSpecifier::hasValidThousandsGroupingPrefix() const'
  68. SemaChecking.cpp:(.text+0x1d0f8): undefined reference to `clang::analyze_printf::PrintfSpecifier::hasValidLeadingZeros() const'
  69. SemaChecking.cpp:(.text+0x1d108): undefined reference to `clang::analyze_printf::PrintfSpecifier::hasValidPlusPrefix() const'
  70. SemaChecking.cpp:(.text+0x1d118): undefined reference to `clang::analyze_printf::PrintfSpecifier::hasValidSpacePrefix() const'
  71. SemaChecking.cpp:(.text+0x1d128): undefined reference to `clang::analyze_printf::PrintfSpecifier::hasValidAlternativeForm() const'
  72. SemaChecking.cpp:(.text+0x1d138): undefined reference to `clang::analyze_printf::PrintfSpecifier::hasValidLeftJustified() const'
  73. SemaChecking.cpp:(.text+0x1d180): undefined reference to `clang::analyze_format_string::FormatSpecifier::hasValidLengthModifier(clang::TargetInfo const&) const'
  74. SemaChecking.cpp:(.text+0x1d1b3): undefined reference to `clang::analyze_format_string::FormatSpecifier::hasStandardConversionSpecifier(clang::LangOptions const&) const'
  75. SemaChecking.cpp:(.text+0x1d324): undefined reference to `clang::analyze_format_string::FormatSpecifier::hasStandardLengthModifier() const'
  76. SemaChecking.cpp:(.text+0x1d334): undefined reference to `clang::analyze_format_string::FormatSpecifier::hasStandardLengthConversionCombination() const'
  77. /usr/local/lib/libclangSema.a(SemaChecking.o): In function `(anonymous namespace)::CheckScanfHandler::HandleScanfSpecifier(clang::analyze_scanf::ScanfSpecifier const&, char const*, unsigned int)':
  78. SemaChecking.cpp:(.text+0x1d5c3): undefined reference to `clang::analyze_format_string::FormatSpecifier::hasValidLengthModifier(clang::TargetInfo const&) const'
  79. SemaChecking.cpp:(.text+0x1d5f6): undefined reference to `clang::analyze_format_string::FormatSpecifier::hasStandardConversionSpecifier(clang::LangOptions const&) const'
  80. SemaChecking.cpp:(.text+0x1d664): undefined reference to `clang::analyze_scanf::ScanfSpecifier::getArgType(clang::ASTContext&) const'
  81. SemaChecking.cpp:(.text+0x1d689): undefined reference to `clang::analyze_format_string::ArgType::matchesType(clang::ASTContext&, clang::QualType) const'
  82. SemaChecking.cpp:(.text+0x1d752): undefined reference to `clang::analyze_scanf::ScanfSpecifier::fixType(clang::QualType, clang::LangOptions const&, clang::ASTContext&)'
  83. SemaChecking.cpp:(.text+0x1d7ac): undefined reference to `clang::analyze_scanf::ScanfSpecifier::toString(llvm::raw_ostream&) const'
  84. SemaChecking.cpp:(.text+0x1d8ed): undefined reference to `clang::analyze_format_string::ArgType::getRepresentativeTypeName(clang::ASTContext&) const'
  85. SemaChecking.cpp:(.text+0x1dd04): undefined reference to `clang::analyze_format_string::FormatSpecifier::hasStandardLengthModifier() const'
  86. SemaChecking.cpp:(.text+0x1dd2c): undefined reference to `clang::analyze_format_string::FormatSpecifier::hasStandardLengthConversionCombination() const'
  87. SemaChecking.cpp:(.text+0x1ddb2): undefined reference to `clang::analyze_format_string::ArgType::getRepresentativeTypeName(clang::ASTContext&) const'
  88. /usr/local/lib/libclangSema.a(SemaChecking.o): In function `(anonymous namespace)::CheckFormatHandler::~CheckFormatHandler()':
  89. SemaChecking.cpp:(.text+0x30c): undefined reference to `clang::analyze_format_string::FormatStringHandler::~FormatStringHandler()'
  90. /usr/local/lib/libclangSema.a(SemaChecking.o): In function `(anonymous namespace)::CheckPrintfHandler::~CheckPrintfHandler()':
  91. SemaChecking.cpp:(.text+0x35c): undefined reference to `clang::analyze_format_string::FormatStringHandler::~FormatStringHandler()'
  92. /usr/local/lib/libclangSema.a(SemaChecking.o): In function `(anonymous namespace)::CheckScanfHandler::~CheckScanfHandler()':
  93. SemaChecking.cpp:(.text+0x37c): undefined reference to `clang::analyze_format_string::FormatStringHandler::~FormatStringHandler()'
  94. /usr/local/lib/libclangSema.a(SemaDecl.o): In function `clang::Sema::ConvertDeclToDeclGroup(clang::Decl*, clang::Decl*)':
  95. SemaDecl.cpp:(.text+0x50a2): undefined reference to `clang::DeclGroup::Create(clang::ASTContext&, clang::Decl**, unsigned int)'
  96. /usr/local/lib/libclangSema.a(SemaDecl.o): In function `clang::Sema::BuildDeclaratorGroup(clang::Decl**, unsigned int, bool)':
  97. SemaDecl.cpp:(.text+0xdf23): undefined reference to `clang::DeclGroup::Create(clang::ASTContext&, clang::Decl**, unsigned int)'
  98. /usr/local/lib/libclangSema.a(SemaDeclCXX.o): In function `clang::Sema::CheckFriendTypeDecl(clang::SourceLocation, clang::SourceLocation, clang::TypeSourceInfo*)':
  99. SemaDeclCXX.cpp:(.text+0x1a68d): undefined reference to `clang::FriendDecl::Create(clang::ASTContext&, clang::DeclContext*, clang::SourceLocation, llvm::PointerUnion<clang::NamedDecl*, clang::TypeSourceInfo*>, clang::SourceLocation, llvm::ArrayRef<clang::TemplateParameterList*>)'
  100. /usr/local/lib/libclangSema.a(SemaDeclCXX.o): In function `clang::Sema::ActOnTemplatedFriendTag(clang::Scope*, clang::SourceLocation, unsigned int, clang::SourceLocation, clang::CXXScopeSpec&, clang::IdentifierInfo*, clang::SourceLocation, clang::AttributeList*, llvm::MutableArrayRef<clang::TemplateParameterList*>)':
  101. SemaDeclCXX.cpp:(.text+0x1ae83): undefined reference to `clang::FriendDecl::Create(clang::ASTContext&, clang::DeclContext*, clang::SourceLocation, llvm::PointerUnion<clang::NamedDecl*, clang::TypeSourceInfo*>, clang::SourceLocation, llvm::ArrayRef<clang::TemplateParameterList*>)'
  102. SemaDeclCXX.cpp:(.text+0x1afe5): undefined reference to `clang::FriendDecl::Create(clang::ASTContext&, clang::DeclContext*, clang::SourceLocation, llvm::PointerUnion<clang::NamedDecl*, clang::TypeSourceInfo*>, clang::SourceLocation, llvm::ArrayRef<clang::TemplateParameterList*>)'
  103. /usr/local/lib/libclangSema.a(SemaDeclCXX.o): In function `clang::Sema::ActOnFriendFunctionDecl(clang::Scope*, clang::Declarator&, llvm::MutableArrayRef<clang::TemplateParameterList*>)':
  104. SemaDeclCXX.cpp:(.text+0x1b917): undefined reference to `clang::FriendDecl::Create(clang::ASTContext&, clang::DeclContext*, clang::SourceLocation, llvm::PointerUnion<clang::NamedDecl*, clang::TypeSourceInfo*>, clang::SourceLocation, llvm::ArrayRef<clang::TemplateParameterList*>)'
  105. /usr/local/lib/libclangSema.a(SemaExpr.o): In function `clang::Sema::CheckCompareOperands(clang::ActionResult<clang::Expr*, true>&, clang::ActionResult<clang::Expr*, true>&, clang::SourceLocation, unsigned int, bool)':
  106. SemaExpr.cpp:(.text+0x2bf8f): undefined reference to `clang::NSAPI::getOrInitSelector(llvm::ArrayRef<llvm::StringRef>, clang::Selector&) const'
  107. /usr/local/lib/libclangSema.a(SemaExprObjC.o): In function `_ZL18applyCocoaAPICheckRN5clang4SemaEPKNS_15ObjCMessageExprEjPFbS4_RKNS_5NSAPIERNS_4edit6CommitEE.constprop.507':
  108. SemaExprObjC.cpp:(.text+0x17c4): undefined reference to `clang::edit::rewriteObjCRedundantCallWithLiteral(clang::ObjCMessageExpr const*, clang::NSAPI const&, clang::edit::Commit&)'
  109. SemaExprObjC.cpp:(.text+0x1985): undefined reference to `clang::edit::Commit::Edit::getInsertFromRange(clang::SourceManager&) const'
  110. SemaExprObjC.cpp:(.text+0x1b3d): undefined reference to `clang::edit::Commit::Edit::getFileRange(clang::SourceManager&) const'
  111. /usr/local/lib/libclangSema.a(SemaExprObjC.o): In function `getNSNumberFactoryMethod(clang::Sema&, clang::SourceLocation, clang::QualType, bool, clang::SourceRange)':
  112. SemaExprObjC.cpp:(.text+0x1cf3): undefined reference to `clang::NSAPI::getNSNumberFactoryMethodKind(clang::QualType) const'
  113. SemaExprObjC.cpp:(.text+0x1d61): undefined reference to `clang::NSAPI::getNSNumberLiteralSelector(clang::NSAPI::NSNumberLiteralMethodKind, bool) const'
  114. SemaExprObjC.cpp:(.text+0x1e42): undefined reference to `clang::NSAPI::getNSClassId(clang::NSAPI::NSClassIdKindKind) const'
  115. /usr/local/lib/libclangSema.a(SemaExprObjC.o): In function `clang::Sema::BuildObjCStringLiteral(clang::SourceLocation, clang::StringLiteral*)':
  116. SemaExprObjC.cpp:(.text+0x235d): undefined reference to `clang::NSAPI::getNSClassId(clang::NSAPI::NSClassIdKindKind) const'
  117. /usr/local/lib/libclangSema.a(SemaExprObjC.o): In function `CheckObjCCollectionLiteralElement(clang::Sema&, clang::Expr*, clang::QualType)':
  118. SemaExprObjC.cpp:(.text+0x3064): undefined reference to `clang::NSAPI::getNSNumberFactoryMethodKind(clang::QualType) const'
  119. /usr/local/lib/libclangSema.a(SemaExprObjC.o): In function `clang::Sema::BuildObjCBoxedExpr(clang::SourceRange, clang::Expr*)':
  120. SemaExprObjC.cpp:(.text+0x3ad5): undefined reference to `clang::NSAPI::getNSClassId(clang::NSAPI::NSClassIdKindKind) const'
  121. /usr/local/lib/libclangSema.a(SemaExprObjC.o): In function `clang::Sema::BuildObjCArrayLiteral(clang::SourceRange, llvm::MutableArrayRef<clang::Expr*>)':
  122. SemaExprObjC.cpp:(.text+0x3fed): undefined reference to `clang::NSAPI::getNSClassId(clang::NSAPI::NSClassIdKindKind) const'
  123. SemaExprObjC.cpp:(.text+0x408d): undefined reference to `clang::NSAPI::getNSArraySelector(clang::NSAPI::NSArrayMethodKind) const'
  124. SemaExprObjC.cpp:(.text+0x424a): undefined reference to `clang::NSAPI::getNSClassId(clang::NSAPI::NSClassIdKindKind) const'
  125. /usr/local/lib/libclangSema.a(SemaExprObjC.o): In function `clang::Sema::BuildObjCDictionaryLiteral(clang::SourceRange, clang::ObjCDictionaryElement*, unsigned int)':
  126. SemaExprObjC.cpp:(.text+0x491d): undefined reference to `clang::NSAPI::getNSClassId(clang::NSAPI::NSClassIdKindKind) const'
  127. SemaExprObjC.cpp:(.text+0x49b9): undefined reference to `clang::NSAPI::getNSDictionarySelector(clang::NSAPI::NSDictionaryMethodKind) const'
  128. SemaExprObjC.cpp:(.text+0x4b3b): undefined reference to `clang::NSAPI::getNSClassId(clang::NSAPI::NSClassIdKindKind) const'
  129. /usr/local/lib/libclangSema.a(SemaExprObjC.o): In function `(anonymous namespace)::ARCCastChecker::VisitCallExpr(clang::CallExpr*)':
  130. SemaExprObjC.cpp:(.text.unlikely+0x21f): undefined reference to `clang::ento::coreFoundation::followsCreateRule(clang::FunctionDecl const*)'
  131. /usr/local/lib/libclangSema.a(SemaTemplate.o): In function `clang::Sema::CheckClassTemplate(clang::Scope*, unsigned int, clang::Sema::TagUseKind, clang::SourceLocation, clang::CXXScopeSpec&, clang::IdentifierInfo*, clang::SourceLocation, clang::AttributeList*, clang::TemplateParameterList*, clang::AccessSpecifier, clang::SourceLocation, unsigned int, clang::TemplateParameterList**)':
  132. SemaTemplate.cpp:(.text+0x2460d): undefined reference to `clang::FriendDecl::Create(clang::ASTContext&, clang::DeclContext*, clang::SourceLocation, llvm::PointerUnion<clang::NamedDecl*, clang::TypeSourceInfo*>, clang::SourceLocation, llvm::ArrayRef<clang::TemplateParameterList*>)'
  133. /usr/local/lib/libclangSema.a(SemaTemplate.o): In function `clang::Sema::ActOnClassTemplateSpecialization(clang::Scope*, unsigned int, clang::Sema::TagUseKind, clang::SourceLocation, clang::SourceLocation, clang::CXXScopeSpec&, clang::OpaquePtr<clang::TemplateName>, clang::SourceLocation, clang::SourceLocation, llvm::MutableArrayRef<clang::ParsedTemplateArgument>, clang::SourceLocation, clang::AttributeList*, llvm::MutableArrayRef<clang::TemplateParameterList*>)':
  134. SemaTemplate.cpp:(.text+0x25bef): undefined reference to `clang::FriendDecl::Create(clang::ASTContext&, clang::DeclContext*, clang::SourceLocation, llvm::PointerUnion<clang::NamedDecl*, clang::TypeSourceInfo*>, clang::SourceLocation, llvm::ArrayRef<clang::TemplateParameterList*>)'
  135. /usr/local/lib/libclangSema.a(AnalysisBasedWarnings.o): In function `(anonymous namespace)::UnreachableCodeHandler::~UnreachableCodeHandler()':
  136. AnalysisBasedWarnings.cpp:(.text+0x73): undefined reference to `vtable for clang::reachable_code::Callback'
  137. /usr/local/lib/libclangSema.a(AnalysisBasedWarnings.o): In function `(anonymous namespace)::UnreachableCodeHandler::~UnreachableCodeHandler()':
  138. AnalysisBasedWarnings.cpp:(.text+0x83): undefined reference to `vtable for clang::reachable_code::Callback'
  139. /usr/local/lib/libclangSema.a(AnalysisBasedWarnings.o): In function `CheckFallThroughForBody(clang::Sema&, clang::Decl const*, clang::Stmt const*, clang::BlockExpr const*, (anonymous namespace)::CheckFallThroughDiagnostics const&, clang::AnalysisDeclContext&)':
  140. AnalysisBasedWarnings.cpp:(.text+0x40ae): undefined reference to `clang::AnalysisDeclContext::getCFG()'
  141. AnalysisBasedWarnings.cpp:(.text+0x4100): undefined reference to `clang::reachable_code::ScanReachableFromBlock(clang::CFGBlock const*, llvm::BitVector&)'
  142. AnalysisBasedWarnings.cpp:(.text+0x426f): undefined reference to `clang::CFGBlock::FilterEdge(clang::CFGBlock::FilterOptions const&, clang::CFGBlock const*, clang::CFGBlock const*)'
  143. AnalysisBasedWarnings.cpp:(.text+0x4625): undefined reference to `clang::reachable_code::ScanReachableFromBlock(clang::CFGBlock const*, llvm::BitVector&)'
  144. /usr/local/lib/libclangSema.a(AnalysisBasedWarnings.o): In function `clang::thread_safety::(anonymous namespace)::ThreadSafetyReporter::~ThreadSafetyReporter()':
  145. AnalysisBasedWarnings.cpp:(.text+0x9d1c): undefined reference to `clang::thread_safety::ThreadSafetyHandler::~ThreadSafetyHandler()'
  146. /usr/local/lib/libclangSema.a(AnalysisBasedWarnings.o): In function `(anonymous namespace)::UninitValsDiagReporter::~UninitValsDiagReporter()':
  147. AnalysisBasedWarnings.cpp:(.text+0xb31d): undefined reference to `clang::UninitVariablesHandler::~UninitVariablesHandler()'
  148. /usr/local/lib/libclangSema.a(AnalysisBasedWarnings.o): In function `(anonymous namespace)::UninitValsDiagReporter::~UninitValsDiagReporter()':
  149. AnalysisBasedWarnings.cpp:(.text+0xbb0a): undefined reference to `clang::UninitVariablesHandler::~UninitVariablesHandler()'
  150. /usr/local/lib/libclangSema.a(AnalysisBasedWarnings.o): In function `clang::sema::AnalysisBasedWarnings::IssueWarnings(clang::sema::AnalysisBasedWarnings::Policy, clang::sema::FunctionScopeInfo*, clang::Decl const*, clang::BlockExpr const*)':
  151. AnalysisBasedWarnings.cpp:(.text+0xc075): undefined reference to `clang::AnalysisDeclContext::AnalysisDeclContext(clang::AnalysisDeclContextManager*, clang::Decl const*)'
  152. AnalysisBasedWarnings.cpp:(.text+0xc0fd): undefined reference to `clang::AnalysisDeclContext::registerForcedBlockExpression(clang::Stmt const*)'
  153. AnalysisBasedWarnings.cpp:(.text+0xc110): undefined reference to `clang::AnalysisDeclContext::getCFG()'
  154. AnalysisBasedWarnings.cpp:(.text+0xc19c): undefined reference to `clang::AnalysisDeclContext::getBlockForRegisteredExpression(clang::Stmt const*)'
  155. AnalysisBasedWarnings.cpp:(.text+0xc1a7): undefined reference to `clang::AnalysisDeclContext::getCFGReachablityAnalysis()'
  156. AnalysisBasedWarnings.cpp:(.text+0xc1be): undefined reference to `clang::AnalysisDeclContext::getCFG()'
  157. AnalysisBasedWarnings.cpp:(.text+0xc1d1): undefined reference to `clang::CFGReverseBlockReachabilityAnalysis::isReachable(clang::CFGBlock const*, clang::CFGBlock const*)'
  158. AnalysisBasedWarnings.cpp:(.text+0xc347): undefined reference to `clang::reachable_code::FindUnreachableCode(clang::AnalysisDeclContext&, clang::reachable_code::Callback&)'
  159. AnalysisBasedWarnings.cpp:(.text+0xc383): undefined reference to `clang::AnalysisDeclContext::getCFG()'
  160. AnalysisBasedWarnings.cpp:(.text+0xc3f9): undefined reference to `clang::runUninitializedVariablesAnalysis(clang::DeclContext const&, clang::CFG const&, clang::AnalysisDeclContext&, clang::UninitVariablesHandler&, clang::UninitVariablesAnalysisStats&)'
  161. AnalysisBasedWarnings.cpp:(.text+0xc4cc): undefined reference to `clang::AnalysisDeclContext::getCFG()'
  162. AnalysisBasedWarnings.cpp:(.text+0xc4f7): undefined reference to `clang::AnalysisDeclContext::~AnalysisDeclContext()'
  163. AnalysisBasedWarnings.cpp:(.text+0xc6bb): undefined reference to `clang::AnalysisDeclContext::getBody() const'
  164. AnalysisBasedWarnings.cpp:(.text+0xc6f6): undefined reference to `clang::AnalysisDeclContext::getCFG()'
  165. AnalysisBasedWarnings.cpp:(.text+0xc9eb): undefined reference to `clang::thread_safety::runThreadSafetyAnalysis(clang::AnalysisDeclContext&, clang::thread_safety::ThreadSafetyHandler&)'
  166. AnalysisBasedWarnings.cpp:(.text+0xcb7d): undefined reference to `clang::thread_safety::ThreadSafetyHandler::~ThreadSafetyHandler()'
  167. AnalysisBasedWarnings.cpp:(.text+0xcbb4): undefined reference to `clang::AnalysisDeclContext::getParentMap()'
  168. AnalysisBasedWarnings.cpp:(.text+0xd50e): undefined reference to `clang::ParentMap::getParent(clang::Stmt*) const'
  169. /usr/local/lib/libclangSema.a(AnalysisBasedWarnings.o): In function `clang::thread_safety::(anonymous namespace)::ThreadSafetyReporter::handleNoMutexHeld(clang::NamedDecl const*, clang::thread_safety::ProtectedOperationKind, clang::thread_safety::AccessKind, clang::SourceLocation)':
  170. AnalysisBasedWarnings.cpp:(.text+0x11738): undefined reference to `clang::thread_safety::getLockKindFromAccessKind(clang::thread_safety::AccessKind)'
  171. /usr/local/lib/libclangSema.a(AnalysisBasedWarnings.o): In function `clang::thread_safety::(anonymous namespace)::ThreadSafetyReporter::~ThreadSafetyReporter()':
  172. AnalysisBasedWarnings.cpp:(.text+0x9ced): undefined reference to `clang::thread_safety::ThreadSafetyHandler::~ThreadSafetyHandler()'
  173. /usr/local/lib/libclangSema.a(AnalysisBasedWarnings.o):(.data.rel.ro+0x10): undefined reference to `clang::reachable_code::Callback::anchor()'
  174. /usr/local/lib/libLLVMCodeGen.a(RegisterCoalescer.o): In function `(anonymous namespace)::RegisterCoalescer::getAnalysisUsage(llvm::AnalysisUsage&) const':
  175. RegisterCoalescer.cpp:(.text+0x385): undefined reference to `llvm::AliasAnalysis::ID'
  176. /usr/local/lib/libLLVMCodeGen.a(RegisterCoalescer.o): In function `llvm::initializeRegisterCoalescerPass(llvm::PassRegistry&)':
  177. RegisterCoalescer.cpp:(.text+0x1f74): undefined reference to `llvm::initializeAliasAnalysisAnalysisGroup(llvm::PassRegistry&)'
  178. /usr/local/lib/libLLVMCodeGen.a(RegisterCoalescer.o): In function `(anonymous namespace)::RegisterCoalescer::runOnMachineFunction(llvm::MachineFunction&)':
  179. RegisterCoalescer.cpp:(.text+0x53c9): undefined reference to `llvm::AliasAnalysis::ID'
  180. RegisterCoalescer.cpp:(.text+0x5ffc): undefined reference to `llvm::AliasAnalysis::ID'
  181. /usr/local/lib/libLLVMCodeGen.a(TwoAddressInstructionPass.o): In function `(anonymous namespace)::TwoAddressInstructionPass::getAnalysisUsage(llvm::AnalysisUsage&) const':
  182. TwoAddressInstructionPass.cpp:(.text+0xd5): undefined reference to `llvm::AliasAnalysis::ID'
  183. /usr/local/lib/libLLVMCodeGen.a(TwoAddressInstructionPass.o): In function `llvm::initializeTwoAddressInstructionPassPass(llvm::PassRegistry&)':
  184. TwoAddressInstructionPass.cpp:(.text+0x1acc): undefined reference to `llvm::initializeAliasAnalysisAnalysisGroup(llvm::PassRegistry&)'
  185. /usr/local/lib/libLLVMCodeGen.a(TwoAddressInstructionPass.o): In function `(anonymous namespace)::TwoAddressInstructionPass::runOnMachineFunction(llvm::MachineFunction&)':
  186. TwoAddressInstructionPass.cpp:(.text+0x8a7e): undefined reference to `llvm::AliasAnalysis::ID'
  187. TwoAddressInstructionPass.cpp:(.text+0xbb57): undefined reference to `llvm::AliasAnalysis::ID'
  188. /usr/local/lib/libLLVMHexagonCodeGen.a(HexagonVLIWPacketizer.o): In function `(anonymous namespace)::HexagonPacketizerList::~HexagonPacketizerList()':
  189. HexagonVLIWPacketizer.cpp:(.text+0x1a3): undefined reference to `llvm::VLIWPacketizerList::~VLIWPacketizerList()'
  190. /usr/local/lib/libLLVMHexagonCodeGen.a(HexagonVLIWPacketizer.o): In function `(anonymous namespace)::HexagonPacketizer::runOnMachineFunction(llvm::MachineFunction&)':
  191. HexagonVLIWPacketizer.cpp:(.text+0x3e4): undefined reference to `llvm::VLIWPacketizerList::VLIWPacketizerList(llvm::MachineFunction&, llvm::MachineLoopInfo&, llvm::MachineDominatorTree&, bool)'
  192. HexagonVLIWPacketizer.cpp:(.text+0x51c): undefined reference to `llvm::VLIWPacketizerList::PacketizeMIs(llvm::MachineBasicBlock*, llvm::MachineBasicBlock::bundle_iterator<llvm::MachineInstr, llvm::ilist_iterator<llvm::MachineInstr> >, llvm::MachineBasicBlock::bundle_iterator<llvm::MachineInstr, llvm::ilist_iterator<llvm::MachineInstr> >)'
  193. HexagonVLIWPacketizer.cpp:(.text+0x560): undefined reference to `llvm::VLIWPacketizerList::~VLIWPacketizerList()'
  194. /usr/local/lib/libLLVMHexagonCodeGen.a(HexagonVLIWPacketizer.o): In function `llvm::initializeHexagonPacketizerPass(llvm::PassRegistry&)':
  195. HexagonVLIWPacketizer.cpp:(.text+0xd84): undefined reference to `llvm::initializeAliasAnalysisAnalysisGroup(llvm::PassRegistry&)'
  196. /usr/local/lib/libLLVMHexagonCodeGen.a(HexagonVLIWPacketizer.o): In function `(anonymous namespace)::HexagonPacketizerList::addToPacket(llvm::MachineInstr*)':
  197. HexagonVLIWPacketizer.cpp:(.text+0xf03): undefined reference to `llvm::DFAPacketizer::reserveResources(llvm::MachineInstr*)'
  198. HexagonVLIWPacketizer.cpp:(.text+0xf57): undefined reference to `llvm::DFAPacketizer::canReserveResources(llvm::MachineInstr*)'
  199. HexagonVLIWPacketizer.cpp:(.text+0xf7f): undefined reference to `llvm::VLIWPacketizerList::endPacket(llvm::MachineBasicBlock*, llvm::MachineInstr*)'
  200. HexagonVLIWPacketizer.cpp:(.text+0xf8d): undefined reference to `llvm::DFAPacketizer::reserveResources(llvm::MachineInstr*)'
  201. HexagonVLIWPacketizer.cpp:(.text+0xfcc): undefined reference to `llvm::DFAPacketizer::canReserveResources(llvm::MachineInstr*)'
  202. HexagonVLIWPacketizer.cpp:(.text+0xfe0): undefined reference to `llvm::DFAPacketizer::reserveResources(llvm::MachineInstr*)'
  203. HexagonVLIWPacketizer.cpp:(.text+0x102f): undefined reference to `llvm::DFAPacketizer::canReserveResources(llvm::MachineInstr*)'
  204. HexagonVLIWPacketizer.cpp:(.text+0x1043): undefined reference to `llvm::DFAPacketizer::reserveResources(llvm::MachineInstr*)'
  205. HexagonVLIWPacketizer.cpp:(.text+0x1065): undefined reference to `llvm::DFAPacketizer::reserveResources(llvm::MachineInstr*)'
  206. HexagonVLIWPacketizer.cpp:(.text+0x10f8): undefined reference to `llvm::DFAPacketizer::reserveResources(llvm::MachineInstr*)'
  207. HexagonVLIWPacketizer.cpp:(.text+0x115c): undefined reference to `llvm::DFAPacketizer::canReserveResources(llvm::MachineInstr*)'
  208. HexagonVLIWPacketizer.cpp:(.text+0x1184): undefined reference to `llvm::VLIWPacketizerList::endPacket(llvm::MachineBasicBlock*, llvm::MachineInstr*)'
  209. HexagonVLIWPacketizer.cpp:(.text+0x1192): undefined reference to `llvm::DFAPacketizer::reserveResources(llvm::MachineInstr*)'
  210. HexagonVLIWPacketizer.cpp:(.text+0x11d7): undefined reference to `llvm::DFAPacketizer::reserveResources(llvm::MachineInstr*)'
  211. HexagonVLIWPacketizer.cpp:(.text+0x1250): undefined reference to `llvm::DFAPacketizer::canReserveResources(llvm::MachineInstr*)'
  212. HexagonVLIWPacketizer.cpp:(.text+0x1279): undefined reference to `llvm::VLIWPacketizerList::endPacket(llvm::MachineBasicBlock*, llvm::MachineInstr*)'
  213. HexagonVLIWPacketizer.cpp:(.text+0x12c0): undefined reference to `llvm::DFAPacketizer::reserveResources(llvm::MachineInstr*)'
  214. HexagonVLIWPacketizer.cpp:(.text+0x12de): undefined reference to `llvm::DFAPacketizer::canReserveResources(llvm::MachineInstr*)'
  215. HexagonVLIWPacketizer.cpp:(.text+0x130f): undefined reference to `llvm::DFAPacketizer::canReserveResources(llvm::MachineInstr*)'
  216. HexagonVLIWPacketizer.cpp:(.text+0x1328): undefined reference to `llvm::DFAPacketizer::reserveResources(llvm::MachineInstr*)'
  217. HexagonVLIWPacketizer.cpp:(.text+0x1347): undefined reference to `llvm::DFAPacketizer::canReserveResources(llvm::MachineInstr*)'
  218. HexagonVLIWPacketizer.cpp:(.text+0x13a9): undefined reference to `llvm::DFAPacketizer::canReserveResources(llvm::MachineInstr*)'
  219. HexagonVLIWPacketizer.cpp:(.text+0x13b9): undefined reference to `llvm::DFAPacketizer::reserveResources(llvm::MachineInstr*)'
  220. /usr/local/lib/libLLVMHexagonCodeGen.a(HexagonVLIWPacketizer.o): In function `(anonymous namespace)::HexagonPacketizerList::isLegalToPacketizeTogether(llvm::SUnit*, llvm::SUnit*)':
  221. HexagonVLIWPacketizer.cpp:(.text+0x225f): undefined reference to `llvm::DFAPacketizer::canReserveResources(llvm::MachineInstr*)'
  222. /usr/local/lib/libLLVMHexagonCodeGen.a(HexagonVLIWPacketizer.o): In function `(anonymous namespace)::HexagonPacketizerList::~HexagonPacketizerList()':
  223. HexagonVLIWPacketizer.cpp:(.text+0x124): undefined reference to `llvm::VLIWPacketizerList::~VLIWPacketizerList()'
  224. /usr/local/lib/libLLVMNVPTXCodeGen.a(NVPTXAsmPrinter.o): In function `nvptx::LowerConstant(llvm::Constant const*, llvm::AsmPrinter&)':
  225. NVPTXAsmPrinter.cpp:(.text+0x6a02): undefined reference to `llvm::ConstantFoldConstantExpression(llvm::ConstantExpr const*, llvm::DataLayout const*, llvm::TargetLibraryInfo const*)'
  226. /usr/local/lib/libLLVMNVPTXCodeGen.a(NVPTXAsmPrinter.o): In function `llvm::NVPTXAsmPrinter::bufferLEByte(llvm::Constant*, int, llvm::NVPTXAsmPrinter::AggBuffer*)':
  227. NVPTXAsmPrinter.cpp:(.text+0x6ea0): undefined reference to `llvm::ConstantFoldConstantExpression(llvm::ConstantExpr const*, llvm::DataLayout const*, llvm::TargetLibraryInfo const*)'
  228. NVPTXAsmPrinter.cpp:(.text+0x7139): undefined reference to `llvm::ConstantFoldConstantExpression(llvm::ConstantExpr const*, llvm::DataLayout const*, llvm::TargetLibraryInfo const*)'
  229. /usr/local/lib/libLLVMNVPTXCodeGen.a(NVPTXAsmPrinter.o): In function `_ZN4llvm15NVPTXAsmPrinter12bufferLEByteEPNS_8ConstantEiPNS0_9AggBufferE.constprop.479':
  230. NVPTXAsmPrinter.cpp:(.text+0x7a4e): undefined reference to `llvm::ConstantFoldConstantExpression(llvm::ConstantExpr const*, llvm::DataLayout const*, llvm::TargetLibraryInfo const*)'
  231. NVPTXAsmPrinter.cpp:(.text+0x7c5e): undefined reference to `llvm::ConstantFoldConstantExpression(llvm::ConstantExpr const*, llvm::DataLayout const*, llvm::TargetLibraryInfo const*)'
  232. /usr/local/lib/libLLVMScalarOpts.a(LoopStrengthReduce.o): In function `(anonymous namespace)::LoopStrengthReduce::~LoopStrengthReduce()':
  233. LoopStrengthReduce.cpp:(.text+0x1a3): undefined reference to `vtable for llvm::LoopPass'
  234. /usr/local/lib/libLLVMScalarOpts.a(LoopStrengthReduce.o): In function `(anonymous namespace)::LoopStrengthReduce::~LoopStrengthReduce()':
  235. LoopStrengthReduce.cpp:(.text+0x1c3): undefined reference to `vtable for llvm::LoopPass'
  236. /usr/local/lib/libLLVMScalarOpts.a(LoopStrengthReduce.o): In function `isAddSExtable(llvm::SCEVAddExpr const*, llvm::ScalarEvolution&)':
  237. LoopStrengthReduce.cpp:(.text+0x1fa): undefined reference to `llvm::SCEV::getType() const'
  238. LoopStrengthReduce.cpp:(.text+0x205): undefined reference to `llvm::ScalarEvolution::getTypeSizeInBits(llvm::Type*) const'
  239. LoopStrengthReduce.cpp:(.text+0x22c): undefined reference to `llvm::ScalarEvolution::getSignExtendExpr(llvm::SCEV const*, llvm::Type*)'
  240. /usr/local/lib/libLLVMScalarOpts.a(LoopStrengthReduce.o): In function `findIVOperand(llvm::Use*, llvm::Use*, llvm::Loop*, llvm::ScalarEvolution&)':
  241. LoopStrengthReduce.cpp:(.text+0x27a): undefined reference to `llvm::ScalarEvolution::isSCEVable(llvm::Type*) const'
  242. LoopStrengthReduce.cpp:(.text+0x289): undefined reference to `llvm::ScalarEvolution::getSCEV(llvm::Value*)'
  243. /usr/local/lib/libLLVMScalarOpts.a(LoopStrengthReduce.o): In function `isExistingPhi(llvm::SCEVAddRecExpr const*, llvm::ScalarEvolution&)':
  244. LoopStrengthReduce.cpp:(.text+0x2ea): undefined reference to `llvm::ScalarEvolution::isSCEVable(llvm::Type*) const'
  245. LoopStrengthReduce.cpp:(.text+0x2fc): undefined reference to `llvm::ScalarEvolution::getEffectiveSCEVType(llvm::Type*) const'
  246. LoopStrengthReduce.cpp:(.text+0x30b): undefined reference to `llvm::SCEV::getType() const'
  247. LoopStrengthReduce.cpp:(.text+0x316): undefined reference to `llvm::ScalarEvolution::getEffectiveSCEVType(llvm::Type*) const'
  248. LoopStrengthReduce.cpp:(.text+0x326): undefined reference to `llvm::ScalarEvolution::getSCEV(llvm::Value*)'
  249. /usr/local/lib/libLLVMScalarOpts.a(LoopStrengthReduce.o): In function `isHighCostExpansion(llvm::SCEV const*, llvm::SmallPtrSet<llvm::SCEV const*, 8u>&, llvm::ScalarEvolution&)':
  250. LoopStrengthReduce.cpp:(.text+0x721): undefined reference to `llvm::ScalarEvolution::isSCEVable(llvm::Type*) const'
  251. LoopStrengthReduce.cpp:(.text+0x764): undefined reference to `llvm::ScalarEvolution::getSCEV(llvm::Value*)'
  252. /usr/local/lib/libLLVMScalarOpts.a(LoopStrengthReduce.o): In function `_ZNK4llvm4Pass13getAnalysisIDINS_15ScalarEvolutionEEERT_PKv.isra.273.constprop.721':
  253. LoopStrengthReduce.cpp:(.text+0x8c6): undefined reference to `llvm::ScalarEvolution::ID'
  254. LoopStrengthReduce.cpp:(.text+0x912): undefined reference to `llvm::ScalarEvolution::ID'
  255. /usr/local/lib/libLLVMScalarOpts.a(LoopStrengthReduce.o): In function `(anonymous namespace)::LoopStrengthReduce::getAnalysisUsage(llvm::AnalysisUsage&) const':
  256. LoopStrengthReduce.cpp:(.text+0xc0b): undefined reference to `llvm::LoopInfo::ID'
  257. LoopStrengthReduce.cpp:(.text+0xc78): undefined reference to `llvm::ScalarEvolution::ID'
  258. LoopStrengthReduce.cpp:(.text+0xcbc): undefined reference to `llvm::IVUsers::ID'
  259. LoopStrengthReduce.cpp:(.text+0xcf0): undefined reference to `llvm::TargetTransformInfo::ID'
  260. /usr/local/lib/libLLVMScalarOpts.a(LoopStrengthReduce.o): In function `_ZN4llvm15ScalarEvolution10getAddExprEPKNS_4SCEVES3_NS1_11NoWrapFlagsE.constprop.720':
  261. LoopStrengthReduce.cpp:(.text+0x1699): undefined reference to `llvm::ScalarEvolution::getAddExpr(llvm::SmallVectorImpl<llvm::SCEV const*>&, llvm::SCEV::NoWrapFlags)'
  262. /usr/local/lib/libLLVMScalarOpts.a(LoopStrengthReduce.o): In function `(anonymous namespace)::Cost::RateRegister(llvm::SCEV const*, llvm::SmallPtrSet<llvm::SCEV const*, 16u>&, llvm::Loop const*, llvm::ScalarEvolution&, llvm::DominatorTree&)':
  263. LoopStrengthReduce.cpp:(.text+0x1720): undefined reference to `llvm::ScalarEvolution::hasComputableLoopEvolution(llvm::SCEV const*, llvm::Loop const*)'
  264. /usr/local/lib/libLLVMScalarOpts.a(LoopStrengthReduce.o): In function `ExtractImmediate(llvm::SCEV const*&, llvm::ScalarEvolution&)':
  265. LoopStrengthReduce.cpp:(.text+0x2160): undefined reference to `llvm::ScalarEvolution::getConstant(llvm::Type*, unsigned long, bool)'
  266. LoopStrengthReduce.cpp:(.text+0x2259): undefined reference to `llvm::ScalarEvolution::getAddExpr(llvm::SmallVectorImpl<llvm::SCEV const*>&, llvm::SCEV::NoWrapFlags)'
  267. LoopStrengthReduce.cpp:(.text+0x229d): undefined reference to `llvm::ScalarEvolution::getAddRecExpr(llvm::SmallVectorImpl<llvm::SCEV const*>&, llvm::Loop const*, llvm::SCEV::NoWrapFlags)'
  268. /usr/local/lib/libLLVMScalarOpts.a(LoopStrengthReduce.o): In function `(anonymous namespace)::LSRInstance::ChainInstruction(llvm::Instruction*, llvm::Instruction*, llvm::SmallVectorImpl<(anonymous namespace)::ChainUsers>&)':
  269. LoopStrengthReduce.cpp:(.text+0x2707): undefined reference to `llvm::ScalarEvolution::getSCEV(llvm::Value*)'
  270. LoopStrengthReduce.cpp:(.text+0x287e): undefined reference to `llvm::ScalarEvolution::getSCEV(llvm::Value*)'
  271. LoopStrengthReduce.cpp:(.text+0x2891): undefined reference to `llvm::ScalarEvolution::getMinusSCEV(llvm::SCEV const*, llvm::SCEV const*, llvm::SCEV::NoWrapFlags)'
  272. LoopStrengthReduce.cpp:(.text+0x28a6): undefined reference to `llvm::ScalarEvolution::isLoopInvariant(llvm::SCEV const*, llvm::Loop const*)'
  273. LoopStrengthReduce.cpp:(.text+0x28e9): undefined reference to `llvm::ScalarEvolution::getSCEV(llvm::Value*)'
  274. LoopStrengthReduce.cpp:(.text+0x28fb): undefined reference to `llvm::ScalarEvolution::getMinusSCEV(llvm::SCEV const*, llvm::SCEV const*, llvm::SCEV::NoWrapFlags)'
  275. LoopStrengthReduce.cpp:(.text+0x2a10): undefined reference to `llvm::SCEV::isZero() const'
  276. LoopStrengthReduce.cpp:(.text+0x2aef): undefined reference to `llvm::ScalarEvolution::isSCEVable(llvm::Type*) const'
  277. LoopStrengthReduce.cpp:(.text+0x2dc0): undefined reference to `llvm::ScalarEvolution::getSCEV(llvm::Value*)'
  278. /usr/local/lib/libLLVMScalarOpts.a(LoopStrengthReduce.o): In function `(anonymous namespace)::LSRInstance::OptimizeShadowIV()':
  279. LoopStrengthReduce.cpp:(.text+0x327a): undefined reference to `llvm::ScalarEvolution::getBackedgeTakenCount(llvm::Loop const*)'
  280. LoopStrengthReduce.cpp:(.text+0x3282): undefined reference to `llvm::SCEVCouldNotCompute::classof(llvm::SCEV const*)'
  281. LoopStrengthReduce.cpp:(.text+0x333a): undefined reference to `llvm::ScalarEvolution::getTypeSizeInBits(llvm::Type*) const'
  282. LoopStrengthReduce.cpp:(.text+0x3372): undefined reference to `llvm::LoopBase<llvm::BasicBlock, llvm::Loop>::getLoopPreheader() const'
  283. /usr/local/lib/libLLVMScalarOpts.a(LoopStrengthReduce.o): In function `llvm::initializeLoopStrengthReducePass(llvm::PassRegistry&)':
  284. LoopStrengthReduce.cpp:(.text+0x373c): undefined reference to `llvm::initializeTargetTransformInfoAnalysisGroup(llvm::PassRegistry&)'
  285. LoopStrengthReduce.cpp:(.text+0x374c): undefined reference to `llvm::initializeScalarEvolutionPass(llvm::PassRegistry&)'
  286. LoopStrengthReduce.cpp:(.text+0x3754): undefined reference to `llvm::initializeIVUsersPass(llvm::PassRegistry&)'
  287. LoopStrengthReduce.cpp:(.text+0x375c): undefined reference to `llvm::initializeLoopInfoPass(llvm::PassRegistry&)'
  288. /usr/local/lib/libLLVMScalarOpts.a(LoopStrengthReduce.o): In function `getExactSDiv(llvm::SCEV const*, llvm::SCEV const*, llvm::ScalarEvolution&, bool)':
  289. LoopStrengthReduce.cpp:(.text+0x45e7): undefined reference to `llvm::ScalarEvolution::getConstant(llvm::APInt const&)'
  290. LoopStrengthReduce.cpp:(.text+0x47c6): undefined reference to `llvm::ScalarEvolution::getMulExpr(llvm::SmallVectorImpl<llvm::SCEV const*>&, llvm::SCEV::NoWrapFlags)'
  291. LoopStrengthReduce.cpp:(.text+0x4891): undefined reference to `llvm::SCEV::getType() const'
  292. LoopStrengthReduce.cpp:(.text+0x48a3): undefined reference to `llvm::ScalarEvolution::getConstant(llvm::Type*, unsigned long, bool)'
  293. LoopStrengthReduce.cpp:(.text+0x4910): undefined reference to `llvm::ScalarEvolution::getAddRecExpr(llvm::SCEV const*, llvm::SCEV const*, llvm::Loop const*, llvm::SCEV::NoWrapFlags)'
  294. LoopStrengthReduce.cpp:(.text+0x4921): undefined reference to `llvm::SCEV::getType() const'
  295. LoopStrengthReduce.cpp:(.text+0x492c): undefined reference to `llvm::ScalarEvolution::getTypeSizeInBits(llvm::Type*) const'
  296. LoopStrengthReduce.cpp:(.text+0x4951): undefined reference to `llvm::ScalarEvolution::getSignExtendExpr(llvm::SCEV const*, llvm::Type*)'
  297. LoopStrengthReduce.cpp:(.text+0x4971): undefined reference to `llvm::ScalarEvolution::getAddExpr(llvm::SmallVectorImpl<llvm::SCEV const*>&, llvm::SCEV::NoWrapFlags)'
  298. LoopStrengthReduce.cpp:(.text+0x49aa): undefined reference to `llvm::ScalarEvolution::getMulExpr(llvm::SmallVectorImpl<llvm::SCEV const*>&, llvm::SCEV::NoWrapFlags)'
  299. /usr/local/lib/libLLVMScalarOpts.a(LoopStrengthReduce.o): In function `CollectSubexprs(llvm::SCEV const*, llvm::SCEVConstant const*, llvm::SmallVectorImpl<llvm::SCEV const*>&, llvm::Loop const*, llvm::ScalarEvolution&, unsigned int)':
  300. LoopStrengthReduce.cpp:(.text+0x4b2a): undefined reference to `llvm::ScalarEvolution::getMulExpr(llvm::SmallVectorImpl<llvm::SCEV const*>&, llvm::SCEV::NoWrapFlags)'
  301. LoopStrengthReduce.cpp:(.text+0x4c84): undefined reference to `llvm::SCEV::isZero() const'
  302. LoopStrengthReduce.cpp:(.text+0x4d00): undefined reference to `llvm::SCEV::getType() const'
  303. LoopStrengthReduce.cpp:(.text+0x4d0f): undefined reference to `llvm::ScalarEvolution::getConstant(llvm::Type*, unsigned long, bool)'
  304. LoopStrengthReduce.cpp:(.text+0x4d35): undefined reference to `llvm::ScalarEvolution::getAddRecExpr(llvm::SCEV const*, llvm::SCEV const*, llvm::Loop const*, llvm::SCEV::NoWrapFlags)'
  305. /usr/local/lib/libLLVMScalarOpts.a(LoopStrengthReduce.o): In function `_ZL15CollectSubexprsPKN4llvm4SCEVEPKNS_12SCEVConstantERNS_15SmallVectorImplIS2_EEPKNS_4LoopERNS_15ScalarEvolutionEj.constprop.707':
  306. LoopStrengthReduce.cpp:(.text+0x4eb0): undefined reference to `llvm::SCEV::isZero() const'
  307. LoopStrengthReduce.cpp:(.text+0x4f11): undefined reference to `llvm::SCEV::getType() const'
  308. LoopStrengthReduce.cpp:(.text+0x4f20): undefined reference to `llvm::ScalarEvolution::getConstant(llvm::Type*, unsigned long, bool)'
  309. LoopStrengthReduce.cpp:(.text+0x4f46): undefined reference to `llvm::ScalarEvolution::getAddRecExpr(llvm::SCEV const*, llvm::SCEV const*, llvm::Loop const*, llvm::SCEV::NoWrapFlags)'
  310. /usr/local/lib/libLLVMScalarOpts.a(LoopStrengthReduce.o): In function `_ZL12getExactSDivPKN4llvm4SCEVES2_RNS_15ScalarEvolutionEb.constprop.718':
  311. LoopStrengthReduce.cpp:(.text+0x5040): undefined reference to `llvm::ScalarEvolution::getConstant(llvm::APInt const&)'
  312. LoopStrengthReduce.cpp:(.text+0x51f6): undefined reference to `llvm::ScalarEvolution::getMulExpr(llvm::SmallVectorImpl<llvm::SCEV const*>&, llvm::SCEV::NoWrapFlags)'
  313. LoopStrengthReduce.cpp:(.text+0x52a9): undefined reference to `llvm::SCEV::getType() const'
  314. LoopStrengthReduce.cpp:(.text+0x52bb): undefined reference to `llvm::ScalarEvolution::getConstant(llvm::Type*, unsigned long, bool)'
  315. LoopStrengthReduce.cpp:(.text+0x5323): undefined reference to `llvm::ScalarEvolution::getAddRecExpr(llvm::SCEV const*, llvm::SCEV const*, llvm::Loop const*, llvm::SCEV::NoWrapFlags)'
  316. LoopStrengthReduce.cpp:(.text+0x5335): undefined reference to `llvm::ScalarEvolution::getAddExpr(llvm::SmallVectorImpl<llvm::SCEV const*>&, llvm::SCEV::NoWrapFlags)'
  317. LoopStrengthReduce.cpp:(.text+0x5369): undefined reference to `llvm::ScalarEvolution::getMulExpr(llvm::SmallVectorImpl<llvm::SCEV const*>&, llvm::SCEV::NoWrapFlags)'
  318. /usr/local/lib/libLLVMScalarOpts.a(LoopStrengthReduce.o): In function `(anonymous namespace)::LSRInstance::OptimizeLoopTermCond()':
  319. LoopStrengthReduce.cpp:(.text+0x5419): undefined reference to `llvm::LoopBase<llvm::BasicBlock, llvm::Loop>::getLoopLatch() const'
  320. LoopStrengthReduce.cpp:(.text+0x545e): undefined reference to `llvm::LoopBase<llvm::BasicBlock, llvm::Loop>::getExitingBlocks(llvm::SmallVectorImpl<llvm::BasicBlock*>&) const'
  321. LoopStrengthReduce.cpp:(.text+0x55ee): undefined reference to `llvm::IVUsers::getStride(llvm::IVStrideUse const&, llvm::Loop const*) const'
  322. LoopStrengthReduce.cpp:(.text+0x5600): undefined reference to `llvm::IVUsers::getStride(llvm::IVStrideUse const&, llvm::Loop const*) const'
  323. LoopStrengthReduce.cpp:(.text+0x5615): undefined reference to `llvm::SCEV::getType() const'
  324. LoopStrengthReduce.cpp:(.text+0x5621): undefined reference to `llvm::ScalarEvolution::getTypeSizeInBits(llvm::Type*) const'
  325. LoopStrengthReduce.cpp:(.text+0x562e): undefined reference to `llvm::SCEV::getType() const'
  326. LoopStrengthReduce.cpp:(.text+0x563a): undefined reference to `llvm::ScalarEvolution::getTypeSizeInBits(llvm::Type*) const'
  327. LoopStrengthReduce.cpp:(.text+0x5649): undefined reference to `llvm::SCEV::getType() const'
  328. LoopStrengthReduce.cpp:(.text+0x5655): undefined reference to `llvm::ScalarEvolution::getTypeSizeInBits(llvm::Type*) const'
  329. LoopStrengthReduce.cpp:(.text+0x5662): undefined reference to `llvm::SCEV::getType() const'
  330. LoopStrengthReduce.cpp:(.text+0x566e): undefined reference to `llvm::ScalarEvolution::getTypeSizeInBits(llvm::Type*) const'
  331. LoopStrengthReduce.cpp:(.text+0x5681): undefined reference to `llvm::SCEV::getType() const'
  332. LoopStrengthReduce.cpp:(.text+0x5690): undefined reference to `llvm::ScalarEvolution::getSignExtendExpr(llvm::SCEV const*, llvm::Type*)'
  333. LoopStrengthReduce.cpp:(.text+0x56fa): undefined reference to `llvm::LoopBase<llvm::BasicBlock, llvm::Loop>::getLoopLatch() const'
  334. LoopStrengthReduce.cpp:(.text+0x5ad8): undefined reference to `llvm::ScalarEvolution::getBackedgeTakenCount(llvm::Loop const*)'
  335. LoopStrengthReduce.cpp:(.text+0x5ae5): undefined reference to `llvm::SCEVCouldNotCompute::classof(llvm::SCEV const*)'
  336. LoopStrengthReduce.cpp:(.text+0x5af7): undefined reference to `llvm::SCEV::getType() const'
  337. LoopStrengthReduce.cpp:(.text+0x5b0a): undefined reference to `llvm::ScalarEvolution::getConstant(llvm::Type*, unsigned long, bool)'
  338. LoopStrengthReduce.cpp:(.text+0x5b76): undefined reference to `llvm::ScalarEvolution::getAddExpr(llvm::SmallVectorImpl<llvm::SCEV const*>&, llvm::SCEV::NoWrapFlags)'
  339. LoopStrengthReduce.cpp:(.text+0x5b9b): undefined reference to `llvm::ScalarEvolution::getSCEV(llvm::Value*)'
  340. LoopStrengthReduce.cpp:(.text+0x5c2b): undefined reference to `llvm::ScalarEvolution::getSCEV(llvm::Value*)'
  341. LoopStrengthReduce.cpp:(.text+0x5e35): undefined reference to `llvm::IVStrideUse::transformToPostInc(llvm::Loop const*)'
  342. LoopStrengthReduce.cpp:(.text+0x5e53): undefined reference to `llvm::SCEV::getType() const'
  343. LoopStrengthReduce.cpp:(.text+0x5e62): undefined reference to `llvm::ScalarEvolution::getSignExtendExpr(llvm::SCEV const*, llvm::Type*)'
  344. LoopStrengthReduce.cpp:(.text+0x6019): undefined reference to `llvm::IVUsers::AddUser(llvm::Instruction*, llvm::Value*)'
  345. LoopStrengthReduce.cpp:(.text+0x6117): undefined reference to `llvm::ScalarEvolution::getSCEV(llvm::Value*)'
  346. LoopStrengthReduce.cpp:(.text+0x61b2): undefined reference to `llvm::ScalarEvolution::getSCEV(llvm::Value*)'
  347. LoopStrengthReduce.cpp:(.text+0x61f6): undefined reference to `llvm::ScalarEvolution::getSCEV(llvm::Value*)'
  348. LoopStrengthReduce.cpp:(.text+0x620f): undefined reference to `llvm::ScalarEvolution::getSCEV(llvm::Value*)'
  349. LoopStrengthReduce.cpp:(.text+0x6245): undefined reference to `llvm::SCEV::isZero() const'
  350. /usr/local/lib/libLLVMScalarOpts.a(LoopStrengthReduce.o): In function `DoInitialMatch(llvm::SCEV const*, llvm::Loop*, llvm::SmallVectorImpl<llvm::SCEV const*>&, llvm::SmallVectorImpl<llvm::SCEV const*>&, llvm::ScalarEvolution&)':
  351. LoopStrengthReduce.cpp:(.text+0x62b3): undefined reference to `llvm::ScalarEvolution::properlyDominates(llvm::SCEV const*, llvm::BasicBlock const*)'
  352. LoopStrengthReduce.cpp:(.text+0x6378): undefined reference to `llvm::SCEV::isZero() const'
  353. LoopStrengthReduce.cpp:(.text+0x639b): undefined reference to `llvm::SCEV::isAllOnesValue() const'
  354. LoopStrengthReduce.cpp:(.text+0x63ff): undefined reference to `llvm::ScalarEvolution::getMulExpr(llvm::SmallVectorImpl<llvm::SCEV const*>&, llvm::SCEV::NoWrapFlags)'
  355. LoopStrengthReduce.cpp:(.text+0x648b): undefined reference to `llvm::SCEV::getType() const'
  356. LoopStrengthReduce.cpp:(.text+0x6496): undefined reference to `llvm::ScalarEvolution::getEffectiveSCEVType(llvm::Type*) const'
  357. LoopStrengthReduce.cpp:(.text+0x64a9): undefined reference to `llvm::ScalarEvolution::getSCEV(llvm::Value*)'
  358. LoopStrengthReduce.cpp:(.text+0x65a3): undefined reference to `llvm::ScalarEvolution::getMulExpr(llvm::SmallVectorImpl<llvm::SCEV const*>&, llvm::SCEV::NoWrapFlags)'
  359. LoopStrengthReduce.cpp:(.text+0x666e): undefined reference to `llvm::SCEV::getType() const'
  360. LoopStrengthReduce.cpp:(.text+0x667d): undefined reference to `llvm::ScalarEvolution::getConstant(llvm::Type*, unsigned long, bool)'
  361. LoopStrengthReduce.cpp:(.text+0x6693): undefined reference to `llvm::ScalarEvolution::getAddRecExpr(llvm::SCEV const*, llvm::SCEV const*, llvm::Loop const*, llvm::SCEV::NoWrapFlags)'
  362. /usr/local/lib/libLLVMScalarOpts.a(LoopStrengthReduce.o): In function `ExtractSymbol(llvm::SCEV const*&, llvm::ScalarEvolution&)':
  363. LoopStrengthReduce.cpp:(.text+0x675b): undefined reference to `llvm::ScalarEvolution::getAddRecExpr(llvm::SmallVectorImpl<llvm::SCEV const*>&, llvm::Loop const*, llvm::SCEV::NoWrapFlags)'
  364. LoopStrengthReduce.cpp:(.text+0x67bc): undefined reference to `llvm::ScalarEvolution::getConstant(llvm::Type*, unsigned long, bool)'
  365. LoopStrengthReduce.cpp:(.text+0x685b): undefined reference to `llvm::ScalarEvolution::getAddExpr(llvm::SmallVectorImpl<llvm::SCEV const*>&, llvm::SCEV::NoWrapFlags)'
  366. /usr/local/lib/libLLVMScalarOpts.a(LoopStrengthReduce.o): In function `isAlwaysFoldable(llvm::TargetTransformInfo const&, llvm::ScalarEvolution&, long, long, (anonymous namespace)::LSRUse::KindType, llvm::Type*, llvm::SCEV const*, bool)':
  367. LoopStrengthReduce.cpp:(.text+0x68bd): undefined reference to `llvm::SCEV::isZero() const'
  368. LoopStrengthReduce.cpp:(.text+0x6908): undefined reference to `llvm::SCEV::isZero() const'
  369. /usr/local/lib/libLLVMScalarOpts.a(LoopStrengthReduce.o): In function `(anonymous namespace)::LSRInstance::GenerateIVChain((anonymous namespace)::IVChain const&, llvm::SCEVExpander&, llvm::SmallVectorImpl<llvm::WeakVH>&)':
  370. LoopStrengthReduce.cpp:(.text+0x69c8): undefined reference to `llvm::ScalarEvolution::getSCEV(llvm::Value*)'
  371. LoopStrengthReduce.cpp:(.text+0x6a08): undefined reference to `llvm::ScalarEvolution::getSCEV(llvm::Value*)'
  372. LoopStrengthReduce.cpp:(.text+0x6a24): undefined reference to `llvm::ScalarEvolution::getEffectiveSCEVType(llvm::Type*) const'
  373. LoopStrengthReduce.cpp:(.text+0x6ae3): undefined reference to `llvm::SCEVExpander::expandCodeFor(llvm::SCEV const*, llvm::Type*, llvm::Instruction*)'
  374. LoopStrengthReduce.cpp:(.text+0x6aef): undefined reference to `llvm::ScalarEvolution::getUnknown(llvm::Value*)'
  375. LoopStrengthReduce.cpp:(.text+0x6b02): undefined reference to `llvm::ScalarEvolution::getUnknown(llvm::Value*)'
  376. LoopStrengthReduce.cpp:(.text+0x6b70): undefined reference to `llvm::ScalarEvolution::getAddExpr(llvm::SmallVectorImpl<llvm::SCEV const*>&, llvm::SCEV::NoWrapFlags)'
  377. LoopStrengthReduce.cpp:(.text+0x6ba1): undefined reference to `llvm::SCEVExpander::expandCodeFor(llvm::SCEV const*, llvm::Type*, llvm::Instruction*)'
  378. LoopStrengthReduce.cpp:(.text+0x6d4e): undefined reference to `llvm::SCEV::isZero() const'
  379. LoopStrengthReduce.cpp:(.text+0x6d63): undefined reference to `llvm::SCEV::isZero() const'
  380. LoopStrengthReduce.cpp:(.text+0x6e66): undefined reference to `llvm::ScalarEvolution::getNoopOrSignExtend(llvm::SCEV const*, llvm::Type*)'
  381. LoopStrengthReduce.cpp:(.text+0x6ec0): undefined reference to `llvm::ScalarEvolution::getAddExpr(llvm::SmallVectorImpl<llvm::SCEV const*>&, llvm::SCEV::NoWrapFlags)'
  382. LoopStrengthReduce.cpp:(.text+0x6fb5): undefined reference to `llvm::LoopBase<llvm::BasicBlock, llvm::Loop>::getLoopLatch() const'
  383. LoopStrengthReduce.cpp:(.text+0x707c): undefined reference to `llvm::LoopBase<llvm::BasicBlock, llvm::Loop>::getLoopLatch() const'
  384. LoopStrengthReduce.cpp:(.text+0x70e6): undefined reference to `llvm::ScalarEvolution::getSCEV(llvm::Value*)'
  385. LoopStrengthReduce.cpp:(.text+0x70f5): undefined reference to `llvm::ScalarEvolution::getSCEV(llvm::Value*)'
  386. LoopStrengthReduce.cpp:(.text+0x711c): undefined reference to `llvm::LoopBase<llvm::BasicBlock, llvm::Loop>::getLoopLatch() const'
  387. /usr/local/lib/libLLVMScalarOpts.a(LoopStrengthReduce.o): In function `(anonymous namespace)::LSRInstance::CollectChains()':
  388. LoopStrengthReduce.cpp:(.text+0x8478): undefined reference to `llvm::LoopBase<llvm::BasicBlock, llvm::Loop>::getLoopLatch() const'
  389. LoopStrengthReduce.cpp:(.text+0x85c1): undefined reference to `llvm::ScalarEvolution::isSCEVable(llvm::Type*) const'
  390. LoopStrengthReduce.cpp:(.text+0x8717): undefined reference to `llvm::ScalarEvolution::isSCEVable(llvm::Type*) const'
  391. LoopStrengthReduce.cpp:(.text+0x8724): undefined reference to `llvm::LoopBase<llvm::BasicBlock, llvm::Loop>::getLoopLatch() const'
  392. LoopStrengthReduce.cpp:(.text+0x88a2): undefined reference to `llvm::SCEV::isZero() const'
  393. LoopStrengthReduce.cpp:(.text+0x8b60): undefined reference to `llvm::ScalarEvolution::getSCEV(llvm::Value*)'
  394. LoopStrengthReduce.cpp:(.text+0x8d74): undefined reference to `llvm::ScalarEvolution::getSCEV(llvm::Value*)'
  395. /usr/local/lib/libLLVMScalarOpts.a(LoopStrengthReduce.o): In function `(anonymous namespace)::LSRInstance::Expand((anonymous namespace)::LSRFixup const&, (anonymous namespace)::Formula const&, llvm::ilist_iterator<llvm::Instruction>, llvm::SCEVExpander&, llvm::SmallVectorImpl<llvm::WeakVH>&) const':
  396. LoopStrengthReduce.cpp:(.text+0x9091): undefined reference to `llvm::LoopBase<llvm::BasicBlock, llvm::Loop>::getExitingBlocks(llvm::SmallVectorImpl<llvm::BasicBlock*>&) const'
  397. LoopStrengthReduce.cpp:(.text+0x9822): undefined reference to `llvm::ScalarEvolution::getEffectiveSCEVType(llvm::Type*) const'
  398. LoopStrengthReduce.cpp:(.text+0x9832): undefined reference to `llvm::ScalarEvolution::getEffectiveSCEVType(llvm::Type*) const'
  399. LoopStrengthReduce.cpp:(.text+0x9846): undefined reference to `llvm::ScalarEvolution::getEffectiveSCEVType(llvm::Type*) const'
  400. LoopStrengthReduce.cpp:(.text+0x98d7): undefined reference to `llvm::TransformForPostIncUse(llvm::TransformKind, llvm::SCEV const*, llvm::Instruction*, llvm::Value*, llvm::SmallPtrSet<llvm::Loop const*, 2u>&, llvm::ScalarEvolution&, llvm::DominatorTree&)'
  401. LoopStrengthReduce.cpp:(.text+0x98e9): undefined reference to `llvm::SCEVExpander::expandCodeFor(llvm::SCEV const*, llvm::Type*, llvm::Instruction*)'
  402. LoopStrengthReduce.cpp:(.text+0x98f5): undefined reference to `llvm::ScalarEvolution::getUnknown(llvm::Value*)'
  403. LoopStrengthReduce.cpp:(.text+0x9962): undefined reference to `llvm::ScalarEvolution::getAddExpr(llvm::SmallVectorImpl<llvm::SCEV const*>&, llvm::SCEV::NoWrapFlags)'
  404. LoopStrengthReduce.cpp:(.text+0x9975): undefined reference to `llvm::SCEVExpander::expandCodeFor(llvm::SCEV const*, llvm::Type*, llvm::Instruction*)'
  405. LoopStrengthReduce.cpp:(.text+0x9992): undefined reference to `llvm::ScalarEvolution::getUnknown(llvm::Value*)'
  406. LoopStrengthReduce.cpp:(.text+0x99b6): undefined reference to `llvm::ScalarEvolution::getUnknown(llvm::Value*)'
  407. LoopStrengthReduce.cpp:(.text+0x99f3): undefined reference to `llvm::ScalarEvolution::getAddExpr(llvm::SmallVectorImpl<llvm::SCEV const*>&, llvm::SCEV::NoWrapFlags)'
  408. LoopStrengthReduce.cpp:(.text+0x9a06): undefined reference to `llvm::SCEVExpander::expandCodeFor(llvm::SCEV const*, llvm::Type*, llvm::Instruction*)'
  409. LoopStrengthReduce.cpp:(.text+0x9a23): undefined reference to `llvm::ScalarEvolution::getUnknown(llvm::Value*)'
  410. LoopStrengthReduce.cpp:(.text+0x9a78): undefined reference to `llvm::ScalarEvolution::getUnknown(llvm::Value*)'
  411. LoopStrengthReduce.cpp:(.text+0x9ac8): undefined reference to `llvm::ScalarEvolution::getAddExpr(llvm::SmallVectorImpl<llvm::SCEV const*>&, llvm::SCEV::NoWrapFlags)'
  412. LoopStrengthReduce.cpp:(.text+0x9ade): undefined reference to `llvm::SCEVExpander::expandCodeFor(llvm::SCEV const*, llvm::Type*, llvm::Instruction*)'
  413. LoopStrengthReduce.cpp:(.text+0x9c0b): undefined reference to `llvm::TransformForPostIncUse(llvm::TransformKind, llvm::SCEV const*, llvm::Instruction*, llvm::Value*, llvm::SmallPtrSet<llvm::Loop const*, 2u>&, llvm::ScalarEvolution&, llvm::DominatorTree&)'
  414. LoopStrengthReduce.cpp:(.text+0x9c51): undefined reference to `llvm::SCEVExpander::expandCodeFor(llvm::SCEV const*, llvm::Type*, llvm::Instruction*)'
  415. LoopStrengthReduce.cpp:(.text+0x9c5e): undefined reference to `llvm::ScalarEvolution::getUnknown(llvm::Value*)'
  416. LoopStrengthReduce.cpp:(.text+0x9c77): undefined reference to `llvm::SCEV::getType() const'
  417. LoopStrengthReduce.cpp:(.text+0x9c89): undefined reference to `llvm::ScalarEvolution::getConstant(llvm::Type*, unsigned long, bool)'
  418. LoopStrengthReduce.cpp:(.text+0x9cd5): undefined reference to `llvm::ScalarEvolution::getUnknown(llvm::Value*)'
  419. LoopStrengthReduce.cpp:(.text+0x9d27): undefined reference to `llvm::ScalarEvolution::getUnknown(llvm::Value*)'
  420. LoopStrengthReduce.cpp:(.text+0x9d75): undefined reference to `llvm::LoopBase<llvm::BasicBlock, llvm::Loop>::getLoopLatch() const'
  421. LoopStrengthReduce.cpp:(.text+0x9e93): undefined reference to `llvm::ScalarEvolution::getEffectiveSCEVType(llvm::Type*) const'
  422. LoopStrengthReduce.cpp:(.text+0x9f65): undefined reference to `llvm::ScalarEvolution::getAddExpr(llvm::SmallVectorImpl<llvm::SCEV const*>&, llvm::SCEV::NoWrapFlags)'
  423. LoopStrengthReduce.cpp:(.text+0x9f78): undefined reference to `llvm::SCEVExpander::expandCodeFor(llvm::SCEV const*, llvm::Type*, llvm::Instruction*)'
  424. LoopStrengthReduce.cpp:(.text+0x9f95): undefined reference to `llvm::ScalarEvolution::getUnknown(llvm::Value*)'
  425. LoopStrengthReduce.cpp:(.text+0xa010): undefined reference to `llvm::ScalarEvolution::getConstant(llvm::Type*, unsigned long, bool)'
  426. LoopStrengthReduce.cpp:(.text+0xa038): undefined reference to `llvm::SCEVExpander::expandCodeFor(llvm::SCEV const*, llvm::Type*, llvm::Instruction*)'
  427. /usr/local/lib/libLLVMScalarOpts.a(LoopStrengthReduce.o): In function `(anonymous namespace)::LSRInstance::CollectInterestingTypesAndFactors()':
  428. LoopStrengthReduce.cpp:(.text+0xbce4): undefined reference to `llvm::IVUsers::getExpr(llvm::IVStrideUse const&) const'
  429. LoopStrengthReduce.cpp:(.text+0xbcf1): undefined reference to `llvm::SCEV::getType() const'
  430. LoopStrengthReduce.cpp:(.text+0xbcfd): undefined reference to `llvm::ScalarEvolution::getEffectiveSCEVType(llvm::Type*) const'
  431. LoopStrengthReduce.cpp:(.text+0xbf5c): undefined reference to `llvm::SCEV::getType() const'
  432. LoopStrengthReduce.cpp:(.text+0xbf68): undefined reference to `llvm::ScalarEvolution::getTypeSizeInBits(llvm::Type*) const'
  433. LoopStrengthReduce.cpp:(.text+0xbf73): undefined reference to `llvm::SCEV::getType() const'
  434. LoopStrengthReduce.cpp:(.text+0xbf7f): undefined reference to `llvm::ScalarEvolution::getTypeSizeInBits(llvm::Type*) const'
  435. LoopStrengthReduce.cpp:(.text+0xbf8c): undefined reference to `llvm::SCEV::getType() const'
  436. LoopStrengthReduce.cpp:(.text+0xbf98): undefined reference to `llvm::ScalarEvolution::getTypeSizeInBits(llvm::Type*) const'
  437. LoopStrengthReduce.cpp:(.text+0xbfa3): undefined reference to `llvm::SCEV::getType() const'
  438. LoopStrengthReduce.cpp:(.text+0xbfaf): undefined reference to `llvm::ScalarEvolution::getTypeSizeInBits(llvm::Type*) const'
  439. LoopStrengthReduce.cpp:(.text+0xbfc0): undefined reference to `llvm::SCEV::getType() const'
  440. LoopStrengthReduce.cpp:(.text+0xbfcf): undefined reference to `llvm::ScalarEvolution::getSignExtendExpr(llvm::SCEV const*, llvm::Type*)'
  441. LoopStrengthReduce.cpp:(.text+0xc274): undefined reference to `llvm::SCEV::getType() const'
  442. LoopStrengthReduce.cpp:(.text+0xc283): undefined reference to `llvm::ScalarEvolution::getSignExtendExpr(llvm::SCEV const*, llvm::Type*)'
  443. /usr/local/lib/libLLVMScalarOpts.a(LoopStrengthReduce.o): In function `(anonymous namespace)::LSRInstance::GenerateReassociations((anonymous namespace)::LSRUse&, unsigned int, (anonymous namespace)::Formula, unsigned int)':
  444. LoopStrengthReduce.cpp:(.text+0xddd7): undefined reference to `llvm::SCEV::isZero() const'
  445. LoopStrengthReduce.cpp:(.text+0xde2b): undefined reference to `llvm::SCEV::isZero() const'
  446. LoopStrengthReduce.cpp:(.text+0xdfe5): undefined reference to `llvm::ScalarEvolution::getAddExpr(llvm::SmallVectorImpl<llvm::SCEV const*>&, llvm::SCEV::NoWrapFlags)'
  447. LoopStrengthReduce.cpp:(.text+0xdff0): undefined reference to `llvm::SCEV::isZero() const'
  448. LoopStrengthReduce.cpp:(.text+0xe08c): undefined reference to `llvm::ScalarEvolution::isLoopInvariant(llvm::SCEV const*, llvm::Loop const*)'
  449. LoopStrengthReduce.cpp:(.text+0xe23f): undefined reference to `llvm::ScalarEvolution::getTypeSizeInBits(llvm::Type*) const'
  450. LoopStrengthReduce.cpp:(.text+0xe32a): undefined reference to `llvm::ScalarEvolution::getTypeSizeInBits(llvm::Type*) const'
  451. /usr/local/lib/libLLVMScalarOpts.a(LoopStrengthReduce.o): In function `(anonymous namespace)::LSRInstance::CollectFixupsAndInitialFormulae()':
  452. LoopStrengthReduce.cpp:(.text+0xe912): undefined reference to `llvm::IVUsers::getExpr(llvm::IVStrideUse const&) const'
  453. LoopStrengthReduce.cpp:(.text+0xe980): undefined reference to `llvm::ScalarEvolution::getTypeSizeInBits(llvm::Type*) const'
  454. LoopStrengthReduce.cpp:(.text+0xe994): undefined reference to `llvm::ScalarEvolution::getTypeSizeInBits(llvm::Type*) const'
  455. LoopStrengthReduce.cpp:(.text+0xeac5): undefined reference to `llvm::ScalarEvolution::getAddExpr(llvm::SmallVectorImpl<llvm::SCEV const*>&, llvm::SCEV::NoWrapFlags)'
  456. LoopStrengthReduce.cpp:(.text+0xead2): undefined reference to `llvm::SCEV::isZero() const'
  457. LoopStrengthReduce.cpp:(.text+0xeb03): undefined reference to `llvm::ScalarEvolution::getAddExpr(llvm::SmallVectorImpl<llvm::SCEV const*>&, llvm::SCEV::NoWrapFlags)'
  458. LoopStrengthReduce.cpp:(.text+0xeb10): undefined reference to `llvm::SCEV::isZero() const'
  459. LoopStrengthReduce.cpp:(.text+0xedbd): undefined reference to `llvm::ScalarEvolution::getSCEV(llvm::Value*)'
  460. LoopStrengthReduce.cpp:(.text+0xedd0): undefined reference to `llvm::ScalarEvolution::isLoopInvariant(llvm::SCEV const*, llvm::Loop const*)'
  461. LoopStrengthReduce.cpp:(.text+0xeffa): undefined reference to `llvm::isSafeToExpand(llvm::SCEV const*)'
  462. LoopStrengthReduce.cpp:(.text+0xf02b): undefined reference to `llvm::TransformForPostIncUse(llvm::TransformKind, llvm::SCEV const*, llvm::Instruction*, llvm::Value*, llvm::SmallPtrSet<llvm::Loop const*, 2u>&, llvm::ScalarEvolution&, llvm::DominatorTree&)'
  463. LoopStrengthReduce.cpp:(.text+0xf03e): undefined reference to `llvm::ScalarEvolution::getMinusSCEV(llvm::SCEV const*, llvm::SCEV const*, llvm::SCEV::NoWrapFlags)'
  464. /usr/local/lib/libLLVMScalarOpts.a(LoopStrengthReduce.o): In function `(anonymous namespace)::LSRInstance::GenerateAllReuseFormulae()':
  465. LoopStrengthReduce.cpp:(.text+0xf5b8): undefined reference to `llvm::ScalarEvolution::getAddExpr(llvm::SmallVectorImpl<llvm::SCEV const*>&, llvm::SCEV::NoWrapFlags)'
  466. LoopStrengthReduce.cpp:(.text+0xf5c3): undefined reference to `llvm::SCEV::isZero() const'
  467. LoopStrengthReduce.cpp:(.text+0xf640): undefined reference to `llvm::ScalarEvolution::isLoopInvariant(llvm::SCEV const*, llvm::Loop const*)'
  468. LoopStrengthReduce.cpp:(.text+0xf74b): undefined reference to `llvm::ScalarEvolution::getTypeSizeInBits(llvm::Type*) const'
  469. LoopStrengthReduce.cpp:(.text+0xf817): undefined reference to `llvm::ScalarEvolution::getTypeSizeInBits(llvm::Type*) const'
  470. LoopStrengthReduce.cpp:(.text+0xfa87): undefined reference to `llvm::ScalarEvolution::properlyDominates(llvm::SCEV const*, llvm::BasicBlock const*)'
  471. LoopStrengthReduce.cpp:(.text+0xfaa0): undefined reference to `llvm::ScalarEvolution::hasComputableLoopEvolution(llvm::SCEV const*, llvm::Loop const*)'
  472. LoopStrengthReduce.cpp:(.text+0xfae9): undefined reference to `llvm::ScalarEvolution::getAddExpr(llvm::SmallVectorImpl<llvm::SCEV const*>&, llvm::SCEV::NoWrapFlags)'
  473. LoopStrengthReduce.cpp:(.text+0xfaf9): undefined reference to `llvm::SCEV::isZero() const'
  474. LoopStrengthReduce.cpp:(.text+0xfd8f): undefined reference to `llvm::SCEV::isZero() const'
  475. LoopStrengthReduce.cpp:(.text+0x10083): undefined reference to `llvm::SCEV::getType() const'
  476. LoopStrengthReduce.cpp:(.text+0x10096): undefined reference to `llvm::ScalarEvolution::getConstant(llvm::Type*, unsigned long, bool)'
  477. LoopStrengthReduce.cpp:(.text+0x100b7): undefined reference to `llvm::SCEV::isZero() const'
  478. LoopStrengthReduce.cpp:(.text+0x10142): undefined reference to `llvm::SCEV::isZero() const'
  479. LoopStrengthReduce.cpp:(.text+0x10333): undefined reference to `llvm::SCEV::getType() const'
  480. LoopStrengthReduce.cpp:(.text+0x10349): undefined reference to `llvm::ScalarEvolution::getTypeSizeInBits(llvm::Type*) const'
  481. LoopStrengthReduce.cpp:(.text+0x10691): undefined reference to `llvm::ScalarEvolution::getConstant(llvm::Type*, unsigned long, bool)'
  482. LoopStrengthReduce.cpp:(.text+0x1069c): undefined reference to `llvm::SCEV::isZero() const'
  483. LoopStrengthReduce.cpp:(.text+0x10886): undefined reference to `llvm::SCEV::getType() const'
  484. LoopStrengthReduce.cpp:(.text+0x109e2): undefined reference to `llvm::ScalarEvolution::getEffectiveSCEVType(llvm::Type*) const'
  485. LoopStrengthReduce.cpp:(.text+0x10a63): undefined reference to `llvm::ScalarEvolution::getAnyExtendExpr(llvm::SCEV const*, llvm::Type*)'
  486. LoopStrengthReduce.cpp:(.text+0x10aa0): undefined reference to `llvm::ScalarEvolution::getAnyExtendExpr(llvm::SCEV const*, llvm::Type*)'
  487. LoopStrengthReduce.cpp:(.text+0x113bd): undefined reference to `llvm::SCEV::getType() const'
  488. LoopStrengthReduce.cpp:(.text+0x113c9): undefined reference to `llvm::ScalarEvolution::getEffectiveSCEVType(llvm::Type*) const'
  489. LoopStrengthReduce.cpp:(.text+0x113f3): undefined reference to `llvm::ScalarEvolution::getSCEV(llvm::Value*)'
  490. LoopStrengthReduce.cpp:(.text+0x1140a): undefined reference to `llvm::ScalarEvolution::getTypeSizeInBits(llvm::Type*) const'
  491. LoopStrengthReduce.cpp:(.text+0x11847): undefined reference to `llvm::ScalarEvolution::getAddExpr(llvm::SmallVectorImpl<llvm::SCEV const*>&, llvm::SCEV::NoWrapFlags)'
  492. LoopStrengthReduce.cpp:(.text+0x12139): undefined reference to `llvm::ScalarEvolution::getSCEV(llvm::Value*)'
  493. LoopStrengthReduce.cpp:(.text+0x127e7): undefined reference to `llvm::ScalarEvolution::getConstant(llvm::Type*, unsigned long, bool)'
  494. /usr/local/lib/libLLVMScalarOpts.a(LoopStrengthReduce.o): In function `(anonymous namespace)::LoopStrengthReduce::runOnLoop(llvm::Loop*, llvm::LPPassManager&)':
  495. LoopStrengthReduce.cpp:(.text+0x1372c): undefined reference to `llvm::IVUsers::ID'
  496. LoopStrengthReduce.cpp:(.text+0x13812): undefined reference to `llvm::LoopInfo::ID'
  497. LoopStrengthReduce.cpp:(.text+0x13875): undefined reference to `llvm::TargetTransformInfo::ID'
  498. LoopStrengthReduce.cpp:(.text+0x13ad5): undefined reference to `llvm::Loop::isLoopSimplifyForm() const'
  499. LoopStrengthReduce.cpp:(.text+0x13fea): undefined reference to `llvm::Loop::isLoopSimplifyForm() const'
  500. LoopStrengthReduce.cpp:(.text+0x14323): undefined reference to `llvm::SCEVExpander::replaceCongruentIVs(llvm::Loop*, llvm::DominatorTree const*, llvm::SmallVectorImpl<llvm::WeakVH>&, llvm::TargetTransformInfo const*)'
  501. LoopStrengthReduce.cpp:(.text+0x1446a): undefined reference to `llvm::LoopInfo::ID'
  502. LoopStrengthReduce.cpp:(.text+0x1448c): undefined reference to `llvm::TargetTransformInfo::ID'
  503. LoopStrengthReduce.cpp:(.text+0x144a4): undefined reference to `llvm::IVUsers::ID'
  504. LoopStrengthReduce.cpp:(.text+0x164dd): undefined reference to `llvm::LoopBase<llvm::BasicBlock, llvm::Loop>::contains(llvm::BasicBlock const*) const'
  505. LoopStrengthReduce.cpp:(.text+0x16c98): undefined reference to `llvm::ScalarEvolution::isSCEVable(llvm::Type*) const'
  506. LoopStrengthReduce.cpp:(.text+0x16ce9): undefined reference to `llvm::ScalarEvolution::getSCEV(llvm::Value*)'
  507. LoopStrengthReduce.cpp:(.text+0x16cfc): undefined reference to `llvm::ScalarEvolution::hasComputableLoopEvolution(llvm::SCEV const*, llvm::Loop const*)'
  508. LoopStrengthReduce.cpp:(.text+0x16d82): undefined reference to `llvm::ScalarEvolution::getTypeSizeInBits(llvm::Type*) const'
  509. LoopStrengthReduce.cpp:(.text+0x16d9a): undefined reference to `llvm::ScalarEvolution::getTypeSizeInBits(llvm::Type*) const'
  510. LoopStrengthReduce.cpp:(.text+0x16e14): undefined reference to `llvm::ScalarEvolution::getSCEV(llvm::Value*)'
  511. LoopStrengthReduce.cpp:(.text+0x16e38): undefined reference to `llvm::ScalarEvolution::getUnknown(llvm::Value*)'
  512. /usr/local/lib/libLLVMScalarOpts.a(LoopStrengthReduce.o): In function `(anonymous namespace)::Formula::getType() const':
  513. LoopStrengthReduce.cpp:(.text+0x78e): undefined reference to `llvm::SCEV::getType() const'
  514. LoopStrengthReduce.cpp:(.text+0x7a5): undefined reference to `llvm::SCEV::getType() const'
  515. /usr/local/lib/libLLVMScalarOpts.a(LoopStrengthReduce.o): In function `isMulSExtable(llvm::SCEVMulExpr const*, llvm::ScalarEvolution&)':
  516. LoopStrengthReduce.cpp:(.text.unlikely+0x12): undefined reference to `llvm::SCEV::getType() const'
  517. LoopStrengthReduce.cpp:(.text.unlikely+0x1d): undefined reference to `llvm::ScalarEvolution::getTypeSizeInBits(llvm::Type*) const'
  518. LoopStrengthReduce.cpp:(.text.unlikely+0x47): undefined reference to `llvm::ScalarEvolution::getSignExtendExpr(llvm::SCEV const*, llvm::Type*)'
  519. /usr/local/lib/libLLVMScalarOpts.a(LoopStrengthReduce.o): In function `llvm::ScalarEvolution::getMulExpr(llvm::SCEV const*, llvm::SCEV const*, llvm::SCEV::NoWrapFlags)':
  520. LoopStrengthReduce.cpp:(.text._ZN4llvm15ScalarEvolution10getMulExprEPKNS_4SCEVES3_NS1_11NoWrapFlagsE[_ZN4llvm15ScalarEvolution10getMulExprEPKNS_4SCEVES3_NS1_11NoWrapFlagsE]+0x4c): undefined reference to `llvm::ScalarEvolution::getMulExpr(llvm::SmallVectorImpl<llvm::SCEV const*>&, llvm::SCEV::NoWrapFlags)'
  521. /usr/local/lib/libLLVMScalarOpts.a(LoopStrengthReduce.o): In function `llvm::SCEVAddRecExpr::getStepRecurrence(llvm::ScalarEvolution&) const':
  522. LoopStrengthReduce.cpp:(.text._ZNK4llvm14SCEVAddRecExpr17getStepRecurrenceERNS_15ScalarEvolutionE[_ZNK4llvm14SCEVAddRecExpr17getStepRecurrenceERNS_15ScalarEvolutionE]+0xf3): undefined reference to `llvm::ScalarEvolution::getAddRecExpr(llvm::SmallVectorImpl<llvm::SCEV const*>&, llvm::Loop const*, llvm::SCEV::NoWrapFlags)'
  523. /usr/local/lib/libLLVMScalarOpts.a(LoopStrengthReduce.o):(.data.rel.ro+0x40): undefined reference to `llvm::LoopPass::createPrinterPass(llvm::raw_ostream&, std::string const&) const'
  524. /usr/local/lib/libLLVMScalarOpts.a(LoopStrengthReduce.o):(.data.rel.ro+0x48): undefined reference to `llvm::LoopPass::assignPassManager(llvm::PMStack&, llvm::PassManagerType)'
  525. /usr/local/lib/libLLVMScalarOpts.a(LoopStrengthReduce.o):(.data.rel.ro+0x50): undefined reference to `llvm::LoopPass::preparePassManager(llvm::PMStack&)'
  526. /usr/local/lib/libLLVMTransformUtils.a(SimplifyCFG.o): In function `DominatesMergePoint(llvm::Value*, llvm::BasicBlock*, llvm::SmallPtrSet<llvm::Instruction*, 4u>*, unsigned int&)':
  527. SimplifyCFG.cpp:(.text+0x1962): undefined reference to `llvm::isSafeToSpeculativelyExecute(llvm::Value const*, llvm::DataLayout const*)'
  528. /usr/local/lib/libLLVMTransformUtils.a(SimplifyCFG.o): In function `llvm::FoldBranchToCommonDest(llvm::BranchInst*)':
  529. SimplifyCFG.cpp:(.text+0x2774): undefined reference to `llvm::isSafeToSpeculativelyExecute(llvm::Value const*, llvm::DataLayout const*)'
  530. /usr/local/lib/libLLVMTransformUtils.a(SimplifyCFG.o): In function `FoldTwoEntryPHINode(llvm::PHINode*, llvm::DataLayout const*)':
  531. SimplifyCFG.cpp:(.text+0x4890): undefined reference to `llvm::SimplifyInstruction(llvm::Instruction*, llvm::DataLayout const*, llvm::TargetLibraryInfo const*, llvm::DominatorTree const*)'
  532. /usr/local/lib/libLLVMTransformUtils.a(SimplifyCFG.o): In function `SpeculativelyExecuteBB(llvm::BranchInst*, llvm::BasicBlock*)':
  533. SimplifyCFG.cpp:(.text+0x8940): undefined reference to `llvm::isSafeToSpeculativelyExecute(llvm::Value const*, llvm::DataLayout const*)'
  534. SimplifyCFG.cpp:(.text+0x9043): undefined reference to `llvm::isSafeToSpeculativelyExecute(llvm::Value const*, llvm::DataLayout const*)'
  535. /usr/local/lib/libLLVMTransformUtils.a(SimplifyCFG.o): In function `FoldCondBranchOnPHI(llvm::BranchInst*, llvm::DataLayout const*)':
  536. SimplifyCFG.cpp:(.text+0x9881): undefined reference to `llvm::SimplifyInstruction(llvm::Instruction*, llvm::DataLayout const*, llvm::TargetLibraryInfo const*, llvm::DominatorTree const*)'
  537. /usr/local/lib/libLLVMTransformUtils.a(SimplifyCFG.o): In function `llvm::SimplifyCFG(llvm::BasicBlock*, llvm::TargetTransformInfo const&, llvm::DataLayout const*)':
  538. SimplifyCFG.cpp:(.text+0xa7cc): undefined reference to `llvm::SimplifyInstruction(llvm::Instruction*, llvm::DataLayout const*, llvm::TargetLibraryInfo const*, llvm::DominatorTree const*)'
  539. /usr/local/lib/libLLVMTransformUtils.a(SimplifyCFG.o): In function `EliminateDeadSwitchCases(llvm::SwitchInst*)':
  540. SimplifyCFG.cpp:(.text.unlikely+0x7bc): undefined reference to `llvm::ComputeMaskedBits(llvm::Value*, llvm::APInt&, llvm::APInt&, llvm::DataLayout const*, unsigned int)'
  541. ./ClangExperiments/Stages/Codegen/Generator.cpp.o: In function `Wide::Codegen::Generator::operator()()':
  542. Generator.cpp:(.text+0xa7b8): undefined reference to `LLVMInitializeSystemZTargetInfo'
  543. Generator.cpp:(.text+0xa801): undefined reference to `LLVMInitializeSystemZTarget'
  544. Generator.cpp:(.text+0xa846): undefined reference to `LLVMInitializeSystemZTargetMC'
  545. Generator.cpp:(.text+0xa88b): undefined reference to `LLVMInitializeSystemZAsmPrinter'
  546. Generator.cpp:(.text+0xa8cb): undefined reference to `LLVMInitializeSystemZAsmParser'
  547. Generator.cpp:(.text+0xa8e6): undefined reference to `LLVMInitializePowerPCAsmParser'
  548. /usr/local/lib/libLLVMAArch64Desc.a(AArch64MCTargetDesc.o): In function `createAArch64MCInstPrinter(llvm::Target const&, unsigned int, llvm::MCAsmInfo const&, llvm::MCInstrInfo const&, llvm::MCRegisterInfo const&, llvm::MCSubtargetInfo const&)':
  549. AArch64MCTargetDesc.cpp:(.text+0x1a7): undefined reference to `llvm::AArch64InstPrinter::AArch64InstPrinter(llvm::MCAsmInfo const&, llvm::MCInstrInfo const&, llvm::MCRegisterInfo const&, llvm::MCSubtargetInfo const&)'
  550. /usr/local/lib/libLLVMARMDesc.a(ARMMCTargetDesc.o): In function `createARMMCInstPrinter(llvm::Target const&, unsigned int, llvm::MCAsmInfo const&, llvm::MCInstrInfo const&, llvm::MCRegisterInfo const&, llvm::MCSubtargetInfo const&)':
  551. ARMMCTargetDesc.cpp:(.text+0x1a7): undefined reference to `llvm::ARMInstPrinter::ARMInstPrinter(llvm::MCAsmInfo const&, llvm::MCInstrInfo const&, llvm::MCRegisterInfo const&, llvm::MCSubtargetInfo const&)'
  552. /usr/local/lib/libLLVMCodeGen.a(Passes.o): In function `llvm::TargetPassConfig::addIRPasses()':
  553. Passes.cpp:(.text+0xb2c): undefined reference to `llvm::createTypeBasedAliasAnalysisPass()'
  554. Passes.cpp:(.text+0xb3c): undefined reference to `llvm::createBasicAliasAnalysisPass()'
  555. /usr/local/lib/libLLVMCodeGen.a(PostRASchedulerList.o): In function `(anonymous namespace)::PostRAScheduler::getAnalysisUsage(llvm::AnalysisUsage&) const':
  556. PostRASchedulerList.cpp:(.text+0x1b5): undefined reference to `llvm::AliasAnalysis::ID'
  557. /usr/local/lib/libLLVMCodeGen.a(PostRASchedulerList.o): In function `(anonymous namespace)::PostRAScheduler::runOnMachineFunction(llvm::MachineFunction&)':
  558. PostRASchedulerList.cpp:(.text+0x11c6): undefined reference to `llvm::AliasAnalysis::ID'
  559. PostRASchedulerList.cpp:(.text+0x20f0): undefined reference to `llvm::AliasAnalysis::ID'
  560. /usr/local/lib/libLLVMCodeGen.a(RegAllocGreedy.o): In function `(anonymous namespace)::RAGreedy::getAnalysisUsage(llvm::AnalysisUsage&) const':
  561. RegAllocGreedy.cpp:(.text+0xcc5): undefined reference to `llvm::AliasAnalysis::ID'
  562. /usr/local/lib/libLLVMCodeGen.a(ScheduleDAGInstrs.o): In function `getUnderlyingObjects(llvm::Value const*, llvm::SmallVectorImpl<llvm::Value*>&)':
  563. ScheduleDAGInstrs.cpp:(.text+0x1ca): undefined reference to `llvm::GetUnderlyingObjects(llvm::Value*, llvm::SmallVectorImpl<llvm::Value*>&, llvm::DataLayout const*, unsigned int)'
  564. /usr/local/lib/libLLVMCodeGen.a(ScheduleDAGInstrs.o): In function `getUnderlyingObjectsForInstr(llvm::MachineInstr const*, llvm::MachineFrameInfo const*, llvm::SmallVectorImpl<std::pair<llvm::Value const*, bool> >&)':
  565. ScheduleDAGInstrs.cpp:(.text+0x4ac): undefined reference to `llvm::isIdentifiedObject(llvm::Value const*)'
  566. /usr/local/lib/libLLVMCodeGen.a(ScheduleDAGInstrs.o): In function `MIsNeedChainEdge(llvm::AliasAnalysis*, llvm::MachineFrameInfo const*, llvm::MachineInstr*, llvm::MachineInstr*)':
  567. ScheduleDAGInstrs.cpp:(.text+0xa74): undefined reference to `llvm::isIdentifiedObject(llvm::Value const*)'
  568. ScheduleDAGInstrs.cpp:(.text+0xb64): undefined reference to `llvm::isIdentifiedObject(llvm::Value const*)'
  569. /usr/local/lib/libLLVMCodeGen.a(StackColoring.o): In function `_ZN12_GLOBAL__N_113StackColoring17remapInstructionsERN4llvm8DenseMapIiiNS1_12DenseMapInfoIiEEEE.isra.291':
  570. StackColoring.cpp:(.text+0x144a): undefined reference to `llvm::GetUnderlyingObject(llvm::Value*, llvm::DataLayout const*, unsigned int)'
  571. /usr/local/lib/libLLVMCodeGen.a(InlineSpiller.o): In function `llvm::createInlineSpiller(llvm::MachineFunctionPass&, llvm::MachineFunction&, llvm::VirtRegMap&)':
  572. InlineSpiller.cpp:(.text+0x1dbc): undefined reference to `llvm::AliasAnalysis::ID'
  573. InlineSpiller.cpp:(.text+0x20cc): undefined reference to `llvm::AliasAnalysis::ID'
  574. /usr/local/lib/libLLVMCodeGen.a(MachineLICM.o): In function `(anonymous namespace)::MachineLICM::getAnalysisUsage(llvm::AnalysisUsage&) const':
  575. MachineLICM.cpp:(.text+0x37): undefined reference to `llvm::AliasAnalysis::ID'
  576. /usr/local/lib/libLLVMCodeGen.a(MachineLICM.o): In function `llvm::initializeMachineLICMPass(llvm::PassRegistry&)':
  577. MachineLICM.cpp:(.text+0x36c): undefined reference to `llvm::initializeAliasAnalysisAnalysisGroup(llvm::PassRegistry&)'
  578. /usr/local/lib/libLLVMCodeGen.a(MachineLICM.o): In function `(anonymous namespace)::MachineLICM::runOnMachineFunction(llvm::MachineFunction&)':
  579. MachineLICM.cpp:(.text+0x6f6c): undefined reference to `llvm::AliasAnalysis::ID'
  580. MachineLICM.cpp:(.text+0x7632): undefined reference to `llvm::AliasAnalysis::ID'
  581. /usr/local/lib/libLLVMCodeGen.a(MachineScheduler.o): In function `(anonymous namespace)::MachineScheduler::runOnMachineFunction(llvm::MachineFunction&)':
  582. MachineScheduler.cpp:(.text+0x703): undefined reference to `llvm::AliasAnalysis::ID'
  583. MachineScheduler.cpp:(.text+0xa6e): undefined reference to `llvm::AliasAnalysis::ID'
  584. /usr/local/lib/libLLVMCodeGen.a(MachineScheduler.o): In function `(anonymous namespace)::MachineScheduler::getAnalysisUsage(llvm::AnalysisUsage&) const':
  585. MachineScheduler.cpp:(.text+0xed6): undefined reference to `llvm::AliasAnalysis::ID'
  586. /usr/local/lib/libLLVMCodeGen.a(MachineScheduler.o): In function `llvm::initializeMachineSchedulerPass(llvm::PassRegistry&)':
  587. MachineScheduler.cpp:(.text+0x4a5c): undefined reference to `llvm::initializeAliasAnalysisAnalysisGroup(llvm::PassRegistry&)'
  588. /usr/local/lib/libLLVMCodeGen.a(MachineSink.o): In function `(anonymous namespace)::MachineSinking::getAnalysisUsage(llvm::AnalysisUsage&) const':
  589. MachineSink.cpp:(.text+0x20): undefined reference to `llvm::AliasAnalysis::ID'
  590. /usr/local/lib/libLLVMCodeGen.a(MachineSink.o): In function `llvm::initializeMachineSinkingPass(llvm::PassRegistry&)':
  591. MachineSink.cpp:(.text+0xc2c): undefined reference to `llvm::initializeAliasAnalysisAnalysisGroup(llvm::PassRegistry&)'
  592. /usr/local/lib/libLLVMCodeGen.a(MachineSink.o): In function `(anonymous namespace)::MachineSinking::runOnMachineFunction(llvm::MachineFunction&)':
  593. MachineSink.cpp:(.text+0x3319): undefined reference to `llvm::AliasAnalysis::ID'
  594. MachineSink.cpp:(.text+0x3bec): undefined reference to `llvm::AliasAnalysis::ID'
  595. /usr/local/lib/libLLVMHexagonCodeGen.a(HexagonAsmPrinter.o): In function `createHexagonMCInstPrinter(llvm::Target const&, unsigned int, llvm::MCAsmInfo const&, llvm::MCInstrInfo const&, llvm::MCRegisterInfo const&, llvm::MCSubtargetInfo const&)':
  596. HexagonAsmPrinter.cpp:(.text+0x20): undefined reference to `vtable for llvm::HexagonInstPrinter'
  597. /usr/local/lib/libLLVMHexagonCodeGen.a(HexagonAsmPrinter.o): In function `llvm::HexagonAsmPrinter::printOperand(llvm::MachineInstr const*, unsigned int, llvm::raw_ostream&)':
  598. HexagonAsmPrinter.cpp:(.text+0xfc): undefined reference to `llvm::HexagonInstPrinter::getRegisterName(unsigned int)'
  599. /usr/local/lib/libLLVMHexagonCodeGen.a(HexagonAsmPrinter.o): In function `llvm::HexagonAsmPrinter::printAddrModeBasePlusOffset(llvm::MachineInstr const*, int, llvm::raw_ostream&)':
  600. HexagonAsmPrinter.cpp:(.text+0x2a8): undefined reference to `llvm::HexagonInstPrinter::getRegisterName(unsigned int)'
  601. /usr/local/lib/libLLVMMBlazeDesc.a(MBlazeMCTargetDesc.o): In function `createMBlazeMCInstPrinter(llvm::Target const&, unsigned int, llvm::MCAsmInfo const&, llvm::MCInstrInfo const&, llvm::MCRegisterInfo const&, llvm::MCSubtargetInfo const&)':
  602. MBlazeMCTargetDesc.cpp:(.text+0x20): undefined reference to `vtable for llvm::MBlazeInstPrinter'
  603. /usr/local/lib/libLLVMMipsCodeGen.a(MipsDelaySlotFiller.o): In function `(anonymous namespace)::MemDefsUses::hasHazard_(llvm::MachineInstr const&)':
  604. MipsDelaySlotFiller.cpp:(.text+0x3eb): undefined reference to `llvm::GetUnderlyingObjects(llvm::Value*, llvm::SmallVectorImpl<llvm::Value*>&, llvm::DataLayout const*, unsigned int)'
  605. MipsDelaySlotFiller.cpp:(.text+0x40e): undefined reference to `llvm::isIdentifiedObject(llvm::Value const*)'
  606. /usr/local/lib/libLLVMMipsDesc.a(MipsMCTargetDesc.o): In function `createMipsMCInstPrinter(llvm::Target const&, unsigned int, llvm::MCAsmInfo const&, llvm::MCInstrInfo const&, llvm::MCRegisterInfo const&, llvm::MCSubtargetInfo const&)':
  607. MipsMCTargetDesc.cpp:(.text+0x1a): undefined reference to `vtable for llvm::MipsInstPrinter'
  608. /usr/local/lib/libLLVMMSP430Desc.a(MSP430MCTargetDesc.o): In function `createMSP430MCInstPrinter(llvm::Target const&, unsigned int, llvm::MCAsmInfo const&, llvm::MCInstrInfo const&, llvm::MCRegisterInfo const&, llvm::MCSubtargetInfo const&)':
  609. MSP430MCTargetDesc.cpp:(.text+0x20): undefined reference to `vtable for llvm::MSP430InstPrinter'
  610. /usr/local/lib/libLLVMPowerPCDesc.a(PPCMCTargetDesc.o): In function `createPPCMCInstPrinter(llvm::Target const&, unsigned int, llvm::MCAsmInfo const&, llvm::MCInstrInfo const&, llvm::MCRegisterInfo const&, llvm::MCSubtargetInfo const&)':
  611. PPCMCTargetDesc.cpp:(.text+0x22): undefined reference to `vtable for llvm::PPCInstPrinter'
  612. /usr/local/lib/libLLVMScalarOpts.a(CodeGenPrepare.o): In function `(anonymous namespace)::CodeGenPrepare::getAnalysisUsage(llvm::AnalysisUsage&) const':
  613. CodeGenPrepare.cpp:(.text+0xcc): undefined reference to `llvm::ProfileInfoT<llvm::Function, llvm::BasicBlock>::ID'
  614. /usr/local/lib/libLLVMScalarOpts.a(CodeGenPrepare.o): In function `(anonymous namespace)::CodeGenPrepare::OptimizeInst(llvm::Instruction*)':
  615. CodeGenPrepare.cpp:(.text+0x30da): undefined reference to `llvm::SimplifyInstruction(llvm::Instruction*, llvm::DataLayout const*, llvm::TargetLibraryInfo const*, llvm::DominatorTree const*)'
  616. CodeGenPrepare.cpp:(.text+0x4440): undefined reference to `llvm::replaceAndRecursivelySimplify(llvm::Instruction*, llvm::Value*, llvm::DataLayout const*, llvm::TargetLibraryInfo const*, llvm::DominatorTree const*)'
  617. /usr/local/lib/libLLVMScalarOpts.a(CodeGenPrepare.o): In function `(anonymous namespace)::CodeGenPrepare::runOnFunction(llvm::Function&)':
  618. CodeGenPrepare.cpp:(.text+0x4676): undefined reference to `llvm::ProfileInfoT<llvm::Function, llvm::BasicBlock>::ID'
  619. CodeGenPrepare.cpp:(.text+0x49a6): undefined reference to `llvm::DbgValueInst::getValue()'
  620. CodeGenPrepare.cpp:(.text+0x5975): undefined reference to `llvm::ProfileInfoT<llvm::Function, llvm::BasicBlock>::replaceAllUses(llvm::BasicBlock const*, llvm::BasicBlock const*)'
  621. CodeGenPrepare.cpp:(.text+0x5984): undefined reference to `llvm::ProfileInfoT<llvm::Function, llvm::BasicBlock>::removeEdge(std::pair<llvm::BasicBlock const*, llvm::BasicBlock const*>)'
  622. /usr/local/lib/libLLVMScalarOpts.a(LoopUnrollPass.o): In function `(anonymous namespace)::LoopUnroll::~LoopUnroll()':
  623. LoopUnrollPass.cpp:(.text+0x3): undefined reference to `vtable for llvm::LoopPass'
  624. /usr/local/lib/libLLVMScalarOpts.a(LoopUnrollPass.o): In function `(anonymous namespace)::LoopUnroll::~LoopUnroll()':
  625. LoopUnrollPass.cpp:(.text+0x23): undefined reference to `vtable for llvm::LoopPass'
  626. /usr/local/lib/libLLVMScalarOpts.a(LoopUnrollPass.o): In function `(anonymous namespace)::LoopUnroll::runOnLoop(llvm::Loop*, llvm::LPPassManager&)':
  627. LoopUnrollPass.cpp:(.text+0x77): undefined reference to `llvm::LoopInfo::ID'
  628. LoopUnrollPass.cpp:(.text+0xd5): undefined reference to `llvm::ScalarEvolution::ID'
  629. LoopUnrollPass.cpp:(.text+0x12b): undefined reference to `llvm::TargetTransformInfo::ID'
  630. LoopUnrollPass.cpp:(.text+0x181): undefined reference to `llvm::LoopBase<llvm::BasicBlock, llvm::Loop>::getLoopLatch() const'
  631. LoopUnrollPass.cpp:(.text+0x19b): undefined reference to `llvm::ScalarEvolution::getSmallConstantTripCount(llvm::Loop*, llvm::BasicBlock*)'
  632. LoopUnrollPass.cpp:(.text+0x1ad): undefined reference to `llvm::ScalarEvolution::getSmallConstantTripMultiple(llvm::Loop*, llvm::BasicBlock*)'
  633. LoopUnrollPass.cpp:(.text+0x27e): undefined reference to `llvm::CodeMetrics::analyzeBasicBlock(llvm::BasicBlock const*, llvm::TargetTransformInfo const&)'
  634. LoopUnrollPass.cpp:(.text+0x4b1): undefined reference to `llvm::TargetTransformInfo::ID'
  635. LoopUnrollPass.cpp:(.text+0x4bf): undefined reference to `llvm::LoopInfo::ID'
  636. LoopUnrollPass.cpp:(.text+0x4cd): undefined reference to `llvm::ScalarEvolution::ID'
  637. /usr/local/lib/libLLVMScalarOpts.a(LoopUnrollPass.o): In function `(anonymous namespace)::LoopUnroll::getAnalysisUsage(llvm::AnalysisUsage&) const':
  638. LoopUnrollPass.cpp:(.text+0x4ef): undefined reference to `llvm::LoopInfo::ID'
  639. LoopUnrollPass.cpp:(.text+0x57d): undefined reference to `llvm::ScalarEvolution::ID'
  640. LoopUnrollPass.cpp:(.text+0x5b9): undefined reference to `llvm::TargetTransformInfo::ID'
  641. /usr/local/lib/libLLVMScalarOpts.a(LoopUnrollPass.o): In function `llvm::initializeLoopUnrollPass(llvm::PassRegistry&)':
  642. LoopUnrollPass.cpp:(.text+0x70c): undefined reference to `llvm::initializeTargetTransformInfoAnalysisGroup(llvm::PassRegistry&)'
  643. LoopUnrollPass.cpp:(.text+0x714): undefined reference to `llvm::initializeLoopInfoPass(llvm::PassRegistry&)'
  644. LoopUnrollPass.cpp:(.text+0x72c): undefined reference to `llvm::initializeScalarEvolutionPass(llvm::PassRegistry&)'
  645. /usr/local/lib/libLLVMScalarOpts.a(LoopUnrollPass.o):(.data.rel.ro+0x40): undefined reference to `llvm::LoopPass::createPrinterPass(llvm::raw_ostream&, std::string const&) const'
  646. /usr/local/lib/libLLVMScalarOpts.a(LoopUnrollPass.o):(.data.rel.ro+0x48): undefined reference to `llvm::LoopPass::assignPassManager(llvm::PMStack&, llvm::PassManagerType)'
  647. /usr/local/lib/libLLVMScalarOpts.a(LoopUnrollPass.o):(.data.rel.ro+0x50): undefined reference to `llvm::LoopPass::preparePassManager(llvm::PMStack&)'
  648. /usr/local/lib/libLLVMSelectionDAG.a(SelectionDAGBuilder.o): In function `llvm::SelectionDAGBuilder::Clusterify(std::vector<llvm::SelectionDAGBuilder::Case, std::allocator<llvm::SelectionDAGBuilder::Case> >&, llvm::SwitchInst const&)':
  649. SelectionDAGBuilder.cpp:(.text+0xaee6): undefined reference to `llvm::BranchProbabilityInfo::getEdgeWeight(llvm::BasicBlock const*, unsigned int) const'
  650. /usr/local/lib/libLLVMSelectionDAG.a(SelectionDAGBuilder.o): In function `llvm::SelectionDAGBuilder::visitLoad(llvm::LoadInst const&)':
  651. SelectionDAGBuilder.cpp:(.text+0x15d4d): undefined reference to `llvm::AliasAnalysis::getTypeStoreSize(llvm::Type*)'
  652. /usr/local/lib/libLLVMSelectionDAG.a(SelectionDAGBuilder.o): In function `getMemCmpLoad(llvm::Value const*, llvm::MVT, llvm::Type*, llvm::SelectionDAGBuilder&)':
  653. SelectionDAGBuilder.cpp:(.text+0x18925): undefined reference to `llvm::ConstantFoldLoadFromConstPtr(llvm::Constant*, llvm::DataLayout const*)'
  654. /usr/local/lib/libLLVMSelectionDAG.a(SelectionDAGBuilder.o): In function `llvm::SelectionDAGBuilder::visitIntrinsicCall(llvm::CallInst const&, unsigned int)':
  655. SelectionDAGBuilder.cpp:(.text+0x1d6e0): undefined reference to `llvm::DbgValueInst::getValue() const'
  656. SelectionDAGBuilder.cpp:(.text+0x1df8c): undefined reference to `llvm::DbgDeclareInst::getAddress() const'
  657. SelectionDAGBuilder.cpp:(.text+0x1fc7b): undefined reference to `llvm::GetUnderlyingObjects(llvm::Value*, llvm::SmallVectorImpl<llvm::Value*>&, llvm::DataLayout const*, unsigned int)'
  658. /usr/local/lib/libLLVMSelectionDAG.a(SelectionDAGBuilder.o): In function `llvm::SelectionDAGBuilder::handleSmallSwitchRange(llvm::SelectionDAGBuilder::CaseRec&, std::vector<llvm::SelectionDAGBuilder::CaseRec, std::allocator<llvm::SelectionDAGBuilder::CaseRec> >&, llvm::Value const*, llvm::MachineBasicBlock*, llvm::MachineBasicBlock*)':
  659. SelectionDAGBuilder.cpp:(.text+0x273af): undefined reference to `llvm::BranchProbabilityInfo::getEdgeWeight(llvm::BasicBlock const*, unsigned int) const'
  660. /usr/local/lib/libLLVMSelectionDAG.a(SelectionDAGBuilder.o): In function `llvm::SelectionDAGBuilder::getEdgeWeight(llvm::MachineBasicBlock const*, llvm::MachineBasicBlock const*) const':
  661. SelectionDAGBuilder.cpp:(.text+0x5e39): undefined reference to `llvm::BranchProbabilityInfo::getEdgeWeight(llvm::BasicBlock const*, llvm::BasicBlock const*) const'
  662. /usr/local/lib/libLLVMSelectionDAG.a(SelectionDAGISel.o): In function `llvm::SelectionDAGISel::getAnalysisUsage(llvm::AnalysisUsage&) const':
  663. SelectionDAGISel.cpp:(.text+0x339): undefined reference to `llvm::AliasAnalysis::ID'
  664. SelectionDAGISel.cpp:(.text+0x3bd): undefined reference to `llvm::BranchProbabilityInfo::ID'
  665. /usr/local/lib/libLLVMSelectionDAG.a(SelectionDAGISel.o): In function `llvm::SelectionDAGISel::SelectionDAGISel(llvm::TargetMachine const&, llvm::CodeGenOpt::Level)':
  666. SelectionDAGISel.cpp:(.text+0x1056): undefined reference to `llvm::initializeAliasAnalysisAnalysisGroup(llvm::PassRegistry&)'
  667. SelectionDAGISel.cpp:(.text+0x1063): undefined reference to `llvm::initializeBranchProbabilityInfoPass(llvm::PassRegistry&)'
  668. /usr/local/lib/libLLVMSelectionDAG.a(SelectionDAGISel.o): In function `llvm::SelectionDAGISel::runOnMachineFunction(llvm::MachineFunction&)':
  669. SelectionDAGISel.cpp:(.text+0x9ee2): undefined reference to `llvm::AliasAnalysis::ID'
  670. SelectionDAGISel.cpp:(.text+0x9f0d): undefined reference to `llvm::AliasAnalysis::ID'
  671. SelectionDAGISel.cpp:(.text+0x9f83): undefined reference to `llvm::TargetTransformInfo::ID'
  672. SelectionDAGISel.cpp:(.text+0xa164): undefined reference to `llvm::BranchProbabilityInfo::ID'
  673. SelectionDAGISel.cpp:(.text+0xaf2d): undefined reference to `llvm::BranchProbabilityInfo::ID'
  674. /usr/local/lib/libLLVMSelectionDAG.a(ResourcePriorityQueue.o): In function `llvm::ResourcePriorityQueue::isResourceAvailable(llvm::SUnit*)':
  675. ResourcePriorityQueue.cpp:(.text+0x5ac): undefined reference to `llvm::DFAPacketizer::canReserveResources(llvm::MCInstrDesc const*)'
  676. /usr/local/lib/libLLVMSelectionDAG.a(ResourcePriorityQueue.o): In function `llvm::ResourcePriorityQueue::reserveResources(llvm::SUnit*)':
  677. ResourcePriorityQueue.cpp:(.text+0xe67): undefined reference to `llvm::DFAPacketizer::reserveResources(llvm::MCInstrDesc const*)'
  678. /usr/local/lib/libLLVMSupport.a(Signals.o): In function `llvm::sys::PrintStackTrace(_IO_FILE*)':
  679. Signals.cpp:(.text+0x574): undefined reference to `dladdr'
  680. Signals.cpp:(.text+0x6a5): undefined reference to `dladdr'
  681. /usr/local/lib/libLLVMX86Desc.a(X86MCTargetDesc.o): In function `createX86MCInstPrinter(llvm::Target const&, unsigned int, llvm::MCAsmInfo const&, llvm::MCInstrInfo const&, llvm::MCRegisterInfo const&, llvm::MCSubtargetInfo const&)':
  682. X86MCTargetDesc.cpp:(.text+0x95): undefined reference to `vtable for llvm::X86IntelInstPrinter'
  683. X86MCTargetDesc.cpp:(.text+0xdd): undefined reference to `vtable for llvm::X86ATTInstPrinter'
  684. /usr/local/lib/libLLVMX86Desc.a(X86MCTargetDesc.o): In function `createMCStreamer(llvm::Target const&, llvm::StringRef, llvm::MCContext&, llvm::MCAsmBackend&, llvm::raw_ostream&, llvm::MCCodeEmitter*, bool, bool)':
  685. X86MCTargetDesc.cpp:(.text+0x20b): undefined reference to `llvm::createWinCOFFStreamer(llvm::MCContext&, llvm::MCAsmBackend&, llvm::MCCodeEmitter&, llvm::raw_ostream&, bool)'
  686. /usr/local/lib/libLLVMX86Desc.a(X86MCAsmInfo.o): In function `llvm::X86MCAsmInfoMicrosoft::X86MCAsmInfoMicrosoft(llvm::Triple const&)':
  687. X86MCAsmInfo.cpp:(.text+0x26d): undefined reference to `llvm::MCAsmInfoMicrosoft::MCAsmInfoMicrosoft()'
  688. /usr/local/lib/libLLVMX86Desc.a(X86MCAsmInfo.o): In function `llvm::X86MCAsmInfoGNUCOFF::X86MCAsmInfoGNUCOFF(llvm::Triple const&)':
  689. X86MCAsmInfo.cpp:(.text+0x2cd): undefined reference to `llvm::MCAsmInfoGNUCOFF::MCAsmInfoGNUCOFF()'
  690. /usr/local/lib/libLLVMX86Desc.a(X86MCAsmInfo.o): In function `llvm::X86MCAsmInfoMicrosoft::~X86MCAsmInfoMicrosoft()':
  691. X86MCAsmInfo.cpp:(.text._ZN4llvm21X86MCAsmInfoMicrosoftD2Ev[_ZN4llvm21X86MCAsmInfoMicrosoftD5Ev]+0x3): undefined reference to `vtable for llvm::MCAsmInfoCOFF'
  692. /usr/local/lib/libLLVMX86Desc.a(X86MCAsmInfo.o): In function `llvm::X86MCAsmInfoMicrosoft::~X86MCAsmInfoMicrosoft()':
  693. X86MCAsmInfo.cpp:(.text._ZN4llvm21X86MCAsmInfoMicrosoftD0Ev[_ZN4llvm21X86MCAsmInfoMicrosoftD0Ev]+0x3): undefined reference to `vtable for llvm::MCAsmInfoCOFF'
  694. /usr/local/lib/libLLVMX86Desc.a(X86MCAsmInfo.o): In function `llvm::X86MCAsmInfoGNUCOFF::~X86MCAsmInfoGNUCOFF()':
  695. X86MCAsmInfo.cpp:(.text._ZN4llvm19X86MCAsmInfoGNUCOFFD2Ev[_ZN4llvm19X86MCAsmInfoGNUCOFFD5Ev]+0x3): undefined reference to `vtable for llvm::MCAsmInfoCOFF'
  696. /usr/local/lib/libLLVMX86Desc.a(X86MCAsmInfo.o): In function `llvm::X86MCAsmInfoGNUCOFF::~X86MCAsmInfoGNUCOFF()':
  697. X86MCAsmInfo.cpp:(.text._ZN4llvm19X86MCAsmInfoGNUCOFFD0Ev[_ZN4llvm19X86MCAsmInfoGNUCOFFD0Ev]+0x3): undefined reference to `vtable for llvm::MCAsmInfoCOFF'
  698. /usr/local/lib/libLLVMXCoreDesc.a(XCoreMCTargetDesc.o): In function `createXCoreMCInstPrinter(llvm::Target const&, unsigned int, llvm::MCAsmInfo const&, llvm::MCInstrInfo const&, llvm::MCRegisterInfo const&, llvm::MCSubtargetInfo const&)':
  699. XCoreMCTargetDesc.cpp:(.text+0x1a): undefined reference to `vtable for llvm::XCoreInstPrinter'
  700. /usr/local/lib/libclangCodeGen.a(CGCXX.o): In function `clang::CodeGen::CodeGenFunction::BuildVirtualCall(clang::CXXMethodDecl const*, llvm::Value*, llvm::Type*)':
  701. CGCXX.cpp:(.text+0xfbd): undefined reference to `clang::VTableContext::getMethodVTableIndex(clang::GlobalDecl)'
  702. /usr/local/lib/libclangCodeGen.a(CGCXX.o): In function `clang::CodeGen::CodeGenFunction::BuildAppleKextVirtualDestructorCall(clang::CXXDestructorDecl const*, clang::CXXDtorType, clang::CXXRecordDecl const*)':
  703. CGCXX.cpp:(.text+0x12ba): undefined reference to `clang::VTableContext::getMethodVTableIndex(clang::GlobalDecl)'
  704. CGCXX.cpp:(.text+0x12d3): undefined reference to `clang::VTableContext::ComputeVTableRelatedInformation(clang::CXXRecordDecl const*)'
  705. /usr/local/lib/libclangCodeGen.a(CGCXX.o): In function `clang::CodeGen::CodeGenFunction::BuildAppleKextVirtualCall(clang::CXXMethodDecl const*, clang::NestedNameSpecifier*, llvm::Type*)':
  706. CGCXX.cpp:(.text+0x1e44): undefined reference to `clang::VTableContext::getMethodVTableIndex(clang::GlobalDecl)'
  707. CGCXX.cpp:(.text+0x1e5d): undefined reference to `clang::VTableContext::ComputeVTableRelatedInformation(clang::CXXRecordDecl const*)'
  708. /usr/local/lib/libclangCodeGen.a(CGCXX.o): In function `clang::CodeGen::CodeGenFunction::BuildVirtualCall(clang::CXXDestructorDecl const*, clang::CXXDtorType, llvm::Value*, llvm::Type*)':
  709. CGCXX.cpp:(.text+0x2893): undefined reference to `clang::VTableContext::getMethodVTableIndex(clang::GlobalDecl)'
  710. /usr/local/lib/libclangCodeGen.a(CGDebugInfo.o): In function `clang::CodeGen::CGDebugInfo::CreateCompileUnit()':
  711. CGDebugInfo.cpp:(.text+0xbea): undefined reference to `clang::getClangFullVersion()'
  712. /usr/local/lib/libclangCodeGen.a(CGDebugInfo.o): In function `clang::CodeGen::CGDebugInfo::CollectCXXFriends(clang::CXXRecordDecl const*, llvm::DIFile, llvm::SmallVectorImpl<llvm::Value*>&, llvm::DIType)':
  713. CGDebugInfo.cpp:(.text+0x7886): undefined reference to `clang::FriendDecl::getNextFriendSlowCase()'
  714. /usr/local/lib/libclangCodeGen.a(CGDebugInfo.o): In function `clang::CodeGen::CGDebugInfo::CollectCXXBases(clang::CXXRecordDecl const*, llvm::DIFile, llvm::SmallVectorImpl<llvm::Value*>&, llvm::DIType)':
  715. CGDebugInfo.cpp:(.text+0x7961): undefined reference to `clang::VTableContext::getVirtualBaseOffsetOffset(clang::CXXRecordDecl const*, clang::CXXRecordDecl const*)'
  716. /usr/local/lib/libclangCodeGen.a(CGDebugInfo.o): In function `clang::CodeGen::CGDebugInfo::CreateCXXMemberFunction(clang::CXXMethodDecl const*, llvm::DIFile, llvm::DIType)':
  717. CGDebugInfo.cpp:(.text+0x8456): undefined reference to `clang::VTableContext::getMethodVTableIndex(clang::GlobalDecl)'
  718. /usr/local/lib/libclangCodeGen.a(CGExprConstant.o): In function `(anonymous namespace)::ConstStructBuilder::Build(clang::APValue const&, clang::RecordDecl const*, bool, llvm::Constant*, clang::CXXRecordDecl const*, clang::CharUnits)':
  719. CGExprConstant.cpp:(.text+0x8949): undefined reference to `clang::VTableContext::ComputeVTableRelatedInformation(clang::CXXRecordDecl const*)'
  720. /usr/local/lib/libclangCodeGen.a(CGRTTI.o): In function `(anonymous namespace)::RTTIBuilder::BuildTypeInfo(clang::QualType, bool)':
  721. CGRTTI.cpp:(.text+0x178a): undefined reference to `clang::VTableContext::getVirtualBaseOffsetOffset(clang::CXXRecordDecl const*, clang::CXXRecordDecl const*)'
  722. /usr/local/lib/libclangCodeGen.a(CGVTT.o): In function `clang::CodeGen::CodeGenVTables::getSubVTTIndex(clang::CXXRecordDecl const*, clang::BaseSubobject)':
  723. CGVTT.cpp:(.text+0xf4): undefined reference to `clang::VTTBuilder::VTTBuilder(clang::ASTContext&, clang::CXXRecordDecl const*, bool)'
  724. /usr/local/lib/libclangCodeGen.a(CGVTT.o): In function `clang::CodeGen::CodeGenVTables::getSecondaryVirtualPointerIndex(clang::CXXRecordDecl const*, clang::BaseSubobject)':
  725. CGVTT.cpp:(.text+0x13c4): undefined reference to `clang::VTTBuilder::VTTBuilder(clang::ASTContext&, clang::CXXRecordDecl const*, bool)'
  726. /usr/local/lib/libclangCodeGen.a(CGVTT.o): In function `clang::CodeGen::CodeGenVTables::EmitVTTDefinition(llvm::GlobalVariable*, llvm::GlobalValue::LinkageTypes, clang::CXXRecordDecl const*)':
  727. CGVTT.cpp:(.text+0x2683): undefined reference to `clang::VTTBuilder::VTTBuilder(clang::ASTContext&, clang::CXXRecordDecl const*, bool)'
  728. CGVTT.cpp:(.text+0x2c69): undefined reference to `clang::VTableContext::ComputeVTableRelatedInformation(clang::CXXRecordDecl const*)'
  729. /usr/local/lib/libclangCodeGen.a(CGVTT.o): In function `clang::CodeGen::CodeGenVTables::GetAddrOfVTT(clang::CXXRecordDecl const*)':
  730. CGVTT.cpp:(.text+0x341c): undefined reference to `clang::VTTBuilder::VTTBuilder(clang::ASTContext&, clang::CXXRecordDecl const*, bool)'
  731. /usr/local/lib/libclangCodeGen.a(CGVTables.o): In function `clang::CodeGen::CodeGenVTables::CodeGenVTables(clang::CodeGen::CodeGenModule&)':
  732. CGVTables.cpp:(.text+0x1240): undefined reference to `clang::VTableContext::VTableContext(clang::ASTContext&)'
  733. /usr/local/lib/libclangCodeGen.a(CGVTables.o): In function `clang::CodeGen::CodeGenVTables::EmitThunks(clang::GlobalDecl)':
  734. CGVTables.cpp:(.text+0x2509): undefined reference to `clang::VTableContext::ComputeVTableRelatedInformation(clang::CXXRecordDecl const*)'
  735. /usr/local/lib/libclangCodeGen.a(CGVTables.o): In function `clang::CodeGen::CodeGenVTables::EmitVTableDefinition(llvm::GlobalVariable*, llvm::GlobalValue::LinkageTypes, clang::CXXRecordDecl const*)':
  736. CGVTables.cpp:(.text+0x2a33): undefined reference to `clang::VTableContext::ComputeVTableRelatedInformation(clang::CXXRecordDecl const*)'
  737. /usr/local/lib/libclangCodeGen.a(CGVTables.o): In function `clang::CodeGen::CodeGenVTables::GetAddrOfVTable(clang::CXXRecordDecl const*)':
  738. CGVTables.cpp:(.text+0x3414): undefined reference to `clang::VTableContext::ComputeVTableRelatedInformation(clang::CXXRecordDecl const*)'
  739. /usr/local/lib/libclangCodeGen.a(CGVTables.o): In function `clang::CodeGen::CodeGenVTables::GenerateConstructionVTable(clang::CXXRecordDecl const*, clang::BaseSubobject const&, bool, llvm::GlobalValue::LinkageTypes, llvm::DenseMap<clang::BaseSubobject, unsigned long, llvm::DenseMapInfo<clang::BaseSubobject> >&)':
  740. CGVTables.cpp:(.text+0x4115): undefined reference to `clang::VTableContext::createConstructionVTableLayout(clang::CXXRecordDecl const*, clang::CharUnits, bool, clang::CXXRecordDecl const*)'
  741. CGVTables.cpp:(.text+0x4263): undefined reference to `clang::VTableLayout::~VTableLayout()'
  742. /usr/local/lib/libclangCodeGen.a(ItaniumCXXABI.o): In function `(anonymous namespace)::ItaniumCXXABI::EmitMemberPointer(clang::APValue const&, clang::QualType)':
  743. ItaniumCXXABI.cpp:(.text+0x2fcc): undefined reference to `clang::VTableContext::getMethodVTableIndex(clang::GlobalDecl)'
  744. /usr/local/lib/libclangCodeGen.a(ItaniumCXXABI.o): In function `(anonymous namespace)::ItaniumCXXABI::EmitMemberPointer(clang::CXXMethodDecl const*)':
  745. ItaniumCXXABI.cpp:(.text+0x6ee3): undefined reference to `clang::VTableContext::getMethodVTableIndex(clang::GlobalDecl)'
  746. /usr/local/lib/libclangFrontend.a(CompilerInvocation.o): In function `getOptimizationLevelSize(clang::driver::ArgList&)':
  747. CompilerInvocation.cpp:(.text+0xe): undefined reference to `clang::driver::ArgList::getLastArg(clang::driver::OptSpecifier) const'
  748. CompilerInvocation.cpp:(.text+0x33): undefined reference to `clang::driver::Option::matches(clang::driver::OptSpecifier) const'
  749. CompilerInvocation.cpp:(.text+0x3e): undefined reference to `clang::driver::Option::~Option()'
  750. /usr/local/lib/libclangFrontend.a(CompilerInvocation.o): In function `getOptimizationLevel(clang::driver::ArgList&, clang::InputKind, clang::DiagnosticsEngine&)':
  751. CompilerInvocation.cpp:(.text+0xab): undefined reference to `clang::driver::ArgList::getLastArg(clang::driver::OptSpecifier) const'
  752. CompilerInvocation.cpp:(.text+0xd2): undefined reference to `clang::driver::Option::matches(clang::driver::OptSpecifier) const'
  753. CompilerInvocation.cpp:(.text+0xdd): undefined reference to `clang::driver::Option::~Option()'
  754. CompilerInvocation.cpp:(.text+0x119): undefined reference to `clang::driver::Option::matches(clang::driver::OptSpecifier) const'
  755. CompilerInvocation.cpp:(.text+0x124): undefined reference to `clang::driver::Option::~Option()'
  756. CompilerInvocation.cpp:(.text+0x163): undefined reference to `clang::driver::ArgList::getLastArgIntValue(clang::driver::OptSpecifier, int, clang::DiagnosticsEngine*) const'
  757. CompilerInvocation.cpp:(.text+0x174): undefined reference to `clang::driver::ArgList::getLastArg(clang::driver::OptSpecifier) const'
  758. /usr/local/lib/libclangFrontend.a(CompilerInvocation.o): In function `parseVisibility(clang::driver::Arg*, clang::driver::ArgList&, clang::DiagnosticsEngine&)':
  759. CompilerInvocation.cpp:(.text+0x2cf): undefined reference to `clang::driver::Arg::getAsString(clang::driver::ArgList const&) const'
  760. /usr/local/lib/libclangFrontend.a(CompilerInvocation.o): In function `ParseCodeGenArgs(clang::CodeGenOptions&, clang::driver::ArgList&, clang::InputKind, clang::DiagnosticsEngine&)':
  761. CompilerInvocation.cpp:(.text+0xb4b): undefined reference to `clang::driver::ArgList::getLastArg(clang::driver::OptSpecifier) const'
  762. CompilerInvocation.cpp:(.text+0xb6c): undefined reference to `clang::driver::ArgList::getLastArg(clang::driver::OptSpecifier) const'
  763. CompilerInvocation.cpp:(.text+0xb9b): undefined reference to `clang::driver::ArgList::getLastArg(clang::driver::OptSpecifier) const'
  764. CompilerInvocation.cpp:(.text+0xbbe): undefined reference to `clang::driver::ArgList::getLastArg(clang::driver::OptSpecifier) const'
  765. CompilerInvocation.cpp:(.text+0xbe6): undefined reference to `clang::driver::ArgList::getLastArgValue(clang::driver::OptSpecifier, llvm::StringRef) const'
  766. CompilerInvocation.cpp:(.text+0xc27): undefined reference to `clang::driver::ArgList::getLastArg(clang::driver::OptSpecifier) const'
  767. CompilerInvocation.cpp:(.text+0xc49): undefined reference to `clang::driver::ArgList::getLastArg(clang::driver::OptSpecifier) const'
  768. CompilerInvocation.cpp:(.text+0xc6b): undefined reference to `clang::driver::ArgList::getLastArg(clang::driver::OptSpecifier) const'
  769. CompilerInvocation.cpp:(.text+0xc8d): undefined reference to `clang::driver::ArgList::getLastArg(clang::driver::OptSpecifier) const'
  770. CompilerInvocation.cpp:(.text+0xcae): undefined reference to `clang::driver::ArgList::getLastArg(clang::driver::OptSpecifier) const'
  771. /usr/local/lib/libclangFrontend.a(CompilerInvocation.o):CompilerInvocation.cpp:(.text+0xcd0): more undefined references to `clang::driver::ArgList::getLastArg(clang::driver::OptSpecifier) const' follow
  772. /usr/local/lib/libclangFrontend.a(CompilerInvocation.o): In function `ParseCodeGenArgs(clang::CodeGenOptions&, clang::driver::ArgList&, clang::InputKind, clang::DiagnosticsEngine&)':
  773. CompilerInvocation.cpp:(.text+0xcfb): undefined reference to `clang::driver::ArgList::getLastArgValue(clang::driver::OptSpecifier, llvm::StringRef) const'
  774. CompilerInvocation.cpp:(.text+0xd3c): undefined reference to `clang::driver::ArgList::getLastArg(clang::driver::OptSpecifier) const'
  775. CompilerInvocation.cpp:(.text+0xd5b): undefined reference to `clang::driver::ArgList::getLastArg(clang::driver::OptSpecifier) const'
  776. CompilerInvocation.cpp:(.text+0xd7c): undefined reference to `clang::driver::ArgList::getLastArg(clang::driver::OptSpecifier) const'
  777. CompilerInvocation.cpp:(.text+0xdb5): undefined reference to `clang::driver::ArgList::getLastArg(clang::driver::OptSpecifier) const'
  778. CompilerInvocation.cpp:(.text+0xddb): undefined reference to `clang::driver::ArgList::getLastArg(clang::driver::OptSpecifier) const'
  779. /usr/local/lib/libclangFrontend.a(CompilerInvocation.o):CompilerInvocation.cpp:(.text+0xe05): more undefined references to `clang::driver::ArgList::getLastArg(clang::driver::OptSpecifier) const' follow
  780. /usr/local/lib/libclangFrontend.a(CompilerInvocation.o): In function `ParseCodeGenArgs(clang::CodeGenOptions&, clang::driver::ArgList&, clang::InputKind, clang::DiagnosticsEngine&)':
  781. CompilerInvocation.cpp:(.text+0xeca): undefined reference to `clang::driver::ArgList::getLastArgValue(clang::driver::OptSpecifier, llvm::StringRef) const'
  782. CompilerInvocation.cpp:(.text+0xf14): undefined reference to `clang::driver::ArgList::getLastArgValue(clang::driver::OptSpecifier, llvm::StringRef) const'
  783. CompilerInvocation.cpp:(.text+0xf55): undefined reference to `clang::driver::ArgList::getLastArg(clang::driver::OptSpecifier) const'
  784. CompilerInvocation.cpp:(.text+0xf76): undefined reference to `clang::driver::ArgList::getLastArg(clang::driver::OptSpecifier) const'
  785. CompilerInvocation.cpp:(.text+0xfa1): undefined reference to `clang::driver::ArgList::getLastArgValue(clang::driver::OptSpecifier, llvm::StringRef) const'
  786. CompilerInvocation.cpp:(.text+0xfe2): undefined reference to `clang::driver::ArgList::getLastArg(clang::driver::OptSpecifier) const'
  787. CompilerInvocation.cpp:(.text+0x1004): undefined reference to `clang::driver::ArgList::getLastArg(clang::driver::OptSpecifier) const'
  788. CompilerInvocation.cpp:(.text+0x102f): undefined reference to `clang::driver::ArgList::getLastArgValue(clang::driver::OptSpecifier, llvm::StringRef) const'
  789. CompilerInvocation.cpp:(.text+0x1070): undefined reference to `clang::driver::ArgList::getLastArg(clang::driver::OptSpecifier) const'
  790. CompilerInvocation.cpp:(.text+0x1097): undefined reference to `clang::driver::ArgList::getLastArg(clang::driver::OptSpecifier) const'
  791. CompilerInvocation.cpp:(.text+0x10c1): undefined reference to `clang::driver::ArgList::getLastArg(clang::driver::OptSpecifier) const'
  792. CompilerInvocation.cpp:(.text+0x10e6): undefined reference to `clang::driver::ArgList::getAllArgValues(clang::driver::OptSpecifier) const'
  793. CompilerInvocation.cpp:(.text+0x110f): undefined reference to `clang::driver::ArgList::getLastArgIntValue(clang::driver::OptSpecifier, int, clang::DiagnosticsEngine*) const'
  794. CompilerInvocation.cpp:(.text+0x111f): undefined reference to `clang::driver::ArgList::getLastArg(clang::driver::OptSpecifier) const'
  795. CompilerInvocation.cpp:(.text+0x1141): undefined reference to `clang::driver::ArgList::getLastArg(clang::driver::OptSpecifier) const'
  796. CompilerInvocation.cpp:(.text+0x1163): undefined reference to `clang::driver::ArgList::getLastArg(clang::driver::OptSpecifier) const'
  797. CompilerInvocation.cpp:(.text+0x1185): undefined reference to `clang::driver::ArgList::getLastArg(clang::driver::OptSpecifier) const'
  798. CompilerInvocation.cpp:(.text+0x11a7): undefined reference to `clang::driver::ArgList::getLastArg(clang::driver::OptSpecifier) const'
  799. /usr/local/lib/libclangFrontend.a(CompilerInvocation.o):CompilerInvocation.cpp:(.text+0x11c9): more undefined references to `clang::driver::ArgList::getLastArg(clang::driver::OptSpecifier) const' follow
  800. /usr/local/lib/libclangFrontend.a(CompilerInvocation.o): In function `ParseCodeGenArgs(clang::CodeGenOptions&, clang::driver::ArgList&, clang::InputKind, clang::DiagnosticsEngine&)':
  801. CompilerInvocation.cpp:(.text+0x12c8): undefined reference to `clang::driver::ArgList::getLastArgValue(clang::driver::OptSpecifier, llvm::StringRef) const'
  802. CompilerInvocation.cpp:(.text+0x1312): undefined reference to `clang::driver::ArgList::getLastArgValue(clang::driver::OptSpecifier, llvm::StringRef) const'
  803. CompilerInvocation.cpp:(.text+0x1356): undefined reference to `clang::driver::ArgList::getLastArg(clang::driver::OptSpecifier) const'
  804. CompilerInvocation.cpp:(.text+0x1378): undefined reference to `clang::driver::ArgList::getLastArg(clang::driver::OptSpecifier) const'
  805. CompilerInvocation.cpp:(.text+0x139a): undefined reference to `clang::driver::ArgList::getLastArg(clang::driver::OptSpecifier) const'
  806. CompilerInvocation.cpp:(.text+0x13c2): undefined reference to `clang::driver::ArgList::getLastArgValue(clang::driver::OptSpecifier, llvm::StringRef) const'
  807. CompilerInvocation.cpp:(.text+0x1403): undefined reference to `clang::driver::ArgList::getLastArg(clang::driver::OptSpecifier) const'
  808. CompilerInvocation.cpp:(.text+0x1425): undefined reference to `clang::driver::ArgList::getLastArg(clang::driver::OptSpecifier) const'
  809. CompilerInvocation.cpp:(.text+0x1444): undefined reference to `clang::driver::ArgList::getLastArg(clang::driver::OptSpecifier) const'
  810. CompilerInvocation.cpp:(.text+0x1466): undefined reference to `clang::driver::ArgList::getLastArg(clang::driver::OptSpecifier) const'
  811. CompilerInvocation.cpp:(.text+0x1488): undefined reference to `clang::driver::ArgList::getLastArg(clang::driver::OptSpecifier) const'
  812. /usr/local/lib/libclangFrontend.a(CompilerInvocation.o):CompilerInvocation.cpp:(.text+0x14b3): more undefined references to `clang::driver::ArgList::getLastArg(clang::driver::OptSpecifier) const' follow
  813. /usr/local/lib/libclangFrontend.a(CompilerInvocation.o): In function `ParseCodeGenArgs(clang::CodeGenOptions&, clang::driver::ArgList&, clang::InputKind, clang::DiagnosticsEngine&)':
  814. CompilerInvocation.cpp:(.text+0x1521): undefined reference to `clang::driver::ArgList::getLastArgValue(clang::driver::OptSpecifier, llvm::StringRef) const'
  815. CompilerInvocation.cpp:(.text+0x156b): undefined reference to `clang::driver::ArgList::getLastArgValue(clang::driver::OptSpecifier, llvm::StringRef) const'
  816. CompilerInvocation.cpp:(.text+0x15b5): undefined reference to `clang::driver::ArgList::getLastArgValue(clang::driver::OptSpecifier, llvm::StringRef) const'
  817. CompilerInvocation.cpp:(.text+0x15f9): undefined reference to `clang::driver::ArgList::getLastArg(clang::driver::OptSpecifier) const'
  818. CompilerInvocation.cpp:(.text+0x161b): undefined reference to `clang::driver::ArgList::getLastArg(clang::driver::OptSpecifier) const'
  819. CompilerInvocation.cpp:(.text+0x163d): undefined reference to `clang::driver::ArgList::getLastArg(clang::driver::OptSpecifier) const'
  820. CompilerInvocation.cpp:(.text+0x1664): undefined reference to `clang::driver::ArgList::getLastArgIntValue(clang::driver::OptSpecifier, int, clang::DiagnosticsEngine*) const'
  821. CompilerInvocation.cpp:(.text+0x1674): undefined reference to `clang::driver::ArgList::getLastArg(clang::driver::OptSpecifier) const'
  822. CompilerInvocation.cpp:(.text+0x1696): undefined reference to `clang::driver::ArgList::getLastArg(clang::driver::OptSpecifier) const'
  823. CompilerInvocation.cpp:(.text+0x16f8): undefined reference to `clang::driver::ArgList::getLastArg(clang::driver::OptSpecifier) const'
  824. CompilerInvocation.cpp:(.text+0x1773): undefined reference to `clang::driver::Arg::getAsString(clang::driver::ArgList const&) const'
  825. CompilerInvocation.cpp:(.text+0x1809): undefined reference to `clang::driver::ArgList::getLastArg(clang::driver::OptSpecifier) const'
  826. CompilerInvocation.cpp:(.text+0x1896): undefined reference to `clang::driver::Arg::getAsString(clang::driver::ArgList const&) const'
  827. CompilerInvocation.cpp:(.text+0x1929): undefined reference to `clang::driver::ArgList::getLastArg(clang::driver::OptSpecifier) const'
  828. CompilerInvocation.cpp:(.text+0x198c): undefined reference to `clang::driver::Arg::getAsString(clang::driver::ArgList const&) const'
  829. CompilerInvocation.cpp:(.text+0x1a5a): undefined reference to `clang::driver::ArgList::getLastArgValue(clang::driver::OptSpecifier, llvm::StringRef) const'
  830. CompilerInvocation.cpp:(.text+0x1a9b): undefined reference to `clang::driver::ArgList::getLastArg(clang::driver::OptSpecifier) const'
  831. CompilerInvocation.cpp:(.text+0x1abb): undefined reference to `clang::driver::ArgList::getLastArg(clang::driver::OptSpecifier) const'
  832. CompilerInvocation.cpp:(.text+0x1adb): undefined reference to `clang::driver::ArgList::getLastArg(clang::driver::OptSpecifier) const'
  833. CompilerInvocation.cpp:(.text+0x1afa): undefined reference to `clang::driver::ArgList::getLastArgValue(clang::driver::OptSpecifier, llvm::StringRef) const'
  834. CompilerInvocation.cpp:(.text+0x1b1b): undefined reference to `clang::driver::ArgList::getLastArg(clang::driver::OptSpecifier) const'
  835. CompilerInvocation.cpp:(.text+0x1b29): undefined reference to `clang::driver::Arg::getAsString(clang::driver::ArgList const&) const'
  836. CompilerInvocation.cpp:(.text+0x1bde): undefined reference to `clang::driver::ArgList::getLastArg(clang::driver::OptSpecifier) const'
  837. CompilerInvocation.cpp:(.text+0x1bec): undefined reference to `clang::driver::Arg::getAsString(clang::driver::ArgList const&) const'
  838. CompilerInvocation.cpp:(.text+0x1e91): undefined reference to `clang::driver::ArgList::getLastArg(clang::driver::OptSpecifier) const'
  839. CompilerInvocation.cpp:(.text+0x1ea7): undefined reference to `clang::driver::ArgList::getLastArg(clang::driver::OptSpecifier) const'
  840. CompilerInvocation.cpp:(.text+0x1ec9): undefined reference to `clang::driver::ArgList::getLastArg(clang::driver::OptSpecifier) const'
  841. CompilerInvocation.cpp:(.text+0x1ee9): undefined reference to `clang::driver::ArgList::hasFlag(clang::driver::OptSpecifier, clang::driver::OptSpecifier, bool) const'
  842. CompilerInvocation.cpp:(.text+0x1f19): undefined reference to `clang::driver::ArgList::getLastArg(clang::driver::OptSpecifier) const'
  843. CompilerInvocation.cpp:(.text+0x1f39): undefined reference to `clang::driver::ArgList::getLastArg(clang::driver::OptSpecifier) const'
  844. CompilerInvocation.cpp:(.text+0x1f4f): undefined reference to `clang::driver::ArgList::getLastArg(clang::driver::OptSpecifier) const'
  845. CompilerInvocation.cpp:(.text+0x1f69): undefined reference to `clang::driver::ArgList::getLastArg(clang::driver::OptSpecifier) const'
  846. CompilerInvocation.cpp:(.text+0x1f7f): undefined reference to `clang::driver::ArgList::getLastArg(clang::driver::OptSpecifier) const'
  847. /usr/local/lib/libclangFrontend.a(CompilerInvocation.o):CompilerInvocation.cpp:(.text+0x21d7): more undefined references to `clang::driver::ArgList::getLastArg(clang::driver::OptSpecifier) const' follow
  848. /usr/local/lib/libclangFrontend.a(CompilerInvocation.o): In function `ParseLangArgs(clang::LangOptions&, clang::driver::ArgList&, clang::InputKind, clang::DiagnosticsEngine&)':
  849. CompilerInvocation.cpp:(.text+0x252a): undefined reference to `clang::driver::Arg::getAsString(clang::driver::ArgList const&) const'
  850. CompilerInvocation.cpp:(.text+0x25f9): undefined reference to `clang::driver::ArgList::getLastArg(clang::driver::OptSpecifier) const'
  851. CompilerInvocation.cpp:(.text+0x26f9): undefined reference to `clang::driver::ArgList::hasFlag(clang::driver::OptSpecifier, clang::driver::OptSpecifier, bool) const'
  852. CompilerInvocation.cpp:(.text+0x2718): undefined reference to `clang::driver::ArgList::getLastArg(clang::driver::OptSpecifier) const'
  853. CompilerInvocation.cpp:(.text+0x2745): undefined reference to `clang::driver::ArgList::getLastArg(clang::driver::OptSpecifier) const'
  854. CompilerInvocation.cpp:(.text+0x275b): undefined reference to `clang::driver::ArgList::getLastArg(clang::driver::OptSpecifier) const'
  855. CompilerInvocation.cpp:(.text+0x277b): undefined reference to `clang::driver::ArgList::getLastArg(clang::driver::OptSpecifier) const'
  856. CompilerInvocation.cpp:(.text+0x2791): undefined reference to `clang::driver::ArgList::getLastArg(clang::driver::OptSpecifier) const'
  857. /usr/local/lib/libclangFrontend.a(CompilerInvocation.o):CompilerInvocation.cpp:(.text+0x27a7): more undefined references to `clang::driver::ArgList::getLastArg(clang::driver::OptSpecifier) const' follow
  858. /usr/local/lib/libclangFrontend.a(CompilerInvocation.o): In function `ParseLangArgs(clang::LangOptions&, clang::driver::ArgList&, clang::InputKind, clang::DiagnosticsEngine&)':
  859. CompilerInvocation.cpp:(.text+0x287e): undefined reference to `clang::driver::ArgList::getLastArgValue(clang::driver::OptSpecifier, llvm::StringRef) const'
  860. CompilerInvocation.cpp:(.text+0x28e0): undefined reference to `clang::driver::ArgList::getLastArg(clang::driver::OptSpecifier) const'
  861. CompilerInvocation.cpp:(.text+0x2905): undefined reference to `clang::driver::ArgList::hasFlag(clang::driver::OptSpecifier, clang::driver::OptSpecifier, bool) const'
  862. CompilerInvocation.cpp:(.text+0x2924): undefined reference to `clang::driver::ArgList::getLastArg(clang::driver::OptSpecifier) const'
  863. CompilerInvocation.cpp:(.text+0x2946): undefined reference to `clang::driver::ArgList::getLastArg(clang::driver::OptSpecifier) const'
  864. CompilerInvocation.cpp:(.text+0x2970): undefined reference to `clang::driver::ArgList::getLastArg(clang::driver::OptSpecifier) const'
  865. CompilerInvocation.cpp:(.text+0x2992): undefined reference to `clang::driver::ArgList::getLastArg(clang::driver::OptSpecifier) const'
  866. CompilerInvocation.cpp:(.text+0x29c1): undefined reference to `clang::driver::ArgList::getLastArgIntValue(clang::driver::OptSpecifier, int, clang::DiagnosticsEngine*) const'
  867. CompilerInvocation.cpp:(.text+0x29d1): undefined reference to `clang::driver::ArgList::getLastArg(clang::driver::OptSpecifier) const'
  868. CompilerInvocation.cpp:(.text+0x29f3): undefined reference to `clang::driver::ArgList::getLastArg(clang::driver::OptSpecifier) const'
  869. CompilerInvocation.cpp:(.text+0x2a20): undefined reference to `clang::driver::ArgList::hasFlag(clang::driver::OptSpecifier, clang::driver::OptSpecifier, bool) const'
  870. CompilerInvocation.cpp:(.text+0x2a3f): undefined reference to `clang::driver::ArgList::getLastArg(clang::driver::OptSpecifier) const'
  871. CompilerInvocation.cpp:(.text+0x2a55): undefined reference to `clang::driver::ArgList::getLastArg(clang::driver::OptSpecifier) const'
  872. CompilerInvocation.cpp:(.text+0x2a6b): undefined reference to `clang::driver::ArgList::getLastArg(clang::driver::OptSpecifier) const'
  873. CompilerInvocation.cpp:(.text+0x2a8a): undefined reference to `clang::driver::ArgList::getLastArg(clang::driver::OptSpecifier) const'
  874. CompilerInvocation.cpp:(.text+0x2aab): undefined reference to `clang::driver::ArgList::getLastArg(clang::driver::OptSpecifier) const'
  875. /usr/local/lib/libclangFrontend.a(CompilerInvocation.o):CompilerInvocation.cpp:(.text+0x2acd): more undefined references to `clang::driver::ArgList::getLastArg(clang::driver::OptSpecifier) const' follow
  876. /usr/local/lib/libclangFrontend.a(CompilerInvocation.o): In function `ParseLangArgs(clang::LangOptions&, clang::driver::ArgList&, clang::InputKind, clang::DiagnosticsEngine&)':
  877. CompilerInvocation.cpp:(.text+0x2d14): undefined reference to `clang::driver::ArgList::getLastArgIntValue(clang::driver::OptSpecifier, int, clang::DiagnosticsEngine*) const'
  878. CompilerInvocation.cpp:(.text+0x2d2c): undefined reference to `clang::driver::ArgList::getLastArgIntValue(clang::driver::OptSpecifier, int, clang::DiagnosticsEngine*) const'
  879. CompilerInvocation.cpp:(.text+0x2d44): undefined reference to `clang::driver::ArgList::getLastArgIntValue(clang::driver::OptSpecifier, int, clang::DiagnosticsEngine*) const'
  880. CompilerInvocation.cpp:(.text+0x2d5c): undefined reference to `clang::driver::ArgList::getLastArgIntValue(clang::driver::OptSpecifier, int, clang::DiagnosticsEngine*) const'
  881. CompilerInvocation.cpp:(.text+0x2d6c): undefined reference to `clang::driver::ArgList::getLastArg(clang::driver::OptSpecifier) const'
  882. CompilerInvocation.cpp:(.text+0x2d90): undefined reference to `clang::driver::ArgList::getLastArgIntValue(clang::driver::OptSpecifier, int, clang::DiagnosticsEngine*) const'
  883. CompilerInvocation.cpp:(.text+0x2da0): undefined reference to `clang::driver::ArgList::getLastArg(clang::driver::OptSpecifier) const'
  884. CompilerInvocation.cpp:(.text+0x2dcb): undefined reference to `clang::driver::ArgList::getLastArgValue(clang::driver::OptSpecifier, llvm::StringRef) const'
  885. CompilerInvocation.cpp:(.text+0x2e1a): undefined reference to `clang::driver::ArgList::getLastArg(clang::driver::OptSpecifier) const'
  886. CompilerInvocation.cpp:(.text+0x2e3c): undefined reference to `clang::driver::ArgList::getLastArg(clang::driver::OptSpecifier) const'
  887. CompilerInvocation.cpp:(.text+0x2e5e): undefined reference to `clang::driver::ArgList::getLastArg(clang::driver::OptSpecifier) const'
  888. CompilerInvocation.cpp:(.text+0x2e85): undefined reference to `clang::driver::ArgList::getLastArgIntValue(clang::driver::OptSpecifier, int, clang::DiagnosticsEngine*) const'
  889. CompilerInvocation.cpp:(.text+0x2e9a): undefined reference to `clang::driver::ArgList::getLastArgIntValue(clang::driver::OptSpecifier, int, clang::DiagnosticsEngine*) const'
  890. CompilerInvocation.cpp:(.text+0x2ebb): undefined reference to `clang::driver::ArgList::getLastArgIntValue(clang::driver::OptSpecifier, int, clang::DiagnosticsEngine*) const'
  891. CompilerInvocation.cpp:(.text+0x2eda): undefined reference to `clang::driver::ArgList::getLastArg(clang::driver::OptSpecifier) const'
  892. CompilerInvocation.cpp:(.text+0x2efc): undefined reference to `clang::driver::ArgList::getLastArg(clang::driver::OptSpecifier) const'
  893. CompilerInvocation.cpp:(.text+0x2f36): undefined reference to `clang::driver::ArgList::getLastArg(clang::driver::OptSpecifier) const'
  894. CompilerInvocation.cpp:(.text+0x2f58): undefined reference to `clang::driver::ArgList::getLastArg(clang::driver::OptSpecifier) const'
  895. CompilerInvocation.cpp:(.text+0x2f7a): undefined reference to `clang::driver::ArgList::getLastArg(clang::driver::OptSpecifier) const'
  896. /usr/local/lib/libclangFrontend.a(CompilerInvocation.o):CompilerInvocation.cpp:(.text+0x2f9c): more undefined references to `clang::driver::ArgList::getLastArg(clang::driver::OptSpecifier) const' follow
  897. /usr/local/lib/libclangFrontend.a(CompilerInvocation.o): In function `ParseLangArgs(clang::LangOptions&, clang::driver::ArgList&, clang::InputKind, clang::DiagnosticsEngine&)':
  898. CompilerInvocation.cpp:(.text+0x30f3): undefined reference to `clang::driver::ArgList::getLastArgValue(clang::driver::OptSpecifier, llvm::StringRef) const'
  899. CompilerInvocation.cpp:(.text+0x313f): undefined reference to `clang::driver::ArgList::getLastArg(clang::driver::OptSpecifier) const'
  900. CompilerInvocation.cpp:(.text+0x3170): undefined reference to `clang::driver::ArgList::hasFlag(clang::driver::OptSpecifier, clang::driver::OptSpecifier, bool) const'
  901. CompilerInvocation.cpp:(.text+0x31e3): undefined reference to `clang::driver::ArgList::getLastArg(clang::driver::OptSpecifier) const'
  902. CompilerInvocation.cpp:(.text+0x3205): undefined reference to `clang::driver::ArgList::getLastArg(clang::driver::OptSpecifier) const'
  903. CompilerInvocation.cpp:(.text+0x3224): undefined reference to `clang::driver::ArgList::getLastArg(clang::driver::OptSpecifier) const'
  904. CompilerInvocation.cpp:(.text+0x324a): undefined reference to `clang::driver::ArgList::getLastArgIntValue(clang::driver::OptSpecifier, int, clang::DiagnosticsEngine*) const'
  905. CompilerInvocation.cpp:(.text+0x3272): undefined reference to `clang::driver::ArgList::getLastArg(clang::driver::OptSpecifier) const'
  906. CompilerInvocation.cpp:(.text+0x3282): undefined reference to `clang::driver::Arg::getAsString(clang::driver::ArgList const&) const'
  907. CompilerInvocation.cpp:(.text+0x3356): undefined reference to `clang::driver::ArgList::getAllArgValues(clang::driver::OptSpecifier) const'
  908. CompilerInvocation.cpp:(.text+0x3af1): undefined reference to `clang::driver::ArgList::getLastArg(clang::driver::OptSpecifier) const'
  909. CompilerInvocation.cpp:(.text+0x3b17): undefined reference to `clang::ObjCRuntime::tryParse(llvm::StringRef)'
  910. CompilerInvocation.cpp:(.text+0x3b2c): undefined reference to `clang::driver::ArgList::getLastArg(clang::driver::OptSpecifier) const'
  911. CompilerInvocation.cpp:(.text+0x3b5c): undefined reference to `clang::driver::ArgList::getLastArg(clang::driver::OptSpecifier) const'
  912. CompilerInvocation.cpp:(.text+0x3b81): undefined reference to `clang::driver::ArgList::getLastArg(clang::driver::OptSpecifier) const'
  913. CompilerInvocation.cpp:(.text+0x3b99): undefined reference to `clang::driver::ArgList::getLastArg(clang::driver::OptSpecifier) const'
  914. CompilerInvocation.cpp:(.text+0x3bb9): undefined reference to `clang::driver::ArgList::getLastArg(clang::driver::OptSpecifier) const'
  915. CompilerInvocation.cpp:(.text+0x3ca0): undefined reference to `clang::driver::Arg::getAsString(clang::driver::ArgList const&) const'
  916. CompilerInvocation.cpp:(.text+0x3d5f): undefined reference to `clang::driver::Arg::getAsString(clang::driver::ArgList const&) const'
  917. CompilerInvocation.cpp:(.text+0x3e47): undefined reference to `clang::driver::Arg::getAsString(clang::driver::ArgList const&) const'
  918. CompilerInvocation.cpp:(.text+0x3f95): undefined reference to `clang::driver::Arg::getAsString(clang::driver::ArgList const&) const'
  919. CompilerInvocation.cpp:(.text+0x4049): undefined reference to `clang::driver::ArgList::getLastArg(clang::driver::OptSpecifier) const'
  920. CompilerInvocation.cpp:(.text+0x41ee): undefined reference to `clang::driver::Arg::getAsString(clang::driver::ArgList const&) const'
  921. CompilerInvocation.cpp:(.text+0x42b9): undefined reference to `clang::driver::ArgList::getLastArg(clang::driver::OptSpecifier) const'
  922. CompilerInvocation.cpp:(.text+0x44ff): undefined reference to `clang::driver::ArgList::getLastArg(clang::driver::OptSpecifier) const'
  923. CompilerInvocation.cpp:(.text+0x455e): undefined reference to `clang::driver::ArgList::getLastArg(clang::driver::OptSpecifier) const'
  924. CompilerInvocation.cpp:(.text+0x45a2): undefined reference to `clang::driver::ArgList::getLastArg(clang::driver::OptSpecifier) const'
  925. /usr/local/lib/libclangFrontend.a(CompilerInvocation.o): In function `clang::ParseDiagnosticArgs(clang::DiagnosticOptions&, clang::driver::ArgList&, clang::DiagnosticsEngine*)':
  926. CompilerInvocation.cpp:(.text+0x468c): undefined reference to `clang::driver::ArgList::getLastArgValue(clang::driver::OptSpecifier, llvm::StringRef) const'
  927. CompilerInvocation.cpp:(.text+0x46eb): undefined reference to `clang::driver::ArgList::getLastArgValue(clang::driver::OptSpecifier, llvm::StringRef) const'
  928. CompilerInvocation.cpp:(.text+0x4734): undefined reference to `clang::driver::ArgList::getLastArg(clang::driver::OptSpecifier) const'
  929. CompilerInvocation.cpp:(.text+0x4757): undefined reference to `clang::driver::ArgList::getLastArg(clang::driver::OptSpecifier) const'
  930. CompilerInvocation.cpp:(.text+0x477c): undefined reference to `clang::driver::ArgList::getLastArg(clang::driver::OptSpecifier) const'
  931. CompilerInvocation.cpp:(.text+0x47a2): undefined reference to `clang::driver::ArgList::getLastArg(clang::driver::OptSpecifier) const'
  932. CompilerInvocation.cpp:(.text+0x47c8): undefined reference to `clang::driver::ArgList::getLastArg(clang::driver::OptSpecifier) const'
  933. /usr/local/lib/libclangFrontend.a(CompilerInvocation.o):CompilerInvocation.cpp:(.text+0x47ee): more undefined references to `clang::driver::ArgList::getLastArg(clang::driver::OptSpecifier) const' follow
  934. /usr/local/lib/libclangFrontend.a(CompilerInvocation.o): In function `clang::ParseDiagnosticArgs(clang::DiagnosticOptions&, clang::driver::ArgList&, clang::DiagnosticsEngine*)':
  935. CompilerInvocation.cpp:(.text+0x481e): undefined reference to `clang::driver::ArgList::hasFlag(clang::driver::OptSpecifier, clang::driver::OptSpecifier, bool) const'
  936. CompilerInvocation.cpp:(.text+0x4841): undefined reference to `clang::driver::ArgList::getLastArg(clang::driver::OptSpecifier) const'
  937. CompilerInvocation.cpp:(.text+0x4867): undefined reference to `clang::driver::ArgList::getLastArg(clang::driver::OptSpecifier) const'
  938. CompilerInvocation.cpp:(.text+0x488d): undefined reference to `clang::driver::ArgList::getLastArg(clang::driver::OptSpecifier) const'
  939. CompilerInvocation.cpp:(.text+0x48b8): undefined reference to `clang::driver::ArgList::getLastArg(clang::driver::OptSpecifier, clang::driver::OptSpecifier) const'
  940. CompilerInvocation.cpp:(.text+0x48e1): undefined reference to `clang::driver::Option::matches(clang::driver::OptSpecifier) const'
  941. CompilerInvocation.cpp:(.text+0x48ec): undefined reference to `clang::driver::Option::~Option()'
  942. CompilerInvocation.cpp:(.text+0x490e): undefined reference to `clang::driver::ArgList::getLastArgValue(clang::driver::OptSpecifier, llvm::StringRef) const'
  943. CompilerInvocation.cpp:(.text+0x493e): undefined reference to `clang::driver::ArgList::getLastArg(clang::driver::OptSpecifier) const'
  944. CompilerInvocation.cpp:(.text+0x494e): undefined reference to `clang::driver::Arg::getAsString(clang::driver::ArgList const&) const'
  945. CompilerInvocation.cpp:(.text+0x4a05): undefined reference to `clang::driver::ArgList::getLastArgValue(clang::driver::OptSpecifier, llvm::StringRef) const'
  946. CompilerInvocation.cpp:(.text+0x4a35): undefined reference to `clang::driver::ArgList::getLastArg(clang::driver::OptSpecifier) const'
  947. CompilerInvocation.cpp:(.text+0x4a45): undefined reference to `clang::driver::Arg::getAsString(clang::driver::ArgList const&) const'
  948. CompilerInvocation.cpp:(.text+0x4afc): undefined reference to `clang::driver::ArgList::getLastArgValue(clang::driver::OptSpecifier, llvm::StringRef) const'
  949. CompilerInvocation.cpp:(.text+0x4b4e): undefined reference to `clang::driver::ArgList::getLastArg(clang::driver::OptSpecifier) const'
  950. CompilerInvocation.cpp:(.text+0x4b5e): undefined reference to `clang::driver::Arg::getAsString(clang::driver::ArgList const&) const'
  951. CompilerInvocation.cpp:(.text+0x4c09): undefined reference to `clang::driver::ArgList::getLastArg(clang::driver::OptSpecifier) const'
  952. CompilerInvocation.cpp:(.text+0x4c2c): undefined reference to `clang::driver::ArgList::getLastArg(clang::driver::OptSpecifier) const'
  953. CompilerInvocation.cpp:(.text+0x4c51): undefined reference to `clang::driver::ArgList::getLastArg(clang::driver::OptSpecifier) const'
  954. CompilerInvocation.cpp:(.text+0x4c77): undefined reference to `clang::driver::ArgList::getLastArg(clang::driver::OptSpecifier) const'
  955. CompilerInvocation.cpp:(.text+0x4c9a): undefined reference to `clang::driver::ArgList::getLastArg(clang::driver::OptSpecifier) const'
  956. /usr/local/lib/libclangFrontend.a(CompilerInvocation.o):CompilerInvocation.cpp:(.text+0x4cbf): more undefined references to `clang::driver::ArgList::getLastArg(clang::driver::OptSpecifier) const' follow
  957. /usr/local/lib/libclangFrontend.a(CompilerInvocation.o): In function `clang::ParseDiagnosticArgs(clang::DiagnosticOptions&, clang::driver::ArgList&, clang::DiagnosticsEngine*)':
  958. CompilerInvocation.cpp:(.text+0x4cea): undefined reference to `clang::driver::ArgList::getLastArgIntValue(clang::driver::OptSpecifier, int, clang::DiagnosticsEngine*) const'
  959. CompilerInvocation.cpp:(.text+0x4d04): undefined reference to `clang::driver::ArgList::getLastArgIntValue(clang::driver::OptSpecifier, int, clang::DiagnosticsEngine*) const'
  960. CompilerInvocation.cpp:(.text+0x4d1e): undefined reference to `clang::driver::ArgList::getLastArgIntValue(clang::driver::OptSpecifier, int, clang::DiagnosticsEngine*) const'
  961. CompilerInvocation.cpp:(.text+0x4d38): undefined reference to `clang::driver::ArgList::getLastArgIntValue(clang::driver::OptSpecifier, int, clang::DiagnosticsEngine*) const'
  962. CompilerInvocation.cpp:(.text+0x4d52): undefined reference to `clang::driver::ArgList::getLastArgIntValue(clang::driver::OptSpecifier, int, clang::DiagnosticsEngine*) const'
  963. /usr/local/lib/libclangFrontend.a(CompilerInvocation.o):CompilerInvocation.cpp:(.text+0x4e00): more undefined references to `clang::driver::ArgList::getLastArgIntValue(clang::driver::OptSpecifier, int, clang::DiagnosticsEngine*) const' follow
  964. /usr/local/lib/libclangFrontend.a(CompilerInvocation.o): In function `clang::ParseDiagnosticArgs(clang::DiagnosticOptions&, clang::driver::ArgList&, clang::DiagnosticsEngine*)':
  965. CompilerInvocation.cpp:(.text+0x4e3f): undefined reference to `clang::driver::arg_iterator::SkipToNextArg()'
  966. CompilerInvocation.cpp:(.text+0x4e7c): undefined reference to `clang::driver::arg_iterator::SkipToNextArg()'
  967. CompilerInvocation.cpp:(.text+0x4ece): undefined reference to `clang::driver::Option::~Option()'
  968. CompilerInvocation.cpp:(.text+0x5197): undefined reference to `clang::driver::Option::~Option()'
  969. CompilerInvocation.cpp:(.text+0x51a7): undefined reference to `clang::driver::arg_iterator::SkipToNextArg()'
  970. /usr/local/lib/libclangFrontend.a(CompilerInvocation.o): In function `ParseHeaderSearchArgs(clang::HeaderSearchOptions&, clang::driver::ArgList&)':
  971. CompilerInvocation.cpp:(.text+0x533c): undefined reference to `clang::driver::ArgList::getLastArgValue(clang::driver::OptSpecifier, llvm::StringRef) const'
  972. CompilerInvocation.cpp:(.text+0x53a1): undefined reference to `clang::driver::ArgList::getLastArg(clang::driver::OptSpecifier) const'
  973. CompilerInvocation.cpp:(.text+0x53c9): undefined reference to `clang::driver::ArgList::getLastArg(clang::driver::OptSpecifier) const'
  974. CompilerInvocation.cpp:(.text+0x53ee): undefined reference to `clang::driver::ArgList::getLastArg(clang::driver::OptSpecifier) const'
  975. CompilerInvocation.cpp:(.text+0x5415): undefined reference to `clang::driver::ArgList::getLastArg(clang::driver::OptSpecifier) const'
  976. CompilerInvocation.cpp:(.text+0x543d): undefined reference to `clang::driver::ArgList::getLastArg(clang::driver::OptSpecifier) const'
  977. CompilerInvocation.cpp:(.text+0x5485): undefined reference to `clang::driver::ArgList::getLastArgValue(clang::driver::OptSpecifier, llvm::StringRef) const'
  978. CompilerInvocation.cpp:(.text+0x54db): undefined reference to `clang::driver::ArgList::getLastArgValue(clang::driver::OptSpecifier, llvm::StringRef) const'
  979. CompilerInvocation.cpp:(.text+0x5523): undefined reference to `clang::driver::ArgList::getLastArg(clang::driver::OptSpecifier) const'
  980. CompilerInvocation.cpp:(.text+0x5549): undefined reference to `clang::driver::ArgList::getLastArgIntValue(clang::driver::OptSpecifier, int, clang::DiagnosticsEngine*) const'
  981. CompilerInvocation.cpp:(.text+0x5560): undefined reference to `clang::driver::ArgList::getLastArgIntValue(clang::driver::OptSpecifier, int, clang::DiagnosticsEngine*) const'
  982. CompilerInvocation.cpp:(.text+0x55a0): undefined reference to `clang::driver::arg_iterator::SkipToNextArg()'
  983. CompilerInvocation.cpp:(.text+0x55dd): undefined reference to `clang::driver::arg_iterator::SkipToNextArg()'
  984. CompilerInvocation.cpp:(.text+0x5709): undefined reference to `clang::driver::arg_iterator::SkipToNextArg()'
  985. CompilerInvocation.cpp:(.text+0x576d): undefined reference to `clang::driver::arg_iterator::SkipToNextArg()'
  986. CompilerInvocation.cpp:(.text+0x57ac): undefined reference to `clang::driver::arg_iterator::SkipToNextArg()'
  987. CompilerInvocation.cpp:(.text+0x582c): undefined reference to `clang::driver::Option::matches(clang::driver::OptSpecifier) const'
  988. CompilerInvocation.cpp:(.text+0x58b4): undefined reference to `clang::driver::Option::~Option()'
  989. CompilerInvocation.cpp:(.text+0x58c5): undefined reference to `clang::driver::arg_iterator::SkipToNextArg()'
  990. CompilerInvocation.cpp:(.text+0x5902): undefined reference to `clang::driver::Option::matches(clang::driver::OptSpecifier) const'
  991. CompilerInvocation.cpp:(.text+0x590c): undefined reference to `clang::driver::Option::~Option()'
  992. CompilerInvocation.cpp:(.text+0x5aa8): undefined reference to `clang::driver::arg_iterator::SkipToNextArg()'
  993. CompilerInvocation.cpp:(.text+0x5ae7): undefined reference to `clang::driver::arg_iterator::SkipToNextArg()'
  994. CompilerInvocation.cpp:(.text+0x5b56): undefined reference to `clang::driver::arg_iterator::SkipToNextArg()'
  995. CompilerInvocation.cpp:(.text+0x5b93): undefined reference to `clang::driver::Option::matches(clang::driver::OptSpecifier) const'
  996. CompilerInvocation.cpp:(.text+0x5b9e): undefined reference to `clang::driver::Option::~Option()'
  997. CompilerInvocation.cpp:(.text+0x5bc7): undefined reference to `clang::driver::Option::matches(clang::driver::OptSpecifier) const'
  998. CompilerInvocation.cpp:(.text+0x5bd2): undefined reference to `clang::driver::Option::~Option()'
  999. CompilerInvocation.cpp:(.text+0x5d4f): undefined reference to `clang::driver::arg_iterator::SkipToNextArg()'
  1000. CompilerInvocation.cpp:(.text+0x5d8e): undefined reference to `clang::driver::arg_iterator::SkipToNextArg()'
  1001. CompilerInvocation.cpp:(.text+0x5e6e): undefined reference to `clang::driver::arg_iterator::SkipToNextArg()'
  1002. CompilerInvocation.cpp:(.text+0x5ef5): undefined reference to `clang::driver::arg_iterator::SkipToNextArg()'
  1003. CompilerInvocation.cpp:(.text+0x5f34): undefined reference to `clang::driver::arg_iterator::SkipToNextArg()'
  1004. /usr/local/lib/libclangFrontend.a(CompilerInvocation.o):CompilerInvocation.cpp:(.text+0x6016): more undefined references to `clang::driver::arg_iterator::SkipToNextArg()' follow
  1005. /usr/local/lib/libclangFrontend.a(CompilerInvocation.o): In function `ParseHeaderSearchArgs(clang::HeaderSearchOptions&, clang::driver::ArgList&)':
  1006. CompilerInvocation.cpp:(.text+0x61cf): undefined reference to `clang::driver::Option::~Option()'
  1007. CompilerInvocation.cpp:(.text+0x61e1): undefined reference to `clang::driver::arg_iterator::SkipToNextArg()'
  1008. CompilerInvocation.cpp:(.text+0x6214): undefined reference to `clang::driver::Option::matches(clang::driver::OptSpecifier) const'
  1009. CompilerInvocation.cpp:(.text+0x62a1): undefined reference to `clang::driver::arg_iterator::SkipToNextArg()'
  1010. CompilerInvocation.cpp:(.text+0x62e0): undefined reference to `clang::driver::arg_iterator::SkipToNextArg()'
  1011. CompilerInvocation.cpp:(.text+0x63b9): undefined reference to `clang::driver::arg_iterator::SkipToNextArg()'
  1012. CompilerInvocation.cpp:(.text+0x6440): undefined reference to `clang::driver::arg_iterator::SkipToNextArg()'
  1013. CompilerInvocation.cpp:(.text+0x647f): undefined reference to `clang::driver::arg_iterator::SkipToNextArg()'
  1014. /usr/local/lib/libclangFrontend.a(CompilerInvocation.o):CompilerInvocation.cpp:(.text+0x6566): more undefined references to `clang::driver::arg_iterator::SkipToNextArg()' follow
  1015. /usr/local/lib/libclangFrontend.a(CompilerInvocation.o): In function `ParseHeaderSearchArgs(clang::HeaderSearchOptions&, clang::driver::ArgList&)':
  1016. CompilerInvocation.cpp:(.text+0x6c3c): undefined reference to `clang::driver::Option::matches(clang::driver::OptSpecifier) const'
  1017. CompilerInvocation.cpp:(.text+0x6c47): undefined reference to `clang::driver::Option::~Option()'
  1018. CompilerInvocation.cpp:(.text+0x6cce): undefined reference to `clang::driver::arg_iterator::SkipToNextArg()'
  1019. CompilerInvocation.cpp:(.text+0x6d0d): undefined reference to `clang::driver::arg_iterator::SkipToNextArg()'
  1020. CompilerInvocation.cpp:(.text+0x6db9): undefined reference to `clang::driver::Option::~Option()'
  1021. CompilerInvocation.cpp:(.text+0x6dcb): undefined reference to `clang::driver::arg_iterator::SkipToNextArg()'
  1022. CompilerInvocation.cpp:(.text+0x6dfe): undefined reference to `clang::driver::Option::matches(clang::driver::OptSpecifier) const'
  1023. /usr/local/lib/libclangFrontend.a(CompilerInvocation.o): In function `ParseFrontendArgs(clang::FrontendOptions&, clang::driver::ArgList&, clang::DiagnosticsEngine&)':
  1024. CompilerInvocation.cpp:(.text+0x7a0c): undefined reference to `clang::driver::ArgList::getLastArg(clang::driver::OptSpecifier) const'
  1025. CompilerInvocation.cpp:(.text+0x7a48): undefined reference to `clang::driver::Option::~Option()'
  1026. CompilerInvocation.cpp:(.text+0x7ae9): undefined reference to `clang::driver::ArgList::getLastArg(clang::driver::OptSpecifier) const'
  1027. CompilerInvocation.cpp:(.text+0x7ba5): undefined reference to `clang::driver::arg_iterator::SkipToNextArg()'
  1028. CompilerInvocation.cpp:(.text+0x7be4): undefined reference to `clang::driver::arg_iterator::SkipToNextArg()'
  1029. CompilerInvocation.cpp:(.text+0x7c22): undefined reference to `clang::driver::arg_iterator::SkipToNextArg()'
  1030. CompilerInvocation.cpp:(.text+0x7d5f): undefined reference to `clang::driver::ArgList::getAllArgValues(clang::driver::OptSpecifier) const'
  1031. CompilerInvocation.cpp:(.text+0x7ea3): undefined reference to `clang::driver::arg_iterator::SkipToNextArg()'
  1032. CompilerInvocation.cpp:(.text+0x7ee2): undefined reference to `clang::driver::arg_iterator::SkipToNextArg()'
  1033. CompilerInvocation.cpp:(.text+0x7f1a): undefined reference to `clang::driver::arg_iterator::SkipToNextArg()'
  1034. CompilerInvocation.cpp:(.text+0x800d): undefined reference to `clang::driver::ArgList::getLastArg(clang::driver::OptSpecifier) const'
  1035. CompilerInvocation.cpp:(.text+0x8156): undefined reference to `clang::driver::ArgList::getLastArg(clang::driver::OptSpecifier) const'
  1036. CompilerInvocation.cpp:(.text+0x817c): undefined reference to `clang::driver::ArgList::getLastArgValue(clang::driver::OptSpecifier, llvm::StringRef) const'
  1037. CompilerInvocation.cpp:(.text+0x81c9): undefined reference to `clang::driver::ArgList::getAllArgValues(clang::driver::OptSpecifier) const'
  1038. CompilerInvocation.cpp:(.text+0x81eb): undefined reference to `clang::driver::ArgList::getLastArg(clang::driver::OptSpecifier) const'
  1039. CompilerInvocation.cpp:(.text+0x820a): undefined reference to `clang::driver::ArgList::getLastArg(clang::driver::OptSpecifier) const'
  1040. CompilerInvocation.cpp:(.text+0x822a): undefined reference to `clang::driver::ArgList::getLastArg(clang::driver::OptSpecifier) const'
  1041. CompilerInvocation.cpp:(.text+0x824a): undefined reference to `clang::driver::ArgList::getLastArg(clang::driver::OptSpecifier) const'
  1042. CompilerInvocation.cpp:(.text+0x826a): undefined reference to `clang::driver::ArgList::getLastArg(clang::driver::OptSpecifier) const'
  1043. CompilerInvocation.cpp:(.text+0x828d): undefined reference to `clang::driver::ArgList::getAllArgValues(clang::driver::OptSpecifier) const'
  1044. CompilerInvocation.cpp:(.text+0x82b4): undefined reference to `clang::driver::ArgList::getAllArgValues(clang::driver::OptSpecifier) const'
  1045. CompilerInvocation.cpp:(.text+0x82d8): undefined reference to `clang::driver::ArgList::getLastArg(clang::driver::OptSpecifier) const'
  1046. CompilerInvocation.cpp:(.text+0x82f8): undefined reference to `clang::driver::ArgList::getLastArg(clang::driver::OptSpecifier) const'
  1047. CompilerInvocation.cpp:(.text+0x8318): undefined reference to `clang::driver::ArgList::getLastArg(clang::driver::OptSpecifier) const'
  1048. CompilerInvocation.cpp:(.text+0x8337): undefined reference to `clang::driver::ArgList::getLastArg(clang::driver::OptSpecifier) const'
  1049. CompilerInvocation.cpp:(.text+0x8361): undefined reference to `clang::driver::ArgList::getLastArgValue(clang::driver::OptSpecifier, llvm::StringRef) const'
  1050. CompilerInvocation.cpp:(.text+0x83a6): undefined reference to `clang::driver::ArgList::getLastArg(clang::driver::OptSpecifier) const'
  1051. CompilerInvocation.cpp:(.text+0x83cf): undefined reference to `clang::driver::ArgList::getLastArg(clang::driver::OptSpecifier) const'
  1052. CompilerInvocation.cpp:(.text+0x83ee): undefined reference to `clang::driver::ArgList::getLastArg(clang::driver::OptSpecifier) const'
  1053. CompilerInvocation.cpp:(.text+0x840f): undefined reference to `clang::driver::ArgList::getLastArg(clang::driver::OptSpecifier) const'
  1054. CompilerInvocation.cpp:(.text+0x8431): undefined reference to `clang::driver::ArgList::getLastArg(clang::driver::OptSpecifier) const'
  1055. CompilerInvocation.cpp:(.text+0x845c): undefined reference to `clang::driver::ArgList::getLastArgValue(clang::driver::OptSpecifier, llvm::StringRef) const'
  1056. CompilerInvocation.cpp:(.text+0x84ae): undefined reference to `clang::driver::ArgList::getLastArg(clang::driver::OptSpecifier, clang::driver::OptSpecifier, clang::driver::OptSpecifier) const'
  1057. CompilerInvocation.cpp:(.text+0x84d5): undefined reference to `clang::driver::Option::~Option()'
  1058. CompilerInvocation.cpp:(.text+0x8508): undefined reference to `clang::driver::ArgList::getLastArgValue(clang::driver::OptSpecifier, llvm::StringRef) const'
  1059. CompilerInvocation.cpp:(.text+0x855b): undefined reference to `clang::driver::ArgList::getLastArgValue(clang::driver::OptSpecifier, llvm::StringRef) const'
  1060. CompilerInvocation.cpp:(.text+0x85a0): undefined reference to `clang::driver::ArgList::getLastArg(clang::driver::OptSpecifier) const'
  1061. CompilerInvocation.cpp:(.text+0x85c2): undefined reference to `clang::driver::ArgList::getLastArg(clang::driver::OptSpecifier) const'
  1062. CompilerInvocation.cpp:(.text+0x85d8): undefined reference to `clang::driver::ArgList::getLastArg(clang::driver::OptSpecifier) const'
  1063. CompilerInvocation.cpp:(.text+0x8600): undefined reference to `clang::driver::ArgList::getLastArg(clang::driver::OptSpecifier) const'
  1064. CompilerInvocation.cpp:(.text+0x866a): undefined reference to `clang::driver::Arg::getAsString(clang::driver::ArgList const&) const'
  1065. CompilerInvocation.cpp:(.text+0x872f): undefined reference to `clang::driver::ArgList::getAllArgValues(clang::driver::OptSpecifier) const'
  1066. CompilerInvocation.cpp:(.text+0x8a13): undefined reference to `clang::driver::Arg::getAsString(clang::driver::ArgList const&) const'
  1067. /usr/local/lib/libclangFrontend.a(CompilerInvocation.o): In function `clang::CompilerInvocation::CreateFromArgs(clang::CompilerInvocation&, char const* const*, char const* const*, clang::DiagnosticsEngine&)':
  1068. CompilerInvocation.cpp:(.text+0x9215): undefined reference to `clang::driver::createDriverOptTable()'
  1069. CompilerInvocation.cpp:(.text+0x923b): undefined reference to `clang::driver::OptTable::ParseArgs(char const* const*, char const* const*, unsigned int&, unsigned int&) const'
  1070. CompilerInvocation.cpp:(.text+0x92bb): undefined reference to `clang::driver::arg_iterator::SkipToNextArg()'
  1071. CompilerInvocation.cpp:(.text+0x92fa): undefined reference to `clang::driver::arg_iterator::SkipToNextArg()'
  1072. CompilerInvocation.cpp:(.text+0x935a): undefined reference to `clang::driver::Arg::getAsString(clang::driver::ArgList const&) const'
  1073. CompilerInvocation.cpp:(.text+0x93f7): undefined reference to `clang::driver::arg_iterator::SkipToNextArg()'
  1074. CompilerInvocation.cpp:(.text+0x9478): undefined reference to `clang::driver::Option::~Option()'
  1075. CompilerInvocation.cpp:(.text+0x9497): undefined reference to `clang::driver::Arg::getAsString(clang::driver::ArgList const&) const'
  1076. CompilerInvocation.cpp:(.text+0x9592): undefined reference to `clang::driver::ArgList::getLastArg(clang::driver::OptSpecifier) const'
  1077. CompilerInvocation.cpp:(.text+0x95d4): undefined reference to `clang::driver::Arg::getAsString(clang::driver::ArgList const&) const'
  1078. CompilerInvocation.cpp:(.text+0x968a): undefined reference to `clang::driver::ArgList::getLastArg(clang::driver::OptSpecifier) const'
  1079. CompilerInvocation.cpp:(.text+0x96c4): undefined reference to `clang::driver::Arg::getAsString(clang::driver::ArgList const&) const'
  1080. CompilerInvocation.cpp:(.text+0x977a): undefined reference to `clang::driver::ArgList::getLastArg(clang::driver::OptSpecifier) const'
  1081. CompilerInvocation.cpp:(.text+0x9809): undefined reference to `clang::driver::Arg::getAsString(clang::driver::ArgList const&) const'
  1082. CompilerInvocation.cpp:(.text+0x98bf): undefined reference to `clang::driver::ArgList::getLastArg(clang::driver::OptSpecifier) const'
  1083. CompilerInvocation.cpp:(.text+0x992e): undefined reference to `clang::driver::Arg::getAsString(clang::driver::ArgList const&) const'
  1084. CompilerInvocation.cpp:(.text+0x99e4): undefined reference to `clang::driver::ArgList::getLastArg(clang::driver::OptSpecifier) const'
  1085. CompilerInvocation.cpp:(.text+0x9a3e): undefined reference to `clang::driver::Arg::getAsString(clang::driver::ArgList const&) const'
  1086. CompilerInvocation.cpp:(.text+0x9af7): undefined reference to `clang::driver::ArgList::getLastArg(clang::driver::OptSpecifier) const'
  1087. CompilerInvocation.cpp:(.text+0x9b18): undefined reference to `clang::driver::ArgList::getLastArg(clang::driver::OptSpecifier) const'
  1088. CompilerInvocation.cpp:(.text+0x9b3c): undefined reference to `clang::driver::ArgList::getLastArg(clang::driver::OptSpecifier) const'
  1089. CompilerInvocation.cpp:(.text+0x9b60): undefined reference to `clang::driver::ArgList::getLastArg(clang::driver::OptSpecifier) const'
  1090. CompilerInvocation.cpp:(.text+0x9b84): undefined reference to `clang::driver::ArgList::getLastArg(clang::driver::OptSpecifier) const'
  1091. /usr/local/lib/libclangFrontend.a(CompilerInvocation.o):CompilerInvocation.cpp:(.text+0x9ba7): more undefined references to `clang::driver::ArgList::getLastArg(clang::driver::OptSpecifier) const' follow
  1092. /usr/local/lib/libclangFrontend.a(CompilerInvocation.o): In function `clang::CompilerInvocation::CreateFromArgs(clang::CompilerInvocation&, char const* const*, char const* const*, clang::DiagnosticsEngine&)':
  1093. CompilerInvocation.cpp:(.text+0x9c1c): undefined reference to `clang::driver::ArgList::getLastArgValue(clang::driver::OptSpecifier, llvm::StringRef) const'
  1094. CompilerInvocation.cpp:(.text+0x9c6b): undefined reference to `clang::driver::ArgList::getLastArg(clang::driver::OptSpecifier) const'
  1095. CompilerInvocation.cpp:(.text+0x9c8c): undefined reference to `clang::driver::ArgList::getLastArg(clang::driver::OptSpecifier) const'
  1096. CompilerInvocation.cpp:(.text+0x9cbd): undefined reference to `clang::driver::ArgList::getLastArgIntValue(clang::driver::OptSpecifier, int, clang::DiagnosticsEngine*) const'
  1097. CompilerInvocation.cpp:(.text+0x9cce): undefined reference to `clang::driver::ArgList::getLastArg(clang::driver::OptSpecifier) const'
  1098. CompilerInvocation.cpp:(.text+0x9cf8): undefined reference to `clang::driver::ArgList::getLastArgIntValue(clang::driver::OptSpecifier, int, clang::DiagnosticsEngine*) const'
  1099. CompilerInvocation.cpp:(.text+0x9d7b): undefined reference to `clang::driver::arg_iterator::SkipToNextArg()'
  1100. CompilerInvocation.cpp:(.text+0x9dba): undefined reference to `clang::driver::arg_iterator::SkipToNextArg()'
  1101. CompilerInvocation.cpp:(.text+0x9e42): undefined reference to `clang::driver::Option::~Option()'
  1102. CompilerInvocation.cpp:(.text+0x9fb1): undefined reference to `clang::driver::arg_iterator::SkipToNextArg()'
  1103. CompilerInvocation.cpp:(.text+0xa00b): undefined reference to `clang::driver::arg_iterator::SkipToNextArg()'
  1104. CompilerInvocation.cpp:(.text+0xa04a): undefined reference to `clang::driver::arg_iterator::SkipToNextArg()'
  1105. CompilerInvocation.cpp:(.text+0xa317): undefined reference to `clang::driver::arg_iterator::SkipToNextArg()'
  1106. CompilerInvocation.cpp:(.text+0xa502): undefined reference to `clang::driver::ArgList::getLastArg(clang::driver::OptSpecifier) const'
  1107. CompilerInvocation.cpp:(.text+0xa526): undefined reference to `clang::driver::ArgList::getLastArg(clang::driver::OptSpecifier) const'
  1108. CompilerInvocation.cpp:(.text+0xa550): undefined reference to `clang::driver::ArgList::getLastArgValue(clang::driver::OptSpecifier, llvm::StringRef) const'
  1109. CompilerInvocation.cpp:(.text+0xa5af): undefined reference to `clang::driver::ArgList::getAllArgValues(clang::driver::OptSpecifier) const'
  1110. CompilerInvocation.cpp:(.text+0xa5d3): undefined reference to `clang::driver::ArgList::getLastArg(clang::driver::OptSpecifier) const'
  1111. CompilerInvocation.cpp:(.text+0xa5f8): undefined reference to `clang::driver::ArgList::getLastArg(clang::driver::OptSpecifier) const'
  1112. CompilerInvocation.cpp:(.text+0xa620): undefined reference to `clang::driver::ArgList::getLastArg(clang::driver::OptSpecifier) const'
  1113. CompilerInvocation.cpp:(.text+0xa650): undefined reference to `clang::driver::ArgList::getLastArgValue(clang::driver::OptSpecifier, llvm::StringRef) const'
  1114. CompilerInvocation.cpp:(.text+0xa6a9): undefined reference to `clang::driver::ArgList::getLastArg(clang::driver::OptSpecifier) const'
  1115. CompilerInvocation.cpp:(.text+0xa6da): undefined reference to `clang::driver::ArgList::getLastArgValue(clang::driver::OptSpecifier, llvm::StringRef) const'
  1116. CompilerInvocation.cpp:(.text+0xa767): undefined reference to `clang::driver::ArgList::getAllArgValues(clang::driver::OptSpecifier) const'
  1117. CompilerInvocation.cpp:(.text+0xa788): undefined reference to `clang::driver::ArgList::getLastArg(clang::driver::OptSpecifier) const'
  1118. CompilerInvocation.cpp:(.text+0xa7a8): undefined reference to `clang::driver::ArgList::getLastArgValue(clang::driver::OptSpecifier, llvm::StringRef) const'
  1119. CompilerInvocation.cpp:(.text+0xa89e): undefined reference to `clang::driver::ArgList::getLastArgValue(clang::driver::OptSpecifier, llvm::StringRef) const'
  1120. CompilerInvocation.cpp:(.text+0xa8f9): undefined reference to `clang::driver::ArgList::getLastArgValue(clang::driver::OptSpecifier, llvm::StringRef) const'
  1121. CompilerInvocation.cpp:(.text+0xa947): undefined reference to `clang::driver::ArgList::getLastArg(clang::driver::OptSpecifier) const'
  1122. CompilerInvocation.cpp:(.text+0xa983): undefined reference to `clang::driver::ArgList::getLastArg(clang::driver::OptSpecifier) const'
  1123. CompilerInvocation.cpp:(.text+0xa9a2): undefined reference to `clang::driver::ArgList::getLastArg(clang::driver::OptSpecifier) const'
  1124. CompilerInvocation.cpp:(.text+0xa9c3): undefined reference to `clang::driver::ArgList::getLastArg(clang::driver::OptSpecifier) const'
  1125. CompilerInvocation.cpp:(.text+0xa9d7): undefined reference to `clang::driver::ArgList::getLastArg(clang::driver::OptSpecifier) const'
  1126. CompilerInvocation.cpp:(.text+0xaa1d): undefined reference to `clang::driver::arg_iterator::SkipToNextArg()'
  1127. CompilerInvocation.cpp:(.text+0xaa5c): undefined reference to `clang::driver::arg_iterator::SkipToNextArg()'
  1128. CompilerInvocation.cpp:(.text+0xaad2): undefined reference to `clang::driver::arg_iterator::SkipToNextArg()'
  1129. CompilerInvocation.cpp:(.text+0xaaf3): undefined reference to `clang::driver::ArgList::getLastArg(clang::driver::OptSpecifier) const'
  1130. CompilerInvocation.cpp:(.text+0xabdb): undefined reference to `clang::driver::arg_iterator::SkipToNextArg()'
  1131. CompilerInvocation.cpp:(.text+0xac1a): undefined reference to `clang::driver::arg_iterator::SkipToNextArg()'
  1132. CompilerInvocation.cpp:(.text+0xacd0): undefined reference to `clang::driver::arg_iterator::SkipToNextArg()'
  1133. CompilerInvocation.cpp:(.text+0xad0d): undefined reference to `clang::driver::Option::matches(clang::driver::OptSpecifier) const'
  1134. CompilerInvocation.cpp:(.text+0xad18): undefined reference to `clang::driver::Option::~Option()'
  1135. CompilerInvocation.cpp:(.text+0xaf18): undefined reference to `clang::driver::ArgList::getAllArgValues(clang::driver::OptSpecifier) const'
  1136. CompilerInvocation.cpp:(.text+0xaf6b): undefined reference to `clang::driver::arg_iterator::SkipToNextArg()'
  1137. CompilerInvocation.cpp:(.text+0xafa8): undefined reference to `clang::driver::arg_iterator::SkipToNextArg()'
  1138. CompilerInvocation.cpp:(.text+0xb03d): undefined reference to `clang::driver::arg_iterator::SkipToNextArg()'
  1139. CompilerInvocation.cpp:(.text+0xb093): undefined reference to `clang::driver::arg_iterator::SkipToNextArg()'
  1140. CompilerInvocation.cpp:(.text+0xb0d2): undefined reference to `clang::driver::arg_iterator::SkipToNextArg()'
  1141. /usr/local/lib/libclangFrontend.a(CompilerInvocation.o):CompilerInvocation.cpp:(.text+0xb167): more undefined references to `clang::driver::arg_iterator::SkipToNextArg()' follow
  1142. /usr/local/lib/libclangFrontend.a(CompilerInvocation.o): In function `clang::CompilerInvocation::CreateFromArgs(clang::CompilerInvocation&, char const* const*, char const* const*, clang::DiagnosticsEngine&)':
  1143. CompilerInvocation.cpp:(.text+0xb188): undefined reference to `clang::driver::ArgList::getLastArg(clang::driver::OptSpecifier) const'
  1144. CompilerInvocation.cpp:(.text+0xb20a): undefined reference to `clang::driver::arg_iterator::SkipToNextArg()'
  1145. CompilerInvocation.cpp:(.text+0xb24d): undefined reference to `clang::driver::arg_iterator::SkipToNextArg()'
  1146. CompilerInvocation.cpp:(.text+0xb2d8): undefined reference to `clang::driver::Arg::getAsString(clang::driver::ArgList const&) const'
  1147. CompilerInvocation.cpp:(.text+0xb3af): undefined reference to `clang::driver::arg_iterator::SkipToNextArg()'
  1148. CompilerInvocation.cpp:(.text+0xb3d4): undefined reference to `clang::driver::ArgList::getLastArg(clang::driver::OptSpecifier) const'
  1149. CompilerInvocation.cpp:(.text+0xb443): undefined reference to `clang::driver::Arg::getAsString(clang::driver::ArgList const&) const'
  1150. CompilerInvocation.cpp:(.text+0xb52a): undefined reference to `clang::driver::ArgList::getLastArg(clang::driver::OptSpecifier) const'
  1151. CompilerInvocation.cpp:(.text+0xb556): undefined reference to `clang::driver::ArgList::getLastArg(clang::driver::OptSpecifier) const'
  1152. CompilerInvocation.cpp:(.text+0xb57e): undefined reference to `clang::driver::ArgList::getLastArg(clang::driver::OptSpecifier) const'
  1153. CompilerInvocation.cpp:(.text+0xb5a6): undefined reference to `clang::driver::ArgList::getLastArg(clang::driver::OptSpecifier) const'
  1154. CompilerInvocation.cpp:(.text+0xb5e0): undefined reference to `clang::driver::ArgList::getLastArg(clang::driver::OptSpecifier) const'
  1155. CompilerInvocation.cpp:(.text+0xb615): undefined reference to `clang::driver::ArgList::getLastArgValue(clang::driver::OptSpecifier, llvm::StringRef) const'
  1156. CompilerInvocation.cpp:(.text+0xb66c): undefined reference to `clang::driver::ArgList::getLastArgValue(clang::driver::OptSpecifier, llvm::StringRef) const'
  1157. CompilerInvocation.cpp:(.text+0xb6c3): undefined reference to `clang::driver::ArgList::getLastArgValue(clang::driver::OptSpecifier, llvm::StringRef) const'
  1158. CompilerInvocation.cpp:(.text+0xb71a): undefined reference to `clang::driver::ArgList::getAllArgValues(clang::driver::OptSpecifier) const'
  1159. CompilerInvocation.cpp:(.text+0xb744): undefined reference to `clang::driver::ArgList::getLastArgValue(clang::driver::OptSpecifier, llvm::StringRef) const'
  1160. CompilerInvocation.cpp:(.text+0xb7a5): undefined reference to `clang::driver::ArgList::getLastArgValue(clang::driver::OptSpecifier, llvm::StringRef) const'
  1161. CompilerInvocation.cpp:(.text+0xb832): undefined reference to `clang::driver::OptTable::~OptTable()'
  1162. CompilerInvocation.cpp:(.text+0xb9d0): undefined reference to `clang::driver::ArgList::getLastArg(clang::driver::OptSpecifier) const'
  1163. CompilerInvocation.cpp:(.text+0xbb76): undefined reference to `clang::driver::ArgList::getLastArg(clang::driver::OptSpecifier) const'
  1164. /usr/local/lib/libclangFrontend.a(CompilerInvocation.o): In function `clang::CompilerInvocation::getModuleHash() const':
  1165. CompilerInvocation.cpp:(.text+0xbfdd): undefined reference to `clang::getClangFullRepositoryVersion()'
  1166. /usr/local/lib/libclangFrontend.a(FrontendActions.o): In function `(anonymous namespace)::DumpModuleInfoListener::ReadFullVersionInformation(llvm::StringRef)':
  1167. FrontendActions.cpp:(.text+0xf89): undefined reference to `clang::getClangFullRepositoryVersion()'
  1168. FrontendActions.cpp:(.text+0x1098): undefined reference to `clang::getClangFullRepositoryVersion()'
  1169. /usr/local/lib/libclangFrontend.a(InitPreprocessor.o): In function `_ZL26InitializePredefinedMacrosRKN5clang10TargetInfoERKNS_11LangOptionsERKNS_15FrontendOptionsERNS_12MacroBuilderE.isra.92':
  1170. InitPreprocessor.cpp:(.text+0x2522): undefined reference to `clang::getClangFullRepositoryVersion()'
  1171. InitPreprocessor.cpp:(.text+0x2c13): undefined reference to `clang::getClangFullCPPVersion()'
  1172. /usr/local/lib/libclangFrontend.a(LayoutOverrideSource.o): In function `clang::LayoutOverrideSource::~LayoutOverrideSource()':
  1173. LayoutOverrideSource.cpp:(.text._ZN5clang20LayoutOverrideSourceD2Ev[_ZN5clang20LayoutOverrideSourceD5Ev]+0x98): undefined reference to `clang::ExternalASTSource::~ExternalASTSource()'
  1174. /usr/local/lib/libclangFrontend.a(LayoutOverrideSource.o): In function `clang::LayoutOverrideSource::~LayoutOverrideSource()':
  1175. LayoutOverrideSource.cpp:(.text._ZN5clang20LayoutOverrideSourceD0Ev[_ZN5clang20LayoutOverrideSourceD0Ev]+0x90): undefined reference to `clang::ExternalASTSource::~ExternalASTSource()'
  1176. /usr/local/lib/libclangFrontend.a(LayoutOverrideSource.o):(.data.rel.ro._ZTVN5clang20LayoutOverrideSourceE[_ZTVN5clang20LayoutOverrideSourceE]+0x20): undefined reference to `clang::ExternalASTSource::GetExternalDecl(unsigned int)'
  1177. /usr/local/lib/libclangFrontend.a(LayoutOverrideSource.o):(.data.rel.ro._ZTVN5clang20LayoutOverrideSourceE[_ZTVN5clang20LayoutOverrideSourceE]+0x28): undefined reference to `clang::ExternalASTSource::GetExternalSelector(unsigned int)'
  1178. /usr/local/lib/libclangFrontend.a(LayoutOverrideSource.o):(.data.rel.ro._ZTVN5clang20LayoutOverrideSourceE[_ZTVN5clang20LayoutOverrideSourceE]+0x30): undefined reference to `clang::ExternalASTSource::GetNumExternalSelectors()'
  1179. /usr/local/lib/libclangFrontend.a(LayoutOverrideSource.o):(.data.rel.ro._ZTVN5clang20LayoutOverrideSourceE[_ZTVN5clang20LayoutOverrideSourceE]+0x38): undefined reference to `clang::ExternalASTSource::GetExternalDeclStmt(unsigned long)'
  1180. /usr/local/lib/libclangFrontend.a(LayoutOverrideSource.o):(.data.rel.ro._ZTVN5clang20LayoutOverrideSourceE[_ZTVN5clang20LayoutOverrideSourceE]+0x40): undefined reference to `clang::ExternalASTSource::GetExternalCXXBaseSpecifiers(unsigned long)'
  1181. /usr/local/lib/libclangFrontend.a(LayoutOverrideSource.o):(.data.rel.ro._ZTVN5clang20LayoutOverrideSourceE[_ZTVN5clang20LayoutOverrideSourceE]+0x50): undefined reference to `clang::ExternalASTSource::FindExternalVisibleDeclsByName(clang::DeclContext const*, clang::DeclarationName)'
  1182. /usr/local/lib/libclangFrontend.a(LayoutOverrideSource.o):(.data.rel.ro._ZTVN5clang20LayoutOverrideSourceE[_ZTVN5clang20LayoutOverrideSourceE]+0x58): undefined reference to `clang::ExternalASTSource::completeVisibleDeclsMap(clang::DeclContext const*)'
  1183. /usr/local/lib/libclangFrontend.a(LayoutOverrideSource.o):(.data.rel.ro._ZTVN5clang20LayoutOverrideSourceE[_ZTVN5clang20LayoutOverrideSourceE]+0x68): undefined reference to `clang::ExternalASTSource::FindExternalLexicalDecls(clang::DeclContext const*, bool (*)(clang::Decl::Kind), llvm::SmallVectorImpl<clang::Decl*>&)'
  1184. /usr/local/lib/libclangFrontend.a(LayoutOverrideSource.o):(.data.rel.ro._ZTVN5clang20LayoutOverrideSourceE[_ZTVN5clang20LayoutOverrideSourceE]+0xa8): undefined reference to `clang::ExternalASTSource::PrintStats()'
  1185. /usr/local/lib/libclangFrontend.a(LayoutOverrideSource.o):(.data.rel.ro._ZTVN5clang20LayoutOverrideSourceE[_ZTVN5clang20LayoutOverrideSourceE]+0xb8): undefined reference to `clang::ExternalASTSource::getMemoryBufferSizes(clang::ExternalASTSource::MemoryBufferSizes&) const'
  1186. /usr/local/lib/libclangFrontend.a(ASTUnit.o): In function `clang::ASTReaderListener::ReadFullVersionInformation(llvm::StringRef)':
  1187. ASTUnit.cpp:(.text._ZN5clang17ASTReaderListener26ReadFullVersionInformationEN4llvm9StringRefE[_ZN5clang17ASTReaderListener26ReadFullVersionInformationEN4llvm9StringRefE]+0x1b): undefined reference to `clang::getClangFullRepositoryVersion()'
  1188. /usr/local/lib/libclangFrontend.a(ChainedIncludesSource.o):(.data.rel.ro._ZTVN5clang21ChainedIncludesSourceE[_ZTVN5clang21ChainedIncludesSourceE]+0x58): undefined reference to `clang::ExternalASTSource::completeVisibleDeclsMap(clang::DeclContext const*)'
  1189. /usr/local/lib/libclangFrontend.a(CreateInvocationFromCommandLine.o): In function `clang::createInvocationFromCommandLine(llvm::ArrayRef<char const*>, llvm::IntrusiveRefCntPtr<clang::DiagnosticsEngine>)':
  1190. CreateInvocationFromCommandLine.cpp:(.text+0x132): undefined reference to `clang::driver::Driver::Driver(llvm::StringRef, llvm::StringRef, llvm::StringRef, clang::DiagnosticsEngine&)'
  1191. CreateInvocationFromCommandLine.cpp:(.text+0x16d): undefined reference to `clang::driver::Driver::BuildCompilation(llvm::ArrayRef<char const*>)'
  1192. CreateInvocationFromCommandLine.cpp:(.text+0x17e): undefined reference to `clang::driver::ArgList::getLastArg(clang::driver::OptSpecifier) const'
  1193. CreateInvocationFromCommandLine.cpp:(.text+0x1e9): undefined reference to `clang::driver::Compilation::PrintJob(llvm::raw_ostream&, clang::driver::Job const&, char const*, bool) const'
  1194. CreateInvocationFromCommandLine.cpp:(.text+0x321): undefined reference to `clang::driver::Compilation::~Compilation()'
  1195. CreateInvocationFromCommandLine.cpp:(.text+0x331): undefined reference to `clang::driver::Driver::~Driver()'
  1196. CreateInvocationFromCommandLine.cpp:(.text+0x398): undefined reference to `clang::driver::Compilation::PrintJob(llvm::raw_ostream&, clang::driver::Job const&, char const*, bool) const'
  1197. /usr/local/lib/libclangFrontend.a(DiagnosticRenderer.o): In function `(anonymous namespace)::FixitReceiver::~FixitReceiver()':
  1198. DiagnosticRenderer.cpp:(.text+0x23): undefined reference to `vtable for clang::edit::EditsReceiver'
  1199. /usr/local/lib/libclangFrontend.a(DiagnosticRenderer.o): In function `(anonymous namespace)::FixitReceiver::~FixitReceiver()':
  1200. DiagnosticRenderer.cpp:(.text+0x33): undefined reference to `vtable for clang::edit::EditsReceiver'
  1201. /usr/local/lib/libclangFrontend.a(DiagnosticRenderer.o): In function `clang::DiagnosticRenderer::emitDiagnostic(clang::SourceLocation, clang::DiagnosticsEngine::Level, llvm::StringRef, llvm::ArrayRef<clang::CharSourceRange>, llvm::ArrayRef<clang::FixItHint>, clang::SourceManager const*, llvm::PointerUnion<clang::Diagnostic const*, clang::StoredDiagnostic const*>)':
  1202. DiagnosticRenderer.cpp:(.text+0x395e): undefined reference to `clang::edit::Commit::insertFromRange(clang::SourceLocation, clang::CharSourceRange, bool, bool)'
  1203. DiagnosticRenderer.cpp:(.text+0x39a2): undefined reference to `clang::edit::Commit::replace(clang::CharSourceRange, llvm::StringRef)'
  1204. DiagnosticRenderer.cpp:(.text+0x3a67): undefined reference to `clang::edit::EditedSource::commit(clang::edit::Commit const&)'
  1205. DiagnosticRenderer.cpp:(.text+0x3b23): undefined reference to `clang::edit::Commit::remove(clang::CharSourceRange)'
  1206. DiagnosticRenderer.cpp:(.text+0x3b42): undefined reference to `clang::edit::Commit::insert(clang::SourceLocation, llvm::StringRef, bool, bool)'
  1207. DiagnosticRenderer.cpp:(.text+0x3bfe): undefined reference to `clang::edit::EditedSource::applyRewrites(clang::edit::EditsReceiver&)'
  1208. /usr/local/lib/libclangFrontend.a(DiagnosticRenderer.o):(.data.rel.ro+0x30): undefined reference to `clang::edit::EditsReceiver::remove(clang::CharSourceRange)'
  1209. /usr/local/lib/libclangLex.a(Preprocessor.o): In function `clang::Preprocessor::DumpToken(clang::Token const&, bool) const':
  1210. Preprocessor.cpp:(.text+0x191): undefined reference to `clang::tok::getTokenName(clang::tok::TokenKind)'
  1211. /usr/local/lib/libclangParse.a(Parser.o): In function `clang::Parser::isTokenEqualOrEqualTypo()':
  1212. Parser.cpp:(.text+0x22b1): undefined reference to `clang::tok::getTokenSimpleSpelling(clang::tok::TokenKind)'
  1213. /usr/local/lib/libclangParse.a(Parser.o): In function `clang::Parser::ExpectAndConsume(clang::tok::TokenKind, unsigned int, char const*, clang::tok::TokenKind)':
  1214. Parser.cpp:(.text+0x50f2): undefined reference to `clang::tok::getTokenSimpleSpelling(clang::tok::TokenKind)'
  1215. Parser.cpp:(.text+0x52b8): undefined reference to `clang::tok::getTokenSimpleSpelling(clang::tok::TokenKind)'
  1216. /usr/local/lib/libclangParse.a(ParseDecl.o): In function `clang::Parser::ParseDeclarationSpecifiers(clang::DeclSpec&, clang::Parser::ParsedTemplateInfo const&, clang::AccessSpecifier, clang::Parser::DeclSpecContext, clang::Parser::LateParsedAttrList*)':
  1217. ParseDecl.cpp:(.text+0xed75): undefined reference to `clang::tok::getTokenName(clang::tok::TokenKind)'
  1218. /usr/local/lib/libclangParse.a(ParseExpr.o): In function `clang::Parser::ParseCastExpression(bool, bool, bool&, clang::Parser::TypeCastState)':
  1219. ParseExpr.cpp:(.text+0x29f7): undefined reference to `clang::tok::getTokenName(clang::tok::TokenKind)'
  1220. /usr/local/lib/libclangParse.a(ParseExpr.o): In function `clang::Parser::ParseRHSOfBinaryExpression(clang::ActionResult<clang::Expr*, true>, clang::prec::Level)':
  1221. ParseExpr.cpp:(.text+0x5ca9): undefined reference to `clang::getBinOpPrecedence(clang::tok::TokenKind, bool, bool)'
  1222. ParseExpr.cpp:(.text+0x5df2): undefined reference to `clang::getBinOpPrecedence(clang::tok::TokenKind, bool, bool)'
  1223. ParseExpr.cpp:(.text+0x6007): undefined reference to `clang::getBinOpPrecedence(clang::tok::TokenKind, bool, bool)'
  1224. /usr/local/lib/libclangParse.a(ParseExpr.o): In function `clang::Parser::ParseParenExpression(clang::Parser::ParenParseOption&, bool, bool, clang::OpaquePtr<clang::QualType>&, clang::SourceLocation&)':
  1225. ParseExpr.cpp:(.text+0xa976): undefined reference to `clang::tok::getTokenName(clang::tok::TokenKind)'
  1226. /usr/local/lib/libclangParse.a(ParseOpenMP.o): In function `clang::Parser::ParseOpenMPSimpleVarList(clang::OpenMPDirectiveKind, llvm::SmallVectorImpl<clang::DeclarationNameInfo>&)':
  1227. ParseOpenMP.cpp:(.text+0x8d): undefined reference to `clang::getOpenMPDirectiveName(clang::OpenMPDirectiveKind)'
  1228. /usr/local/lib/libclangParse.a(ParseOpenMP.o): In function `clang::Parser::ParseOpenMPDeclarativeDirective()':
  1229. ParseOpenMP.cpp:(.text+0x644): undefined reference to `clang::getOpenMPDirectiveKind(llvm::StringRef)'
  1230. ParseOpenMP.cpp:(.text+0x672): undefined reference to `clang::getOpenMPDirectiveName(clang::OpenMPDirectiveKind)'
  1231. ParseOpenMP.cpp:(.text+0x822): undefined reference to `clang::getOpenMPDirectiveName(clang::OpenMPDirectiveKind)'
  1232. /usr/local/lib/libclangSema.a(Sema.o): In function `clang::Sema::Sema(clang::Preprocessor&, clang::ASTContext&, clang::ASTConsumer&, clang::TranslationUnitKind, clang::CodeCompleteConsumer*)':
  1233. Sema.cpp:(.text+0x6837): undefined reference to `clang::FormatASTNodeDiagnosticArgument(clang::DiagnosticsEngine::ArgumentKind, long, char const*, unsigned int, char const*, unsigned int, std::pair<clang::DiagnosticsEngine::ArgumentKind, long> const*, unsigned int, llvm::SmallVectorImpl<char>&, void*, llvm::ArrayRef<long>)'
  1234. Sema.cpp:(.text+0x6d65): undefined reference to `clang::NSAPI::NSAPI(clang::ASTContext&)'
  1235. /usr/local/lib/libclangSema.a(Sema.o): In function `clang::Sema::ActOnEndOfTranslationUnit()':
  1236. Sema.cpp:(.text+0x82d0): undefined reference to `clang::FriendDecl::getNextFriendSlowCase()'
  1237. /usr/local/lib/libclangSema.a(Sema.o): In function `clang::ExternalSemaSource::~ExternalSemaSource()':
  1238. Sema.cpp:(.text+0x3f): undefined reference to `clang::ExternalASTSource::~ExternalASTSource()'
  1239. /usr/local/lib/libclangSema.a(Sema.o):(.data.rel.ro._ZTVN5clang18ExternalSemaSourceE[_ZTVN5clang18ExternalSemaSourceE]+0x20): undefined reference to `clang::ExternalASTSource::GetExternalDecl(unsigned int)'
  1240. /usr/local/lib/libclangSema.a(Sema.o):(.data.rel.ro._ZTVN5clang18ExternalSemaSourceE[_ZTVN5clang18ExternalSemaSourceE]+0x28): undefined reference to `clang::ExternalASTSource::GetExternalSelector(unsigned int)'
  1241. /usr/local/lib/libclangSema.a(Sema.o):(.data.rel.ro._ZTVN5clang18ExternalSemaSourceE[_ZTVN5clang18ExternalSemaSourceE]+0x30): undefined reference to `clang::ExternalASTSource::GetNumExternalSelectors()'
  1242. /usr/local/lib/libclangSema.a(Sema.o):(.data.rel.ro._ZTVN5clang18ExternalSemaSourceE[_ZTVN5clang18ExternalSemaSourceE]+0x38): undefined reference to `clang::ExternalASTSource::GetExternalDeclStmt(unsigned long)'
  1243. /usr/local/lib/libclangSema.a(Sema.o):(.data.rel.ro._ZTVN5clang18ExternalSemaSourceE[_ZTVN5clang18ExternalSemaSourceE]+0x40): undefined reference to `clang::ExternalASTSource::GetExternalCXXBaseSpecifiers(unsigned long)'
  1244. /usr/local/lib/libclangSema.a(Sema.o):(.data.rel.ro._ZTVN5clang18ExternalSemaSourceE[_ZTVN5clang18ExternalSemaSourceE]+0x50): undefined reference to `clang::ExternalASTSource::FindExternalVisibleDeclsByName(clang::DeclContext const*, clang::DeclarationName)'
  1245. /usr/local/lib/libclangSema.a(Sema.o):(.data.rel.ro._ZTVN5clang18ExternalSemaSourceE[_ZTVN5clang18ExternalSemaSourceE]+0x58): undefined reference to `clang::ExternalASTSource::completeVisibleDeclsMap(clang::DeclContext const*)'
  1246. /usr/local/lib/libclangSema.a(Sema.o):(.data.rel.ro._ZTVN5clang18ExternalSemaSourceE[_ZTVN5clang18ExternalSemaSourceE]+0x68): undefined reference to `clang::ExternalASTSource::FindExternalLexicalDecls(clang::DeclContext const*, bool (*)(clang::Decl::Kind), llvm::SmallVectorImpl<clang::Decl*>&)'
  1247. /usr/local/lib/libclangSema.a(Sema.o):(.data.rel.ro._ZTVN5clang18ExternalSemaSourceE[_ZTVN5clang18ExternalSemaSourceE]+0xa8): undefined reference to `clang::ExternalASTSource::PrintStats()'
  1248. /usr/local/lib/libclangSema.a(Sema.o):(.data.rel.ro._ZTVN5clang18ExternalSemaSourceE[_ZTVN5clang18ExternalSemaSourceE]+0xb8): undefined reference to `clang::ExternalASTSource::getMemoryBufferSizes(clang::ExternalASTSource::MemoryBufferSizes&) const'
  1249. /usr/local/lib/libclangSema.a(SemaAccess.o): In function `GetFriendKind(clang::Sema&, (anonymous namespace)::EffectiveContext const&, clang::CXXRecordDecl const*)':
  1250. SemaAccess.cpp:(.text+0xcb4): undefined reference to `clang::FriendDecl::getNextFriendSlowCase()'
  1251. /usr/local/lib/libclangSema.a(SemaDeclObjC.o): In function `clang::Sema::ActOnAtEnd(clang::Scope*, clang::SourceRange, clang::Decl**, unsigned int, clang::Decl**, unsigned int, clang::OpaquePtr<clang::DeclGroupRef>*, unsigned int)':
  1252. SemaDeclObjC.cpp:(.text+0xd41e): undefined reference to `clang::NSAPI::getNSClassId(clang::NSAPI::NSClassIdKindKind) const'
  1253. /usr/local/lib/libclangSema.a(SemaOpenMP.o): In function `clang::Sema::CheckOMPThreadPrivateDecl(clang::SourceLocation, llvm::ArrayRef<clang::DeclRefExpr*>)':
  1254. SemaOpenMP.cpp:(.text+0x287): undefined reference to `clang::getOpenMPDirectiveName(clang::OpenMPDirectiveKind)'
  1255. SemaOpenMP.cpp:(.text+0x33f): undefined reference to `clang::OMPThreadPrivateDecl::Create(clang::ASTContext&, clang::DeclContext*, clang::SourceLocation, llvm::ArrayRef<clang::DeclRefExpr*>)'
  1256. /usr/local/lib/libclangSema.a(SemaOpenMP.o): In function `clang::Sema::ActOnOpenMPThreadprivateDirective(clang::SourceLocation, clang::Scope*, llvm::ArrayRef<clang::DeclarationNameInfo>)':
  1257. SemaOpenMP.cpp:(.text+0x49d): undefined reference to `clang::getOpenMPDirectiveName(clang::OpenMPDirectiveKind)'
  1258. SemaOpenMP.cpp:(.text+0xa99): undefined reference to `clang::getOpenMPDirectiveName(clang::OpenMPDirectiveKind)'
  1259. SemaOpenMP.cpp:(.text+0xc1b): undefined reference to `clang::getOpenMPDirectiveName(clang::OpenMPDirectiveKind)'
  1260. /usr/local/lib/libclangSema.a(SemaTemplateInstantiateDecl.o): In function `clang::TemplateDeclInstantiator::VisitFriendDecl(clang::FriendDecl*)':
  1261. SemaTemplateInstantiateDecl.cpp:(.text+0xda0a): undefined reference to `clang::FriendDecl::Create(clang::ASTContext&, clang::DeclContext*, clang::SourceLocation, llvm::PointerUnion<clang::NamedDecl*, clang::TypeSourceInfo*>, clang::SourceLocation, llvm::ArrayRef<clang::TemplateParameterList*>)'
  1262. /usr/local/lib/libclangSerialization.a(ASTReader.o): In function `clang::ASTReader::ReadControlBlock(clang::serialization::ModuleFile&, llvm::SmallVectorImpl<clang::ASTReader::ImportedModule>&, unsigned int)':
  1263. ASTReader.cpp:(.text+0x1fe39): undefined reference to `clang::getClangFullRepositoryVersion()'
  1264. /usr/local/lib/libclangSerialization.a(ASTReaderDecl.o): In function `clang::ASTDeclReader::VisitOMPThreadPrivateDecl(clang::OMPThreadPrivateDecl*)':
  1265. ASTReaderDecl.cpp:(.text+0x13034): undefined reference to `clang::OMPThreadPrivateDecl::setVars(llvm::ArrayRef<clang::DeclRefExpr*>)'
  1266. /usr/local/lib/libclangSerialization.a(ASTReaderDecl.o): In function `clang::ASTReader::ReadDeclRecord(unsigned int)':
  1267. ASTReaderDecl.cpp:(.text+0x13b7c): undefined reference to `clang::OMPThreadPrivateDecl::CreateDeserialized(clang::ASTContext&, unsigned int, unsigned int)'
  1268. ASTReaderDecl.cpp:(.text+0x13f82): undefined reference to `clang::FriendDecl::CreateDeserialized(clang::ASTContext&, unsigned int, unsigned int)'
  1269. /usr/local/lib/libclangSerialization.a(ASTReaderStmt.o): In function `clang::ASTStmtReader::VisitDeclStmt(clang::DeclStmt*)':
  1270. ASTReaderStmt.cpp:(.text+0xdc0): undefined reference to `clang::DeclGroup::Create(clang::ASTContext&, clang::Decl**, unsigned int)'
  1271. /usr/local/lib/libclangSerialization.a(ASTWriter.o): In function `clang::ASTWriter::WriteControlBlock(clang::Preprocessor&, clang::ASTContext&, llvm::StringRef, std::string const&)':
  1272. ASTWriter.cpp:(.text+0x8cf6): undefined reference to `clang::getClangFullRepositoryVersion()'
  1273. /usr/local/lib/libclangSerialization.a(ASTWriterDecl.o): In function `clang::ASTDeclWriter::VisitFriendDecl(clang::FriendDecl*)':
  1274. ASTWriterDecl.cpp:(.text+0x16f0): undefined reference to `clang::FriendDecl::getNextFriendSlowCase()'
  1275. /usr/local/lib/libLLVMAArch64CodeGen.a(AArch64AsmPrinter.o): In function `llvm::AArch64AsmPrinter::PrintAsmMemoryOperand(llvm::MachineInstr const*, unsigned int, unsigned int, char const*, llvm::raw_ostream&)':
  1276. AArch64AsmPrinter.cpp:(.text+0x2e5): undefined reference to `llvm::AArch64InstPrinter::getRegisterName(unsigned int)'
  1277. /usr/local/lib/libLLVMAArch64CodeGen.a(AArch64AsmPrinter.o): In function `_ZL26printModifiedFPRAsmOperandRKN4llvm14MachineOperandEPKNS_18TargetRegisterInfoERKNS_19TargetRegisterClassERNS_11raw_ostreamE.part.35':
  1278. AArch64AsmPrinter.cpp:(.text+0x429): undefined reference to `llvm::AArch64InstPrinter::getRegisterName(unsigned int)'
  1279. /usr/local/lib/libLLVMAArch64CodeGen.a(AArch64AsmPrinter.o): In function `printModifiedGPRAsmOperand(llvm::MachineOperand const&, llvm::TargetRegisterInfo const*, llvm::TargetRegisterClass const&, llvm::raw_ostream&)':
  1280. AArch64AsmPrinter.cpp:(.text+0x619): undefined reference to `llvm::AArch64InstPrinter::getRegisterName(unsigned int)'
  1281. /usr/local/lib/libLLVMAArch64CodeGen.a(AArch64AsmPrinter.o): In function `llvm::AArch64AsmPrinter::PrintDebugValueComment(llvm::MachineInstr const*, llvm::raw_ostream&)':
  1282. AArch64AsmPrinter.cpp:(.text+0xc57): undefined reference to `llvm::AArch64InstPrinter::getRegisterName(unsigned int)'
  1283. /usr/local/lib/libLLVMAArch64CodeGen.a(AArch64AsmPrinter.o): In function `llvm::AArch64AsmPrinter::PrintAsmOperand(llvm::MachineInstr const*, unsigned int, unsigned int, char const*, llvm::raw_ostream&)':
  1284. AArch64AsmPrinter.cpp:(.text+0x1193): undefined reference to `llvm::AArch64InstPrinter::getRegisterName(unsigned int)'
  1285. /usr/local/lib/libLLVMARMCodeGen.a(ARMAsmPrinter.o): In function `llvm::ARMAsmPrinter::PrintAsmMemoryOperand(llvm::MachineInstr const*, unsigned int, unsigned int, char const*, llvm::raw_ostream&)':
  1286. ARMAsmPrinter.cpp:(.text+0xbbe): undefined reference to `llvm::ARMInstPrinter::getRegisterName(unsigned int)'
  1287. ARMAsmPrinter.cpp:(.text+0xc16): undefined reference to `llvm::ARMInstPrinter::getRegisterName(unsigned int)'
  1288. /usr/local/lib/libLLVMARMCodeGen.a(ARMAsmPrinter.o): In function `llvm::ARMAsmPrinter::printOperand(llvm::MachineInstr const*, int, llvm::raw_ostream&, char const*)':
  1289. ARMAsmPrinter.cpp:(.text+0xf15): undefined reference to `llvm::ARMInstPrinter::getRegisterName(unsigned int)'
  1290. /usr/local/lib/libLLVMARMCodeGen.a(ARMAsmPrinter.o): In function `llvm::ARMAsmPrinter::PrintAsmOperand(llvm::MachineInstr const*, unsigned int, unsigned int, char const*, llvm::raw_ostream&)':
  1291. ARMAsmPrinter.cpp:(.text+0x9590): undefined reference to `llvm::ARMInstPrinter::getRegisterName(unsigned int)'
  1292. ARMAsmPrinter.cpp:(.text+0x9654): undefined reference to `llvm::ARMInstPrinter::getRegisterName(unsigned int)'
  1293. /usr/local/lib/libLLVMARMCodeGen.a(ARMAsmPrinter.o):ARMAsmPrinter.cpp:(.text+0x9714): more undefined references to `llvm::ARMInstPrinter::getRegisterName(unsigned int)' follow
  1294. /usr/local/lib/libLLVMARMCodeGen.a(ARMTargetTransformInfo.o): In function `(anonymous namespace)::ARMTTI::getAdjustedAnalysisPointer(void const*)':
  1295. ARMTargetTransformInfo.cpp:(.text+0x3): undefined reference to `llvm::TargetTransformInfo::ID'
  1296. /usr/local/lib/libLLVMARMCodeGen.a(ARMTargetTransformInfo.o): In function `(anonymous namespace)::ARMTTI::~ARMTTI()':
  1297. ARMTargetTransformInfo.cpp:(.text+0x67e): undefined reference to `llvm::TargetTransformInfo::~TargetTransformInfo()'
  1298. /usr/local/lib/libLLVMARMCodeGen.a(ARMTargetTransformInfo.o): In function `(anonymous namespace)::ARMTTI::~ARMTTI()':
  1299. ARMTargetTransformInfo.cpp:(.text+0x6be): undefined reference to `llvm::TargetTransformInfo::~TargetTransformInfo()'
  1300. /usr/local/lib/libLLVMARMCodeGen.a(ARMTargetTransformInfo.o): In function `(anonymous namespace)::ARMTTI::getCastInstrCost(unsigned int, llvm::Type*, llvm::Type*) const':
  1301. ARMTargetTransformInfo.cpp:(.text+0xd6e): undefined reference to `llvm::TargetTransformInfo::getCastInstrCost(unsigned int, llvm::Type*, llvm::Type*) const'
  1302. /usr/local/lib/libLLVMARMCodeGen.a(ARMTargetTransformInfo.o): In function `(anonymous namespace)::ARMTTI::getCmpSelInstrCost(unsigned int, llvm::Type*, llvm::Type*) const':
  1303. ARMTargetTransformInfo.cpp:(.text+0x289d): undefined reference to `llvm::TargetTransformInfo::getCmpSelInstrCost(unsigned int, llvm::Type*, llvm::Type*) const'
  1304. /usr/local/lib/libLLVMARMCodeGen.a(ARMTargetTransformInfo.o): In function `llvm::initializeARMTTIPass(llvm::PassRegistry&)':
  1305. ARMTargetTransformInfo.cpp:(.text+0x374c): undefined reference to `llvm::initializeTargetTransformInfoAnalysisGroup(llvm::PassRegistry&)'
  1306. ARMTargetTransformInfo.cpp:(.text+0x37c6): undefined reference to `llvm::TargetTransformInfo::ID'
  1307. /usr/local/lib/libLLVMARMCodeGen.a(ARMTargetTransformInfo.o): In function `(anonymous namespace)::ARMTTI::getArithmeticInstrCost(unsigned int, llvm::Type*, llvm::TargetTransformInfo::OperandValueKind, llvm::TargetTransformInfo::OperandValueKind) const':
  1308. ARMTargetTransformInfo.cpp:(.text+0x196): undefined reference to `llvm::TargetTransformInfo::getArithmeticInstrCost(unsigned int, llvm::Type*, llvm::TargetTransformInfo::OperandValueKind, llvm::TargetTransformInfo::OperandValueKind) const'
  1309. /usr/local/lib/libLLVMARMCodeGen.a(ARMTargetTransformInfo.o): In function `(anonymous namespace)::ARMTTI::getVectorInstrCost(unsigned int, llvm::Type*, unsigned int) const':
  1310. ARMTargetTransformInfo.cpp:(.text+0x5cc): undefined reference to `llvm::TargetTransformInfo::getVectorInstrCost(unsigned int, llvm::Type*, unsigned int) const'
  1311. /usr/local/lib/libLLVMARMCodeGen.a(ARMTargetTransformInfo.o): In function `(anonymous namespace)::ARMTTI::finalizePass()':
  1312. ARMTargetTransformInfo.cpp:(.text+0x625): undefined reference to `llvm::TargetTransformInfo::popTTIStack()'
  1313. /usr/local/lib/libLLVMARMCodeGen.a(ARMTargetTransformInfo.o): In function `(anonymous namespace)::ARMTTI::initializePass()':
  1314. ARMTargetTransformInfo.cpp:(.text+0x638): undefined reference to `llvm::TargetTransformInfo::pushTTIStack(llvm::Pass*)'
  1315. /usr/local/lib/libLLVMARMCodeGen.a(ARMTargetTransformInfo.o): In function `(anonymous namespace)::ARMTTI::getAnalysisUsage(llvm::AnalysisUsage&) const':
  1316. ARMTargetTransformInfo.cpp:(.text+0x645): undefined reference to `llvm::TargetTransformInfo::getAnalysisUsage(llvm::AnalysisUsage&) const'
  1317. /usr/local/lib/libLLVMARMCodeGen.a(ARMTargetTransformInfo.o): In function `(anonymous namespace)::ARMTTI::getShuffleCost(llvm::TargetTransformInfo::ShuffleKind, llvm::Type*, int, llvm::Type*) const':
  1318. ARMTargetTransformInfo.cpp:(.text+0x844): undefined reference to `llvm::TargetTransformInfo::getShuffleCost(llvm::TargetTransformInfo::ShuffleKind, llvm::Type*, int, llvm::Type*) const'
  1319. ARMTargetTransformInfo.cpp:(.text+0x85d): undefined reference to `llvm::TargetTransformInfo::getShuffleCost(llvm::TargetTransformInfo::ShuffleKind, llvm::Type*, int, llvm::Type*) const'
  1320. /usr/local/lib/libLLVMARMCodeGen.a(ARMTargetTransformInfo.o):(.data.rel.ro+0x128): undefined reference to `llvm::TargetTransformInfo::getOperationCost(unsigned int, llvm::Type*, llvm::Type*) const'
  1321. /usr/local/lib/libLLVMARMCodeGen.a(ARMTargetTransformInfo.o):(.data.rel.ro+0x130): undefined reference to `llvm::TargetTransformInfo::getGEPCost(llvm::Value const*, llvm::ArrayRef<llvm::Value const*>) const'
  1322. /usr/local/lib/libLLVMARMCodeGen.a(ARMTargetTransformInfo.o):(.data.rel.ro+0x138): undefined reference to `llvm::TargetTransformInfo::getCallCost(llvm::FunctionType*, int) const'
  1323. /usr/local/lib/libLLVMARMCodeGen.a(ARMTargetTransformInfo.o):(.data.rel.ro+0x140): undefined reference to `llvm::TargetTransformInfo::getCallCost(llvm::Function const*, int) const'
  1324. /usr/local/lib/libLLVMARMCodeGen.a(ARMTargetTransformInfo.o):(.data.rel.ro+0x148): undefined reference to `llvm::TargetTransformInfo::getCallCost(llvm::Function const*, llvm::ArrayRef<llvm::Value const*>) const'
  1325. /usr/local/lib/libLLVMARMCodeGen.a(ARMTargetTransformInfo.o):(.data.rel.ro+0x150): undefined reference to `llvm::TargetTransformInfo::getIntrinsicCost(llvm::Intrinsic::ID, llvm::Type*, llvm::ArrayRef<llvm::Type*>) const'
  1326. /usr/local/lib/libLLVMARMCodeGen.a(ARMTargetTransformInfo.o):(.data.rel.ro+0x158): undefined reference to `llvm::TargetTransformInfo::getIntrinsicCost(llvm::Intrinsic::ID, llvm::Type*, llvm::ArrayRef<llvm::Value const*>) const'
  1327. /usr/local/lib/libLLVMARMCodeGen.a(ARMTargetTransformInfo.o):(.data.rel.ro+0x160): undefined reference to `llvm::TargetTransformInfo::getUserCost(llvm::User const*) const'
  1328. /usr/local/lib/libLLVMARMCodeGen.a(ARMTargetTransformInfo.o):(.data.rel.ro+0x168): undefined reference to `llvm::TargetTransformInfo::isLoweredToCall(llvm::Function const*) const'
  1329. /usr/local/lib/libLLVMARMCodeGen.a(ARMTargetTransformInfo.o):(.data.rel.ro+0x170): undefined reference to `llvm::TargetTransformInfo::isLegalAddImmediate(long) const'
  1330. /usr/local/lib/libLLVMARMCodeGen.a(ARMTargetTransformInfo.o):(.data.rel.ro+0x178): undefined reference to `llvm::TargetTransformInfo::isLegalICmpImmediate(long) const'
  1331. /usr/local/lib/libLLVMARMCodeGen.a(ARMTargetTransformInfo.o):(.data.rel.ro+0x180): undefined reference to `llvm::TargetTransformInfo::isLegalAddressingMode(llvm::Type*, llvm::GlobalValue*, long, bool, long) const'
  1332. /usr/local/lib/libLLVMARMCodeGen.a(ARMTargetTransformInfo.o):(.data.rel.ro+0x188): undefined reference to `llvm::TargetTransformInfo::isTruncateFree(llvm::Type*, llvm::Type*) const'
  1333. /usr/local/lib/libLLVMARMCodeGen.a(ARMTargetTransformInfo.o):(.data.rel.ro+0x190): undefined reference to `llvm::TargetTransformInfo::isTypeLegal(llvm::Type*) const'
  1334. /usr/local/lib/libLLVMARMCodeGen.a(ARMTargetTransformInfo.o):(.data.rel.ro+0x198): undefined reference to `llvm::TargetTransformInfo::getJumpBufAlignment() const'
  1335. /usr/local/lib/libLLVMARMCodeGen.a(ARMTargetTransformInfo.o):(.data.rel.ro+0x1a0): undefined reference to `llvm::TargetTransformInfo::getJumpBufSize() const'
  1336. /usr/local/lib/libLLVMARMCodeGen.a(ARMTargetTransformInfo.o):(.data.rel.ro+0x1a8): undefined reference to `llvm::TargetTransformInfo::shouldBuildLookupTables() const'
  1337. /usr/local/lib/libLLVMARMCodeGen.a(ARMTargetTransformInfo.o):(.data.rel.ro+0x1b0): undefined reference to `llvm::TargetTransformInfo::getPopcntSupport(unsigned int) const'
  1338. /usr/local/lib/libLLVMARMCodeGen.a(ARMTargetTransformInfo.o):(.data.rel.ro+0x1f0): undefined reference to `llvm::TargetTransformInfo::getCFInstrCost(unsigned int) const'
  1339. /usr/local/lib/libLLVMARMCodeGen.a(ARMTargetTransformInfo.o):(.data.rel.ro+0x208): undefined reference to `llvm::TargetTransformInfo::getMemoryOpCost(unsigned int, llvm::Type*, unsigned int, unsigned int) const'
  1340. /usr/local/lib/libLLVMARMCodeGen.a(ARMTargetTransformInfo.o):(.data.rel.ro+0x210): undefined reference to `llvm::TargetTransformInfo::getIntrinsicInstrCost(llvm::Intrinsic::ID, llvm::Type*, llvm::ArrayRef<llvm::Type*>) const'
  1341. /usr/local/lib/libLLVMARMCodeGen.a(ARMTargetTransformInfo.o):(.data.rel.ro+0x218): undefined reference to `llvm::TargetTransformInfo::getNumberOfParts(llvm::Type*) const'
  1342. /usr/local/lib/libLLVMAsmPrinter.a(AsmPrinter.o): In function `lowerConstant(llvm::Constant const*, llvm::AsmPrinter&)':
  1343. AsmPrinter.cpp:(.text+0x37e2): undefined reference to `llvm::ConstantFoldConstantExpression(llvm::ConstantExpr const*, llvm::DataLayout const*, llvm::TargetLibraryInfo const*)'
  1344. /usr/local/lib/libLLVMAsmPrinter.a(AsmPrinter.o): In function `emitGlobalConstantImpl(llvm::Constant const*, unsigned int, llvm::AsmPrinter&)':
  1345. AsmPrinter.cpp:(.text+0x4d59): undefined reference to `llvm::ConstantFoldConstantExpression(llvm::ConstantExpr const*, llvm::DataLayout const*, llvm::TargetLibraryInfo const*)'
  1346. /usr/local/lib/libLLVMCodeGen.a(BasicTargetTransformInfo.o): In function `(anonymous namespace)::BasicTTI::getAdjustedAnalysisPointer(void const*)':
  1347. BasicTargetTransformInfo.cpp:(.text+0x3): undefined reference to `llvm::TargetTransformInfo::ID'
  1348. /usr/local/lib/libLLVMCodeGen.a(BasicTargetTransformInfo.o): In function `(anonymous namespace)::BasicTTI::~BasicTTI()':
  1349. BasicTargetTransformInfo.cpp:(.text+0x6be): undefined reference to `llvm::TargetTransformInfo::~TargetTransformInfo()'
  1350. /usr/local/lib/libLLVMCodeGen.a(BasicTargetTransformInfo.o): In function `(anonymous namespace)::BasicTTI::~BasicTTI()':
  1351. BasicTargetTransformInfo.cpp:(.text+0x6fe): undefined reference to `llvm::TargetTransformInfo::~TargetTransformInfo()'
  1352. /usr/local/lib/libLLVMCodeGen.a(BasicTargetTransformInfo.o): In function `llvm::initializeBasicTTIPass(llvm::PassRegistry&)':
  1353. BasicTargetTransformInfo.cpp:(.text+0x14dc): undefined reference to `llvm::initializeTargetTransformInfoAnalysisGroup(llvm::PassRegistry&)'
  1354. BasicTargetTransformInfo.cpp:(.text+0x1556): undefined reference to `llvm::TargetTransformInfo::ID'
  1355. /usr/local/lib/libLLVMCodeGen.a(BasicTargetTransformInfo.o): In function `(anonymous namespace)::BasicTTI::finalizePass()':
  1356. BasicTargetTransformInfo.cpp:(.text+0x665): undefined reference to `llvm::TargetTransformInfo::popTTIStack()'
  1357. /usr/local/lib/libLLVMCodeGen.a(BasicTargetTransformInfo.o): In function `(anonymous namespace)::BasicTTI::initializePass()':
  1358. BasicTargetTransformInfo.cpp:(.text+0x678): undefined reference to `llvm::TargetTransformInfo::pushTTIStack(llvm::Pass*)'
  1359. /usr/local/lib/libLLVMCodeGen.a(BasicTargetTransformInfo.o): In function `(anonymous namespace)::BasicTTI::getAnalysisUsage(llvm::AnalysisUsage&) const':
  1360. BasicTargetTransformInfo.cpp:(.text+0x685): undefined reference to `llvm::TargetTransformInfo::getAnalysisUsage(llvm::AnalysisUsage&) const'
  1361. /usr/local/lib/libLLVMCodeGen.a(BasicTargetTransformInfo.o):(.data.rel.ro+0x180): undefined reference to `llvm::TargetTransformInfo::getOperationCost(unsigned int, llvm::Type*, llvm::Type*) const'
  1362. /usr/local/lib/libLLVMCodeGen.a(BasicTargetTransformInfo.o):(.data.rel.ro+0x188): undefined reference to `llvm::TargetTransformInfo::getGEPCost(llvm::Value const*, llvm::ArrayRef<llvm::Value const*>) const'
  1363. /usr/local/lib/libLLVMCodeGen.a(BasicTargetTransformInfo.o):(.data.rel.ro+0x190): undefined reference to `llvm::TargetTransformInfo::getCallCost(llvm::FunctionType*, int) const'
  1364. /usr/local/lib/libLLVMCodeGen.a(BasicTargetTransformInfo.o):(.data.rel.ro+0x198): undefined reference to `llvm::TargetTransformInfo::getCallCost(llvm::Function const*, int) const'
  1365. /usr/local/lib/libLLVMCodeGen.a(BasicTargetTransformInfo.o):(.data.rel.ro+0x1a0): undefined reference to `llvm::TargetTransformInfo::getCallCost(llvm::Function const*, llvm::ArrayRef<llvm::Value const*>) const'
  1366. /usr/local/lib/libLLVMCodeGen.a(BasicTargetTransformInfo.o):(.data.rel.ro+0x1a8): undefined reference to `llvm::TargetTransformInfo::getIntrinsicCost(llvm::Intrinsic::ID, llvm::Type*, llvm::ArrayRef<llvm::Type*>) const'
  1367. /usr/local/lib/libLLVMCodeGen.a(BasicTargetTransformInfo.o):(.data.rel.ro+0x1b0): undefined reference to `llvm::TargetTransformInfo::getIntrinsicCost(llvm::Intrinsic::ID, llvm::Type*, llvm::ArrayRef<llvm::Value const*>) const'
  1368. /usr/local/lib/libLLVMCodeGen.a(BasicTargetTransformInfo.o):(.data.rel.ro+0x1b8): undefined reference to `llvm::TargetTransformInfo::getUserCost(llvm::User const*) const'
  1369. /usr/local/lib/libLLVMCodeGen.a(BasicTargetTransformInfo.o):(.data.rel.ro+0x1c0): undefined reference to `llvm::TargetTransformInfo::isLoweredToCall(llvm::Function const*) const'
  1370. /usr/local/lib/libLLVMCodeGen.a(BasicTargetTransformInfo.o):(.data.rel.ro+0x208): undefined reference to `llvm::TargetTransformInfo::getPopcntSupport(unsigned int) const'
  1371. /usr/local/lib/libLLVMCodeGen.a(BasicTargetTransformInfo.o):(.data.rel.ro+0x210): undefined reference to `llvm::TargetTransformInfo::getIntImmCost(llvm::APInt const&, llvm::Type*) const'
  1372. /usr/local/lib/libLLVMCodeGen.a(MachineFunction.o): In function `llvm::MachineConstantPool::getConstantPoolIndex(llvm::Constant const*, unsigned int)':
  1373. MachineFunction.cpp:(.text+0x2905): undefined reference to `llvm::ConstantFoldInstOperands(unsigned int, llvm::Type*, llvm::ArrayRef<llvm::Constant*>, llvm::DataLayout const*, llvm::TargetLibraryInfo const*)'
  1374. MachineFunction.cpp:(.text+0x294a): undefined reference to `llvm::ConstantFoldInstOperands(unsigned int, llvm::Type*, llvm::ArrayRef<llvm::Constant*>, llvm::DataLayout const*, llvm::TargetLibraryInfo const*)'
  1375. MachineFunction.cpp:(.text+0x2f9f): undefined reference to `llvm::ConstantFoldInstOperands(unsigned int, llvm::Type*, llvm::ArrayRef<llvm::Constant*>, llvm::DataLayout const*, llvm::TargetLibraryInfo const*)'
  1376. MachineFunction.cpp:(.text+0x2fd0): undefined reference to `llvm::ConstantFoldInstOperands(unsigned int, llvm::Type*, llvm::ArrayRef<llvm::Constant*>, llvm::DataLayout const*, llvm::TargetLibraryInfo const*)'
  1377. /usr/local/lib/libLLVMCodeGen.a(MachineFunctionPass.o): In function `llvm::MachineFunctionPass::getAnalysisUsage(llvm::AnalysisUsage&) const':
  1378. MachineFunctionPass.cpp:(.text+0x105): undefined reference to `llvm::AliasAnalysis::ID'
  1379. /usr/local/lib/libLLVMCodeGen.a(ProcessImplicitDefs.o): In function `(anonymous namespace)::ProcessImplicitDefs::getAnalysisUsage(llvm::AnalysisUsage&) const':
  1380. ProcessImplicitDefs.cpp:(.text+0x27): undefined reference to `llvm::AliasAnalysis::ID'
  1381. /usr/local/lib/libLLVMCodeGen.a(UnreachableBlockElim.o): In function `(anonymous namespace)::UnreachableBlockElim::getAnalysisUsage(llvm::AnalysisUsage&) const':
  1382. UnreachableBlockElim.cpp:(.text+0xfc): undefined reference to `llvm::ProfileInfoT<llvm::Function, llvm::BasicBlock>::ID'
  1383. /usr/local/lib/libLLVMCodeGen.a(UnreachableBlockElim.o): In function `(anonymous namespace)::UnreachableBlockElim::runOnFunction(llvm::Function&)':
  1384. UnreachableBlockElim.cpp:(.text+0x9c9): undefined reference to `llvm::ProfileInfoT<llvm::Function, llvm::BasicBlock>::ID'
  1385. UnreachableBlockElim.cpp:(.text+0xa3a): undefined reference to `llvm::ProfileInfoT<llvm::Function, llvm::BasicBlock>::removeBlock(llvm::BasicBlock const*)'
  1386. /usr/local/lib/libLLVMCodeGen.a(Analysis.o): In function `sameNoopInput(llvm::Value const*, llvm::Value const*, llvm::SmallVectorImpl<unsigned int>&, llvm::SmallVectorImpl<unsigned int>&, llvm::TargetLowering const&)':
  1387. Analysis.cpp:(.text+0x135b): undefined reference to `llvm::FindInsertedValue(llvm::Value*, llvm::ArrayRef<unsigned int>, llvm::Instruction*)'
  1388. /usr/local/lib/libLLVMCodeGen.a(Analysis.o): In function `llvm::isInTailCallPosition(llvm::ImmutableCallSite, llvm::TargetLowering const&)':
  1389. Analysis.cpp:(.text+0x1558): undefined reference to `llvm::isSafeToSpeculativelyExecute(llvm::Value const*, llvm::DataLayout const*)'
  1390. Analysis.cpp:(.text+0x17be): undefined reference to `llvm::isSafeToSpeculativelyExecute(llvm::Value const*, llvm::DataLayout const*)'
  1391. /usr/local/lib/libLLVMCodeGen.a(LiveIntervalAnalysis.o): In function `llvm::LiveIntervals::getAnalysisUsage(llvm::AnalysisUsage&) const':
  1392. LiveIntervalAnalysis.cpp:(.text+0x275): undefined reference to `llvm::AliasAnalysis::ID'
  1393. /usr/local/lib/libLLVMCodeGen.a(LiveIntervalAnalysis.o): In function `llvm::initializeLiveIntervalsPass(llvm::PassRegistry&)':
  1394. LiveIntervalAnalysis.cpp:(.text+0x48c): undefined reference to `llvm::initializeAliasAnalysisAnalysisGroup(llvm::PassRegistry&)'
  1395. /usr/local/lib/libLLVMCodeGen.a(LiveIntervalAnalysis.o): In function `llvm::LiveIntervals::runOnMachineFunction(llvm::MachineFunction&)':
  1396. LiveIntervalAnalysis.cpp:(.text+0x3ba2): undefined reference to `llvm::AliasAnalysis::ID'
  1397. LiveIntervalAnalysis.cpp:(.text+0x3df9): undefined reference to `llvm::AliasAnalysis::ID'
  1398. /usr/local/lib/libLLVMCodeGen.a(MachineCSE.o): In function `(anonymous namespace)::MachineCSE::getAnalysisUsage(llvm::AnalysisUsage&) const':
  1399. MachineCSE.cpp:(.text+0x1b2): undefined reference to `llvm::AliasAnalysis::ID'
  1400. /usr/local/lib/libLLVMCodeGen.a(MachineCSE.o): In function `llvm::initializeMachineCSEPass(llvm::PassRegistry&)':
  1401. MachineCSE.cpp:(.text+0xce4): undefined reference to `llvm::initializeAliasAnalysisAnalysisGroup(llvm::PassRegistry&)'
  1402. /usr/local/lib/libLLVMCodeGen.a(MachineCSE.o): In function `(anonymous namespace)::MachineCSE::runOnMachineFunction(llvm::MachineFunction&)':
  1403. MachineCSE.cpp:(.text+0x509e): undefined reference to `llvm::AliasAnalysis::ID'
  1404. MachineCSE.cpp:(.text+0x5166): undefined reference to `llvm::AliasAnalysis::ID'
  1405. /usr/local/lib/libLLVMHexagonCodeGen.a(HexagonInstrInfo.o): In function `llvm::HexagonGenSubtargetInfo::createDFAPacketizer(llvm::InstrItineraryData const*) const':
  1406. HexagonInstrInfo.cpp:(.text+0x1d1b): undefined reference to `llvm::DFAPacketizer::DFAPacketizer(llvm::InstrItineraryData const*, int const (*) [2], unsigned int const*)'
  1407. /usr/local/lib/libLLVMHexagonCodeGen.a(HexagonMachineScheduler.o): In function `llvm::VLIWResourceModel::isResourceAvailable(llvm::SUnit*)':
  1408. HexagonMachineScheduler.cpp:(.text+0x2da): undefined reference to `llvm::DFAPacketizer::canReserveResources(llvm::MachineInstr*)'
  1409. /usr/local/lib/libLLVMHexagonCodeGen.a(HexagonMachineScheduler.o): In function `llvm::VLIWResourceModel::reserveResources(llvm::SUnit*)':
  1410. HexagonMachineScheduler.cpp:(.text+0xd29): undefined reference to `llvm::DFAPacketizer::reserveResources(llvm::MachineInstr*)'
  1411. /usr/local/lib/libLLVMMBlazeCodeGen.a(MBlazeAsmPrinter.o): In function `(anonymous namespace)::MBlazeAsmPrinter::emitFrameDirective()':
  1412. MBlazeAsmPrinter.cpp:(.text+0x320): undefined reference to `llvm::MBlazeInstPrinter::getRegisterName(unsigned int)'
  1413. MBlazeAsmPrinter.cpp:(.text+0x394): undefined reference to `llvm::MBlazeInstPrinter::getRegisterName(unsigned int)'
  1414. /usr/local/lib/libLLVMMipsCodeGen.a(MipsAsmPrinter.o): In function `llvm::MipsAsmPrinter::PrintAsmMemoryOperand(llvm::MachineInstr const*, unsigned int, unsigned int, char const*, llvm::raw_ostream&)':
  1415. MipsAsmPrinter.cpp:(.text+0x36b): undefined reference to `llvm::MipsInstPrinter::getRegisterName(unsigned int)'
  1416. /usr/local/lib/libLLVMMipsCodeGen.a(MipsAsmPrinter.o): In function `llvm::MipsAsmPrinter::emitFrameDirective()':
  1417. MipsAsmPrinter.cpp:(.text+0x1609): undefined reference to `llvm::MipsInstPrinter::getRegisterName(unsigned int)'
  1418. MipsAsmPrinter.cpp:(.text+0x167f): undefined reference to `llvm::MipsInstPrinter::getRegisterName(unsigned int)'
  1419. /usr/local/lib/libLLVMMipsCodeGen.a(MipsAsmPrinter.o): In function `llvm::MipsAsmPrinter::printOperand(llvm::MachineInstr const*, int, llvm::raw_ostream&)':
  1420. MipsAsmPrinter.cpp:(.text+0x1bd7): undefined reference to `llvm::MipsInstPrinter::getRegisterName(unsigned int)'
  1421. /usr/local/lib/libLLVMMipsCodeGen.a(MipsAsmPrinter.o): In function `llvm::MipsAsmPrinter::printUnsignedImm(llvm::MachineInstr const*, int, llvm::raw_ostream&)':
  1422. MipsAsmPrinter.cpp:(.text+0x24a5): undefined reference to `llvm::MipsInstPrinter::getRegisterName(unsigned int)'
  1423. /usr/local/lib/libLLVMMipsCodeGen.a(MipsAsmPrinter.o): In function `llvm::MipsAsmPrinter::printFCCOperand(llvm::MachineInstr const*, int, llvm::raw_ostream&, char const*)':
  1424. MipsAsmPrinter.cpp:(.text+0x2f16): undefined reference to `llvm::Mips::MipsFCCToString(llvm::Mips::CondCode)'
  1425. /usr/local/lib/libLLVMMipsCodeGen.a(MipsAsmPrinter.o): In function `llvm::MipsAsmPrinter::PrintAsmOperand(llvm::MachineInstr const*, unsigned int, unsigned int, char const*, llvm::raw_ostream&)':
  1426. MipsAsmPrinter.cpp:(.text+0x346a): undefined reference to `llvm::MipsInstPrinter::getRegisterName(unsigned int)'
  1427. MipsAsmPrinter.cpp:(.text+0x372a): undefined reference to `llvm::MipsInstPrinter::getRegisterName(unsigned int)'
  1428. /usr/local/lib/libLLVMMipsCodeGen.a(MipsTargetMachine.o): In function `llvm::MipsTargetMachine::addAnalysisPasses(llvm::PassManagerBase&)':
  1429. MipsTargetMachine.cpp:(.text+0x1a8): undefined reference to `llvm::createNoTargetTransformInfoPass()'
  1430. /usr/local/lib/libLLVMMSP430CodeGen.a(MSP430AsmPrinter.o): In function `(anonymous namespace)::MSP430AsmPrinter::PrintAsmOperand(llvm::MachineInstr const*, unsigned int, unsigned int, char const*, llvm::raw_ostream&)':
  1431. MSP430AsmPrinter.cpp:(.text+0x1e4): undefined reference to `llvm::MSP430InstPrinter::getRegisterName(unsigned int)'
  1432. /usr/local/lib/libLLVMMSP430CodeGen.a(MSP430AsmPrinter.o): In function `(anonymous namespace)::MSP430AsmPrinter::PrintAsmMemoryOperand(llvm::MachineInstr const*, unsigned int, unsigned int, char const*, llvm::raw_ostream&)':
  1433. MSP430AsmPrinter.cpp:(.text+0x624): undefined reference to `llvm::MSP430InstPrinter::getRegisterName(unsigned int)'
  1434. MSP430AsmPrinter.cpp:(.text+0x7b4): undefined reference to `llvm::MSP430InstPrinter::getRegisterName(unsigned int)'
  1435. /usr/local/lib/libLLVMPowerPCCodeGen.a(PPCAsmPrinter.o): In function `(anonymous namespace)::PPCAsmPrinter::printOperand(llvm::MachineInstr const*, unsigned int, llvm::raw_ostream&)':
  1436. PPCAsmPrinter.cpp:(.text+0x1d04): undefined reference to `llvm::PPCInstPrinter::getRegisterName(unsigned int)'
  1437. /usr/local/lib/libLLVMPowerPCCodeGen.a(PPCAsmPrinter.o): In function `(anonymous namespace)::PPCAsmPrinter::PrintAsmOperand(llvm::MachineInstr const*, unsigned int, unsigned int, char const*, llvm::raw_ostream&)':
  1438. PPCAsmPrinter.cpp:(.text+0x5244): undefined reference to `llvm::PPCInstPrinter::getRegisterName(unsigned int)'
  1439. /usr/local/lib/libLLVMPowerPCCodeGen.a(PPCAsmPrinter.o): In function `(anonymous namespace)::PPCAsmPrinter::EmitInstruction(llvm::MachineInstr const*)':
  1440. PPCAsmPrinter.cpp:(.text+0x699d): undefined reference to `llvm::PPCInstPrinter::getRegisterName(unsigned int)'
  1441. /usr/local/lib/libLLVMPowerPCCodeGen.a(PPCTargetTransformInfo.o): In function `(anonymous namespace)::PPCTTI::getAdjustedAnalysisPointer(void const*)':
  1442. PPCTargetTransformInfo.cpp:(.text+0x3): undefined reference to `llvm::TargetTransformInfo::ID'
  1443. /usr/local/lib/libLLVMPowerPCCodeGen.a(PPCTargetTransformInfo.o): In function `(anonymous namespace)::PPCTTI::~PPCTTI()':
  1444. PPCTargetTransformInfo.cpp:(.text+0x1ee): undefined reference to `llvm::TargetTransformInfo::~TargetTransformInfo()'
  1445. /usr/local/lib/libLLVMPowerPCCodeGen.a(PPCTargetTransformInfo.o): In function `(anonymous namespace)::PPCTTI::~PPCTTI()':
  1446. PPCTargetTransformInfo.cpp:(.text+0x22e): undefined reference to `llvm::TargetTransformInfo::~TargetTransformInfo()'
  1447. /usr/local/lib/libLLVMPowerPCCodeGen.a(PPCTargetTransformInfo.o): In function `(anonymous namespace)::PPCTTI::getVectorInstrCost(unsigned int, llvm::Type*, unsigned int) const':
  1448. PPCTargetTransformInfo.cpp:(.text+0x2a9): undefined reference to `llvm::TargetTransformInfo::getVectorInstrCost(unsigned int, llvm::Type*, unsigned int) const'
  1449. /usr/local/lib/libLLVMPowerPCCodeGen.a(PPCTargetTransformInfo.o): In function `llvm::initializePPCTTIPass(llvm::PassRegistry&)':
  1450. PPCTargetTransformInfo.cpp:(.text+0x43c): undefined reference to `llvm::initializeTargetTransformInfoAnalysisGroup(llvm::PassRegistry&)'
  1451. PPCTargetTransformInfo.cpp:(.text+0x4b6): undefined reference to `llvm::TargetTransformInfo::ID'
  1452. /usr/local/lib/libLLVMPowerPCCodeGen.a(PPCTargetTransformInfo.o): In function `(anonymous namespace)::PPCTTI::getCmpSelInstrCost(unsigned int, llvm::Type*, llvm::Type*) const':
  1453. PPCTargetTransformInfo.cpp:(.text+0x115): undefined reference to `llvm::TargetTransformInfo::getCmpSelInstrCost(unsigned int, llvm::Type*, llvm::Type*) const'
  1454. /usr/local/lib/libLLVMPowerPCCodeGen.a(PPCTargetTransformInfo.o): In function `(anonymous namespace)::PPCTTI::getCastInstrCost(unsigned int, llvm::Type*, llvm::Type*) const':
  1455. PPCTargetTransformInfo.cpp:(.text+0x135): undefined reference to `llvm::TargetTransformInfo::getCastInstrCost(unsigned int, llvm::Type*, llvm::Type*) const'
  1456. /usr/local/lib/libLLVMPowerPCCodeGen.a(PPCTargetTransformInfo.o): In function `(anonymous namespace)::PPCTTI::getShuffleCost(llvm::TargetTransformInfo::ShuffleKind, llvm::Type*, int, llvm::Type*) const':
  1457. PPCTargetTransformInfo.cpp:(.text+0x155): undefined reference to `llvm::TargetTransformInfo::getShuffleCost(llvm::TargetTransformInfo::ShuffleKind, llvm::Type*, int, llvm::Type*) const'
  1458. /usr/local/lib/libLLVMPowerPCCodeGen.a(PPCTargetTransformInfo.o): In function `(anonymous namespace)::PPCTTI::getArithmeticInstrCost(unsigned int, llvm::Type*, llvm::TargetTransformInfo::OperandValueKind, llvm::TargetTransformInfo::OperandValueKind) const':
  1459. PPCTargetTransformInfo.cpp:(.text+0x175): undefined reference to `llvm::TargetTransformInfo::getArithmeticInstrCost(unsigned int, llvm::Type*, llvm::TargetTransformInfo::OperandValueKind, llvm::TargetTransformInfo::OperandValueKind) const'
  1460. /usr/local/lib/libLLVMPowerPCCodeGen.a(PPCTargetTransformInfo.o): In function `(anonymous namespace)::PPCTTI::finalizePass()':
  1461. PPCTargetTransformInfo.cpp:(.text+0x195): undefined reference to `llvm::TargetTransformInfo::popTTIStack()'
  1462. /usr/local/lib/libLLVMPowerPCCodeGen.a(PPCTargetTransformInfo.o): In function `(anonymous namespace)::PPCTTI::initializePass()':
  1463. PPCTargetTransformInfo.cpp:(.text+0x1a8): undefined reference to `llvm::TargetTransformInfo::pushTTIStack(llvm::Pass*)'
  1464. /usr/local/lib/libLLVMPowerPCCodeGen.a(PPCTargetTransformInfo.o): In function `(anonymous namespace)::PPCTTI::getAnalysisUsage(llvm::AnalysisUsage&) const':
  1465. PPCTargetTransformInfo.cpp:(.text+0x1b5): undefined reference to `llvm::TargetTransformInfo::getAnalysisUsage(llvm::AnalysisUsage&) const'
  1466. /usr/local/lib/libLLVMPowerPCCodeGen.a(PPCTargetTransformInfo.o): In function `(anonymous namespace)::PPCTTI::getVectorInstrCost(unsigned int, llvm::Type*, unsigned int) const':
  1467. PPCTargetTransformInfo.cpp:(.text+0x29d): undefined reference to `llvm::TargetTransformInfo::getVectorInstrCost(unsigned int, llvm::Type*, unsigned int) const'
  1468. /usr/local/lib/libLLVMPowerPCCodeGen.a(PPCTargetTransformInfo.o):(.data.rel.ro+0x128): undefined reference to `llvm::TargetTransformInfo::getOperationCost(unsigned int, llvm::Type*, llvm::Type*) const'
  1469. /usr/local/lib/libLLVMPowerPCCodeGen.a(PPCTargetTransformInfo.o):(.data.rel.ro+0x130): undefined reference to `llvm::TargetTransformInfo::getGEPCost(llvm::Value const*, llvm::ArrayRef<llvm::Value const*>) const'
  1470. /usr/local/lib/libLLVMPowerPCCodeGen.a(PPCTargetTransformInfo.o):(.data.rel.ro+0x138): undefined reference to `llvm::TargetTransformInfo::getCallCost(llvm::FunctionType*, int) const'
  1471. /usr/local/lib/libLLVMPowerPCCodeGen.a(PPCTargetTransformInfo.o):(.data.rel.ro+0x140): undefined reference to `llvm::TargetTransformInfo::getCallCost(llvm::Function const*, int) const'
  1472. /usr/local/lib/libLLVMPowerPCCodeGen.a(PPCTargetTransformInfo.o):(.data.rel.ro+0x148): undefined reference to `llvm::TargetTransformInfo::getCallCost(llvm::Function const*, llvm::ArrayRef<llvm::Value const*>) const'
  1473. /usr/local/lib/libLLVMPowerPCCodeGen.a(PPCTargetTransformInfo.o):(.data.rel.ro+0x150): undefined reference to `llvm::TargetTransformInfo::getIntrinsicCost(llvm::Intrinsic::ID, llvm::Type*, llvm::ArrayRef<llvm::Type*>) const'
  1474. /usr/local/lib/libLLVMPowerPCCodeGen.a(PPCTargetTransformInfo.o):(.data.rel.ro+0x158): undefined reference to `llvm::TargetTransformInfo::getIntrinsicCost(llvm::Intrinsic::ID, llvm::Type*, llvm::ArrayRef<llvm::Value const*>) const'
  1475. /usr/local/lib/libLLVMPowerPCCodeGen.a(PPCTargetTransformInfo.o):(.data.rel.ro+0x160): undefined reference to `llvm::TargetTransformInfo::getUserCost(llvm::User const*) const'
  1476. /usr/local/lib/libLLVMPowerPCCodeGen.a(PPCTargetTransformInfo.o):(.data.rel.ro+0x168): undefined reference to `llvm::TargetTransformInfo::isLoweredToCall(llvm::Function const*) const'
  1477. /usr/local/lib/libLLVMPowerPCCodeGen.a(PPCTargetTransformInfo.o):(.data.rel.ro+0x170): undefined reference to `llvm::TargetTransformInfo::isLegalAddImmediate(long) const'
  1478. /usr/local/lib/libLLVMPowerPCCodeGen.a(PPCTargetTransformInfo.o):(.data.rel.ro+0x178): undefined reference to `llvm::TargetTransformInfo::isLegalICmpImmediate(long) const'
  1479. /usr/local/lib/libLLVMPowerPCCodeGen.a(PPCTargetTransformInfo.o):(.data.rel.ro+0x180): undefined reference to `llvm::TargetTransformInfo::isLegalAddressingMode(llvm::Type*, llvm::GlobalValue*, long, bool, long) const'
  1480. /usr/local/lib/libLLVMPowerPCCodeGen.a(PPCTargetTransformInfo.o):(.data.rel.ro+0x188): undefined reference to `llvm::TargetTransformInfo::isTruncateFree(llvm::Type*, llvm::Type*) const'
  1481. /usr/local/lib/libLLVMPowerPCCodeGen.a(PPCTargetTransformInfo.o):(.data.rel.ro+0x190): undefined reference to `llvm::TargetTransformInfo::isTypeLegal(llvm::Type*) const'
  1482. /usr/local/lib/libLLVMPowerPCCodeGen.a(PPCTargetTransformInfo.o):(.data.rel.ro+0x198): undefined reference to `llvm::TargetTransformInfo::getJumpBufAlignment() const'
  1483. /usr/local/lib/libLLVMPowerPCCodeGen.a(PPCTargetTransformInfo.o):(.data.rel.ro+0x1a0): undefined reference to `llvm::TargetTransformInfo::getJumpBufSize() const'
  1484. /usr/local/lib/libLLVMPowerPCCodeGen.a(PPCTargetTransformInfo.o):(.data.rel.ro+0x1a8): undefined reference to `llvm::TargetTransformInfo::shouldBuildLookupTables() const'
  1485. /usr/local/lib/libLLVMPowerPCCodeGen.a(PPCTargetTransformInfo.o):(.data.rel.ro+0x1b8): undefined reference to `llvm::TargetTransformInfo::getIntImmCost(llvm::APInt const&, llvm::Type*) const'
  1486. /usr/local/lib/libLLVMPowerPCCodeGen.a(PPCTargetTransformInfo.o):(.data.rel.ro+0x1f0): undefined reference to `llvm::TargetTransformInfo::getCFInstrCost(unsigned int) const'
  1487. /usr/local/lib/libLLVMPowerPCCodeGen.a(PPCTargetTransformInfo.o):(.data.rel.ro+0x210): undefined reference to `llvm::TargetTransformInfo::getIntrinsicInstrCost(llvm::Intrinsic::ID, llvm::Type*, llvm::ArrayRef<llvm::Type*>) const'
  1488. /usr/local/lib/libLLVMPowerPCCodeGen.a(PPCTargetTransformInfo.o):(.data.rel.ro+0x218): undefined reference to `llvm::TargetTransformInfo::getNumberOfParts(llvm::Type*) const'
  1489. /usr/local/lib/libLLVMPowerPCCodeGen.a(PPCTargetTransformInfo.o):(.data.rel.ro+0x220): undefined reference to `llvm::TargetTransformInfo::getAddressComputationCost(llvm::Type*) const'
  1490. /usr/local/lib/libLLVMScalarOpts.a(ConstantProp.o): In function `(anonymous namespace)::ConstantPropagation::runOnFunction(llvm::Function&)':
  1491. ConstantProp.cpp:(.text+0x380): undefined reference to `llvm::ConstantFoldInstruction(llvm::Instruction*, llvm::DataLayout const*, llvm::TargetLibraryInfo const*)'
  1492. /usr/local/lib/libLLVMSelectionDAG.a(FastISel.o): In function `llvm::FastISel::SelectCall(llvm::User const*)':
  1493. FastISel.cpp:(.text+0x61c4): undefined reference to `llvm::DbgDeclareInst::getAddress() const'
  1494. FastISel.cpp:(.text+0x636b): undefined reference to `llvm::DbgValueInst::getValue() const'
  1495. /usr/local/lib/libLLVMSelectionDAG.a(FunctionLoweringInfo.o): In function `llvm::FunctionLoweringInfo::set(llvm::Function const&, llvm::MachineFunction&)':
  1496. FunctionLoweringInfo.cpp:(.text+0x240b): undefined reference to `llvm::DbgDeclareInst::getAddress() const'
  1497. /usr/local/lib/libLLVMSelectionDAG.a(SelectionDAG.o): In function `llvm::SelectionDAG::InferPtrAlignment(llvm::SDValue) const':
  1498. SelectionDAG.cpp:(.text+0x1db7): undefined reference to `llvm::ComputeMaskedBits(llvm::Value*, llvm::APInt&, llvm::APInt&, llvm::DataLayout const*, unsigned int)'
  1499. /usr/local/lib/libLLVMSelectionDAG.a(SelectionDAG.o): In function `llvm::SelectionDAG::ComputeMaskedBits(llvm::SDValue, llvm::APInt&, llvm::APInt&, unsigned int) const':
  1500. SelectionDAG.cpp:(.text+0x2ba8): undefined reference to `llvm::computeMaskedBitsLoad(llvm::MDNode const&, llvm::APInt&)'
  1501. /usr/local/lib/libLLVMSelectionDAG.a(SelectionDAG.o): In function `getMemcpyLoadsAndStores(llvm::SelectionDAG&, llvm::DebugLoc, llvm::SDValue, llvm::SDValue, llvm::SDValue, unsigned long, unsigned int, bool, bool, llvm::MachinePointerInfo, llvm::MachinePointerInfo)':
  1502. SelectionDAG.cpp:(.text+0x19b71): undefined reference to `llvm::getConstantStringInfo(llvm::Value const*, llvm::StringRef&, unsigned long, bool)'
  1503. /usr/local/lib/libLLVMSupport.a(Mutex.o): In function `llvm::sys::MutexImpl::MutexImpl(bool)':
  1504. Mutex.cpp:(.text+0x38): undefined reference to `pthread_mutexattr_init'
  1505. Mutex.cpp:(.text+0x44): undefined reference to `pthread_mutexattr_settype'
  1506. Mutex.cpp:(.text+0x4e): undefined reference to `pthread_mutexattr_setpshared'
  1507. Mutex.cpp:(.text+0x61): undefined reference to `pthread_mutexattr_destroy'
  1508. /usr/local/lib/libLLVMSupport.a(Mutex.o): In function `llvm::sys::MutexImpl::tryacquire()':
  1509. Mutex.cpp:(.text+0xf8): undefined reference to `pthread_mutex_trylock'
  1510. /usr/local/lib/libLLVMSupport.a(RWMutex.o): In function `llvm::sys::RWMutexImpl::RWMutexImpl()':
  1511. RWMutex.cpp:(.text+0x23): undefined reference to `pthread_rwlock_init'
  1512. /usr/local/lib/libLLVMSupport.a(RWMutex.o): In function `llvm::sys::RWMutexImpl::~RWMutexImpl()':
  1513. RWMutex.cpp:(.text+0x48): undefined reference to `pthread_rwlock_destroy'
  1514. /usr/local/lib/libLLVMSupport.a(RWMutex.o): In function `llvm::sys::RWMutexImpl::reader_acquire()':
  1515. RWMutex.cpp:(.text+0x68): undefined reference to `pthread_rwlock_rdlock'
  1516. /usr/local/lib/libLLVMSupport.a(RWMutex.o): In function `llvm::sys::RWMutexImpl::reader_release()':
  1517. RWMutex.cpp:(.text+0x88): undefined reference to `pthread_rwlock_unlock'
  1518. /usr/local/lib/libLLVMSupport.a(RWMutex.o): In function `llvm::sys::RWMutexImpl::writer_acquire()':
  1519. RWMutex.cpp:(.text+0xa8): undefined reference to `pthread_rwlock_wrlock'
  1520. /usr/local/lib/libLLVMSupport.a(RWMutex.o): In function `llvm::sys::RWMutexImpl::writer_release()':
  1521. RWMutex.cpp:(.text+0xc8): undefined reference to `pthread_rwlock_unlock'
  1522. /usr/local/lib/libLLVMSupport.a(ThreadLocal.o): In function `llvm::sys::ThreadLocalImpl::~ThreadLocalImpl()':
  1523. ThreadLocal.cpp:(.text+0x12): undefined reference to `pthread_key_delete'
  1524. /usr/local/lib/libLLVMSupport.a(ThreadLocal.o): In function `llvm::sys::ThreadLocalImpl::ThreadLocalImpl()':
  1525. ThreadLocal.cpp:(.text+0x61): undefined reference to `pthread_key_create'
  1526. /usr/local/lib/libLLVMSupport.a(ThreadLocal.o): In function `llvm::sys::ThreadLocalImpl::setInstance(void const*)':
  1527. ThreadLocal.cpp:(.text+0x74): undefined reference to `pthread_setspecific'
  1528. /usr/local/lib/libLLVMSupport.a(ThreadLocal.o): In function `llvm::sys::ThreadLocalImpl::getInstance()':
  1529. ThreadLocal.cpp:(.text+0x84): undefined reference to `pthread_getspecific'
  1530. /usr/local/lib/libLLVMSupport.a(Threading.o): In function `llvm::llvm_execute_on_thread(void (*)(void*), void*, unsigned int)':
  1531. Threading.cpp:(.text+0x13a): undefined reference to `pthread_create'
  1532. Threading.cpp:(.text+0x149): undefined reference to `pthread_join'
  1533. Threading.cpp:(.text+0x176): undefined reference to `pthread_attr_setstacksize'
  1534. /usr/local/lib/libLLVMTransformUtils.a(BasicBlockUtils.o): In function `UpdatePHINodes(llvm::BasicBlock*, llvm::BasicBlock*, llvm::ArrayRef<llvm::BasicBlock*>, llvm::BranchInst*, llvm::Pass*, bool)':
  1535. BasicBlockUtils.cpp:(.text+0x41): undefined reference to `llvm::AliasAnalysis::ID'
  1536. /usr/local/lib/libLLVMTransformUtils.a(BasicBlockUtils.o): In function `llvm::FoldSingleEntryPHINodes(llvm::BasicBlock*, llvm::Pass*)':
  1537. BasicBlockUtils.cpp:(.text+0x657): undefined reference to `llvm::AliasAnalysis::ID'
  1538. BasicBlockUtils.cpp:(.text+0x68b): undefined reference to `llvm::MemoryDependenceAnalysis::ID'
  1539. BasicBlockUtils.cpp:(.text+0x6e7): undefined reference to `llvm::MemoryDependenceAnalysis::removeInstruction(llvm::Instruction*)'
  1540. BasicBlockUtils.cpp:(.text+0x7ff): undefined reference to `llvm::MemoryDependenceAnalysis::removeInstruction(llvm::Instruction*)'
  1541. /usr/local/lib/libLLVMTransformUtils.a(BasicBlockUtils.o): In function `llvm::SplitBlock(llvm::BasicBlock*, llvm::Instruction*, llvm::Pass*)':
  1542. BasicBlockUtils.cpp:(.text+0x155d): undefined reference to `llvm::LoopInfo::ID'
  1543. BasicBlockUtils.cpp:(.text+0x1607): undefined reference to `llvm::LoopBase<llvm::BasicBlock, llvm::Loop>::addBasicBlockToLoop(llvm::BasicBlock*, llvm::LoopInfoBase<llvm::BasicBlock, llvm::Loop>&)'
  1544. /usr/local/lib/libLLVMTransformUtils.a(BasicBlockUtils.o): In function `llvm::MergeBlockIntoPredecessor(llvm::BasicBlock*, llvm::Pass*)':
  1545. BasicBlockUtils.cpp:(.text+0x266a): undefined reference to `llvm::LoopInfo::ID'
  1546. BasicBlockUtils.cpp:(.text+0x2857): undefined reference to `llvm::MemoryDependenceAnalysis::ID'
  1547. BasicBlockUtils.cpp:(.text+0x287d): undefined reference to `llvm::MemoryDependenceAnalysis::invalidateCachedPredecessors()'
  1548. /usr/local/lib/libLLVMTransformUtils.a(BasicBlockUtils.o): In function `UpdateAnalysisInformation(llvm::BasicBlock*, llvm::BasicBlock*, llvm::ArrayRef<llvm::BasicBlock*>, llvm::Pass*, bool&)':
  1549. BasicBlockUtils.cpp:(.text+0x29c6): undefined reference to `llvm::LoopInfo::ID'
  1550. BasicBlockUtils.cpp:(.text+0x2ca0): undefined reference to `llvm::LoopBase<llvm::BasicBlock, llvm::Loop>::addBasicBlockToLoop(llvm::BasicBlock*, llvm::LoopInfoBase<llvm::BasicBlock, llvm::Loop>&)'
  1551. BasicBlockUtils.cpp:(.text+0x2f6f): undefined reference to `llvm::LoopBase<llvm::BasicBlock, llvm::Loop>::addBasicBlockToLoop(llvm::BasicBlock*, llvm::LoopInfoBase<llvm::BasicBlock, llvm::Loop>&)'
  1552. /usr/local/lib/libLLVMTransformUtils.a(BreakCriticalEdges.o): In function `(anonymous namespace)::BreakCriticalEdges::getAnalysisUsage(llvm::AnalysisUsage&) const':
  1553. BreakCriticalEdges.cpp:(.text+0x3a9): undefined reference to `llvm::LoopInfo::ID'
  1554. BreakCriticalEdges.cpp:(.text+0x3d2): undefined reference to `llvm::ProfileInfoT<llvm::Function, llvm::BasicBlock>::ID'
  1555. /usr/local/lib/libLLVMTransformUtils.a(BreakCriticalEdges.o): In function `llvm::SplitCriticalEdge(llvm::TerminatorInst*, unsigned int, llvm::Pass*, bool, bool, bool)':
  1556. BreakCriticalEdges.cpp:(.text+0x9d8): undefined reference to `llvm::LoopInfo::ID'
  1557. BreakCriticalEdges.cpp:(.text+0xa16): undefined reference to `llvm::ProfileInfoT<llvm::Function, llvm::BasicBlock>::ID'
  1558. BreakCriticalEdges.cpp:(.text+0xe59): undefined reference to `llvm::LoopBase<llvm::BasicBlock, llvm::Loop>::addBasicBlockToLoop(llvm::BasicBlock*, llvm::LoopInfoBase<llvm::BasicBlock, llvm::Loop>&)'
  1559. BreakCriticalEdges.cpp:(.text+0xf0f): undefined reference to `llvm::LoopBase<llvm::BasicBlock, llvm::Loop>::getExitBlocks(llvm::SmallVectorImpl<llvm::BasicBlock*>&) const'
  1560. BreakCriticalEdges.cpp:(.text+0x1137): undefined reference to `llvm::ProfileInfoT<llvm::Function, llvm::BasicBlock>::splitEdge(llvm::BasicBlock const*, llvm::BasicBlock const*, llvm::BasicBlock const*, bool)'
  1561. BreakCriticalEdges.cpp:(.text+0x2499): undefined reference to `llvm::LoopBase<llvm::BasicBlock, llvm::Loop>::addBasicBlockToLoop(llvm::BasicBlock*, llvm::LoopInfoBase<llvm::BasicBlock, llvm::Loop>&)'
  1562. /usr/local/lib/libLLVMTransformUtils.a(CloneFunction.o): In function `llvm::CloneAndPruneFunctionInto(llvm::Function*, llvm::Function const*, llvm::ValueMap<llvm::Value const*, llvm::WeakVH, llvm::ValueMapConfig<llvm::Value const*> >&, bool, llvm::SmallVectorImpl<llvm::ReturnInst*>&, char const*, llvm::ClonedCodeInfo*, llvm::DataLayout const*, llvm::Instruction*)':
  1563. CloneFunction.cpp:(.text+0x49d1): undefined reference to `llvm::SimplifyInstruction(llvm::Instruction*, llvm::DataLayout const*, llvm::TargetLibraryInfo const*, llvm::DominatorTree const*)'
  1564. CloneFunction.cpp:(.text+0x6721): undefined reference to `llvm::recursivelySimplifyInstruction(llvm::Instruction*, llvm::DataLayout const*, llvm::TargetLibraryInfo const*, llvm::DominatorTree const*)'
  1565. /usr/local/lib/libLLVMTransformUtils.a(LCSSA.o): In function `(anonymous namespace)::LCSSA::~LCSSA()':
  1566. LCSSA.cpp:(.text+0x4e): undefined reference to `vtable for llvm::LoopPass'
  1567. /usr/local/lib/libLLVMTransformUtils.a(LCSSA.o): In function `(anonymous namespace)::LCSSA::~LCSSA()':
  1568. LCSSA.cpp:(.text+0xae): undefined reference to `vtable for llvm::LoopPass'
  1569. /usr/local/lib/libLLVMTransformUtils.a(LCSSA.o): In function `(anonymous namespace)::LCSSA::getAnalysisUsage(llvm::AnalysisUsage&) const':
  1570. LCSSA.cpp:(.text+0xf3): undefined reference to `llvm::LoopInfo::ID'
  1571. LCSSA.cpp:(.text+0x13a): undefined reference to `llvm::ScalarEvolution::ID'
  1572. /usr/local/lib/libLLVMTransformUtils.a(LCSSA.o): In function `llvm::initializeLCSSAPass(llvm::PassRegistry&)':
  1573. LCSSA.cpp:(.text+0x1e4): undefined reference to `llvm::initializeLoopInfoPass(llvm::PassRegistry&)'
  1574. /usr/local/lib/libLLVMTransformUtils.a(LCSSA.o): In function `(anonymous namespace)::LCSSA::runOnLoop(llvm::Loop*, llvm::LPPassManager&)':
  1575. LCSSA.cpp:(.text+0x1604): undefined reference to `llvm::LoopInfo::ID'
  1576. LCSSA.cpp:(.text+0x163d): undefined reference to `llvm::ScalarEvolution::ID'
  1577. LCSSA.cpp:(.text+0x16a7): undefined reference to `llvm::LoopBase<llvm::BasicBlock, llvm::Loop>::getExitBlocks(llvm::SmallVectorImpl<llvm::BasicBlock*>&) const'
  1578. LCSSA.cpp:(.text+0x1d56): undefined reference to `llvm::ScalarEvolution::forgetLoop(llvm::Loop const*)'
  1579. LCSSA.cpp:(.text+0x1dc5): undefined reference to `llvm::LoopInfo::ID'
  1580. /usr/local/lib/libLLVMTransformUtils.a(LCSSA.o):(.data.rel.ro+0x40): undefined reference to `llvm::LoopPass::createPrinterPass(llvm::raw_ostream&, std::string const&) const'
  1581. /usr/local/lib/libLLVMTransformUtils.a(LCSSA.o):(.data.rel.ro+0x48): undefined reference to `llvm::LoopPass::assignPassManager(llvm::PMStack&, llvm::PassManagerType)'
  1582. /usr/local/lib/libLLVMTransformUtils.a(LCSSA.o):(.data.rel.ro+0x50): undefined reference to `llvm::LoopPass::preparePassManager(llvm::PMStack&)'
  1583. /usr/local/lib/libLLVMTransformUtils.a(Local.o): In function `llvm::isInstructionTriviallyDead(llvm::Instruction*, llvm::TargetLibraryInfo const*)':
  1584. Local.cpp:(.text+0x57): undefined reference to `llvm::isAllocLikeFn(llvm::Value const*, llvm::TargetLibraryInfo const*, bool)'
  1585. Local.cpp:(.text+0xcc): undefined reference to `llvm::DbgValueInst::getValue()'
  1586. Local.cpp:(.text+0x161): undefined reference to `llvm::DbgDeclareInst::getAddress() const'
  1587. Local.cpp:(.text+0x177): undefined reference to `llvm::isFreeCall(llvm::Value const*, llvm::TargetLibraryInfo const*)'
  1588. /usr/local/lib/libLLVMTransformUtils.a(Local.o): In function `llvm::SimplifyInstructionsInBlock(llvm::BasicBlock*, llvm::DataLayout const*, llvm::TargetLibraryInfo const*)':
  1589. Local.cpp:(.text+0x14fa): undefined reference to `llvm::recursivelySimplifyInstruction(llvm::Instruction*, llvm::DataLayout const*, llvm::TargetLibraryInfo const*, llvm::DominatorTree const*)'
  1590. /usr/local/lib/libLLVMTransformUtils.a(Local.o): In function `llvm::RemovePredecessorAndSimplify(llvm::BasicBlock*, llvm::BasicBlock*, llvm::DataLayout*)':
  1591. Local.cpp:(.text+0x16a2): undefined reference to `llvm::recursivelySimplifyInstruction(llvm::Instruction*, llvm::DataLayout const*, llvm::TargetLibraryInfo const*, llvm::DominatorTree const*)'
  1592. /usr/local/lib/libLLVMTransformUtils.a(Local.o): In function `llvm::getOrEnforceKnownAlignment(llvm::Value*, unsigned int, llvm::DataLayout const*)':
  1593. Local.cpp:(.text+0x30d8): undefined reference to `llvm::ComputeMaskedBits(llvm::Value*, llvm::APInt&, llvm::APInt&, llvm::DataLayout const*, unsigned int)'
  1594. /usr/local/lib/libLLVMTransformUtils.a(Local.o): In function `llvm::ConvertDebugDeclareToDebugValue(llvm::DbgDeclareInst*, llvm::StoreInst*, llvm::DIBuilder&)':
  1595. Local.cpp:(.text+0x34d3): undefined reference to `llvm::DbgValueInst::getValue()'
  1596. /usr/local/lib/libLLVMTransformUtils.a(Local.o): In function `llvm::ConvertDebugDeclareToDebugValue(llvm::DbgDeclareInst*, llvm::LoadInst*, llvm::DIBuilder&)':
  1597. Local.cpp:(.text+0x361f): undefined reference to `llvm::DbgValueInst::getValue()'
  1598. /usr/local/lib/libLLVMTransformUtils.a(Local.o): In function `llvm::LowerDbgDeclare(llvm::Function&)':
  1599. Local.cpp:(.text+0x37a6): undefined reference to `llvm::DbgDeclareInst::getAddress() const'
  1600. /usr/local/lib/libLLVMTransformUtils.a(Local.o): In function `llvm::MergeBasicBlockIntoOnlyPred(llvm::BasicBlock*, llvm::Pass*)':
  1601. Local.cpp:(.text+0x45b6): undefined reference to `llvm::ProfileInfoT<llvm::Function, llvm::BasicBlock>::ID'
  1602. Local.cpp:(.text+0x45ea): undefined reference to `llvm::ProfileInfoT<llvm::Function, llvm::BasicBlock>::replaceAllUses(llvm::BasicBlock const*, llvm::BasicBlock const*)'
  1603. Local.cpp:(.text+0x45f8): undefined reference to `llvm::ProfileInfoT<llvm::Function, llvm::BasicBlock>::removeEdge(std::pair<llvm::BasicBlock const*, llvm::BasicBlock const*>)'
  1604. /usr/local/lib/libLLVMTransformUtils.a(LoopSimplify.o): In function `(anonymous namespace)::LoopSimplify::~LoopSimplify()':
  1605. LoopSimplify.cpp:(.text+0x3): undefined reference to `vtable for llvm::LoopPass'
  1606. /usr/local/lib/libLLVMTransformUtils.a(LoopSimplify.o): In function `(anonymous namespace)::LoopSimplify::~LoopSimplify()':
  1607. LoopSimplify.cpp:(.text+0x23): undefined reference to `vtable for llvm::LoopPass'
  1608. /usr/local/lib/libLLVMTransformUtils.a(LoopSimplify.o): In function `(anonymous namespace)::LoopSimplify::getAnalysisUsage(llvm::AnalysisUsage&) const':
  1609. LoopSimplify.cpp:(.text+0x255): undefined reference to `llvm::LoopInfo::ID'
  1610. LoopSimplify.cpp:(.text+0x2a5): undefined reference to `llvm::AliasAnalysis::ID'
  1611. LoopSimplify.cpp:(.text+0x2ce): undefined reference to `llvm::ScalarEvolution::ID'
  1612. LoopSimplify.cpp:(.text+0x2f7): undefined reference to `llvm::DependenceAnalysis::ID'
  1613. /usr/local/lib/libLLVMTransformUtils.a(LoopSimplify.o): In function `(anonymous namespace)::LoopSimplify::verifyAnalysis() const':
  1614. LoopSimplify.cpp:(.text+0x460): undefined reference to `llvm::LoopBase<llvm::BasicBlock, llvm::Loop>::getLoopPreheader() const'
  1615. LoopSimplify.cpp:(.text+0x46e): undefined reference to `llvm::LoopBase<llvm::BasicBlock, llvm::Loop>::getLoopLatch() const'
  1616. LoopSimplify.cpp:(.text+0x47c): undefined reference to `llvm::Loop::hasDedicatedExits() const'
  1617. LoopSimplify.cpp:(.text+0x535): undefined reference to `llvm::Loop::hasDedicatedExits() const'
  1618. LoopSimplify.cpp:(.text+0x564): undefined reference to `llvm::LoopBase<llvm::BasicBlock, llvm::Loop>::getExitingBlocks(llvm::SmallVectorImpl<llvm::BasicBlock*>&) const'
  1619. /usr/local/lib/libLLVMTransformUtils.a(LoopSimplify.o): In function `llvm::initializeLoopSimplifyPass(llvm::PassRegistry&)':
  1620. LoopSimplify.cpp:(.text+0x614): undefined reference to `llvm::initializeLoopInfoPass(llvm::PassRegistry&)'
  1621. /usr/local/lib/libLLVMTransformUtils.a(LoopSimplify.o): In function `(anonymous namespace)::LoopSimplify::ProcessLoop(llvm::Loop*, llvm::LPPassManager&)':
  1622. LoopSimplify.cpp:(.text+0xabe): undefined reference to `llvm::LoopBase<llvm::BasicBlock, llvm::Loop>::getExitingBlocks(llvm::SmallVectorImpl<llvm::BasicBlock*>&) const'
  1623. LoopSimplify.cpp:(.text+0xbda): undefined reference to `llvm::ScalarEvolution::forgetLoop(llvm::Loop const*)'
  1624. LoopSimplify.cpp:(.text+0xbf7): undefined reference to `llvm::LoopBase<llvm::BasicBlock, llvm::Loop>::getLoopPreheader() const'
  1625. LoopSimplify.cpp:(.text+0xc38): undefined reference to `llvm::LoopBase<llvm::BasicBlock, llvm::Loop>::getExitBlocks(llvm::SmallVectorImpl<llvm::BasicBlock*>&) const'
  1626. LoopSimplify.cpp:(.text+0xe28): undefined reference to `llvm::LoopBase<llvm::BasicBlock, llvm::Loop>::getLoopLatch() const'
  1627. LoopSimplify.cpp:(.text+0xf46): undefined reference to `llvm::SimplifyInstruction(llvm::Instruction*, llvm::DataLayout const*, llvm::TargetLibraryInfo const*, llvm::DominatorTree const*)'
  1628. LoopSimplify.cpp:(.text+0x1418): undefined reference to `llvm::ScalarEvolution::forgetLoop(llvm::Loop const*)'
  1629. LoopSimplify.cpp:(.text+0x14b5): undefined reference to `llvm::LoopBase<llvm::BasicBlock, llvm::Loop>::replaceChildLoopWith(llvm::Loop*, llvm::Loop*)'
  1630. LoopSimplify.cpp:(.text+0x14f1): undefined reference to `llvm::LPPassManager::insertLoopIntoQueue(llvm::Loop*)'
  1631. LoopSimplify.cpp:(.text+0x1ed5): undefined reference to `llvm::LoopBase<llvm::BasicBlock, llvm::Loop>::addBasicBlockToLoop(llvm::BasicBlock*, llvm::LoopInfoBase<llvm::BasicBlock, llvm::Loop>&)'
  1632. LoopSimplify.cpp:(.text+0x1f36): undefined reference to `llvm::SimplifyInstruction(llvm::Instruction*, llvm::DataLayout const*, llvm::TargetLibraryInfo const*, llvm::DominatorTree const*)'
  1633. LoopSimplify.cpp:(.text+0x1f61): undefined reference to `llvm::ScalarEvolution::forgetValue(llvm::Value*)'
  1634. LoopSimplify.cpp:(.text+0x20bf): undefined reference to `llvm::Loop::makeLoopInvariant(llvm::Instruction*, bool&, llvm::Instruction*) const'
  1635. LoopSimplify.cpp:(.text+0x2151): undefined reference to `llvm::ScalarEvolution::forgetLoop(llvm::Loop const*)'
  1636. LoopSimplify.cpp:(.text+0x216d): undefined reference to `llvm::LoopInfoBase<llvm::BasicBlock, llvm::Loop>::removeBlock(llvm::BasicBlock*)'
  1637. /usr/local/lib/libLLVMTransformUtils.a(LoopSimplify.o): In function `(anonymous namespace)::LoopSimplify::runOnLoop(llvm::Loop*, llvm::LPPassManager&)':
  1638. LoopSimplify.cpp:(.text+0x32ec): undefined reference to `llvm::LoopInfo::ID'
  1639. LoopSimplify.cpp:(.text+0x3325): undefined reference to `llvm::AliasAnalysis::ID'
  1640. LoopSimplify.cpp:(.text+0x33a9): undefined reference to `llvm::ScalarEvolution::ID'
  1641. LoopSimplify.cpp:(.text+0x3421): undefined reference to `llvm::LoopInfo::ID'
  1642. /usr/local/lib/libLLVMTransformUtils.a(LoopSimplify.o):(.data.rel.ro+0x40): undefined reference to `llvm::LoopPass::createPrinterPass(llvm::raw_ostream&, std::string const&) const'
  1643. /usr/local/lib/libLLVMTransformUtils.a(LoopSimplify.o):(.data.rel.ro+0x48): undefined reference to `llvm::LoopPass::assignPassManager(llvm::PMStack&, llvm::PassManagerType)'
  1644. /usr/local/lib/libLLVMTransformUtils.a(LoopSimplify.o):(.data.rel.ro+0x50): undefined reference to `llvm::LoopPass::preparePassManager(llvm::PMStack&)'
  1645. /usr/local/lib/libLLVMTransformUtils.a(LoopUnroll.o): In function `llvm::UnrollLoop(llvm::Loop*, unsigned int, unsigned int, bool, unsigned int, llvm::LoopInfo*, llvm::LPPassManager*)':
  1646. LoopUnroll.cpp:(.text+0x1108): undefined reference to `llvm::LoopBase<llvm::BasicBlock, llvm::Loop>::getLoopPreheader() const'
  1647. LoopUnroll.cpp:(.text+0x111f): undefined reference to `llvm::LoopBase<llvm::BasicBlock, llvm::Loop>::getLoopLatch() const'
  1648. LoopUnroll.cpp:(.text+0x1134): undefined reference to `llvm::Loop::isSafeToClone() const'
  1649. LoopUnroll.cpp:(.text+0x1246): undefined reference to `llvm::ScalarEvolution::ID'
  1650. LoopUnroll.cpp:(.text+0x127a): undefined reference to `llvm::ScalarEvolution::forgetLoop(llvm::Loop const*)'
  1651. LoopUnroll.cpp:(.text+0x1675): undefined reference to `llvm::LoopBlocksDFS::perform(llvm::LoopInfo*)'
  1652. LoopUnroll.cpp:(.text+0x19e1): undefined reference to `llvm::LoopBase<llvm::BasicBlock, llvm::Loop>::addBasicBlockToLoop(llvm::BasicBlock*, llvm::LoopInfoBase<llvm::BasicBlock, llvm::Loop>&)'
  1653. LoopUnroll.cpp:(.text+0x2caa): undefined reference to `llvm::ScalarEvolution::ID'
  1654. LoopUnroll.cpp:(.text+0x2dd8): undefined reference to `llvm::ScalarEvolution::ID'
  1655. LoopUnroll.cpp:(.text+0x2ea3): undefined reference to `llvm::SimplifyInstruction(llvm::Instruction*, llvm::DataLayout const*, llvm::TargetLibraryInfo const*, llvm::DominatorTree const*)'
  1656. LoopUnroll.cpp:(.text+0x30b1): undefined reference to `llvm::LPPassManager::deleteLoopFromQueue(llvm::Loop*)'
  1657. LoopUnroll.cpp:(.text+0x33e7): undefined reference to `llvm::ScalarEvolution::forgetLoop(llvm::Loop const*)'
  1658. /usr/local/lib/libLLVMTransformUtils.a(LoopUnrollRuntime.o): In function `CloneLoopBlocks(llvm::Loop*, bool, llvm::BasicBlock*, llvm::BasicBlock*, std::vector<llvm::BasicBlock*, std::allocator<llvm::BasicBlock*> >&, llvm::LoopBlocksDFS&, llvm::ValueMap<llvm::Value const*, llvm::WeakVH, llvm::ValueMapConfig<llvm::Value const*> >&, llvm::ValueMap<llvm::Value const*, llvm::WeakVH, llvm::ValueMapConfig<llvm::Value const*> >&, llvm::LoopInfo*)':
  1659. LoopUnrollRuntime.cpp:(.text+0x10fc): undefined reference to `llvm::LoopBase<llvm::BasicBlock, llvm::Loop>::getLoopPreheader() const'
  1660. LoopUnrollRuntime.cpp:(.text+0x111b): undefined reference to `llvm::LoopBase<llvm::BasicBlock, llvm::Loop>::getLoopLatch() const'
  1661. LoopUnrollRuntime.cpp:(.text+0x124c): undefined reference to `llvm::LoopBase<llvm::BasicBlock, llvm::Loop>::addBasicBlockToLoop(llvm::BasicBlock*, llvm::LoopInfoBase<llvm::BasicBlock, llvm::Loop>&)'
  1662. /usr/local/lib/libLLVMTransformUtils.a(LoopUnrollRuntime.o): In function `llvm::UnrollRuntimeLoopProlog(llvm::Loop*, unsigned int, llvm::LoopInfo*, llvm::LPPassManager*)':
  1663. LoopUnrollRuntime.cpp:(.text+0x3a27): undefined reference to `llvm::LoopBase<llvm::BasicBlock, llvm::Loop>::getExitingBlock() const'
  1664. LoopUnrollRuntime.cpp:(.text+0x3a36): undefined reference to `llvm::Loop::isLoopSimplifyForm() const'
  1665. LoopUnrollRuntime.cpp:(.text+0x3a84): undefined reference to `llvm::Loop::getUniqueExitBlock() const'
  1666. LoopUnrollRuntime.cpp:(.text+0x3a9d): undefined reference to `llvm::ScalarEvolution::ID'
  1667. LoopUnrollRuntime.cpp:(.text+0x3ad8): undefined reference to `llvm::ScalarEvolution::getBackedgeTakenCount(llvm::Loop const*)'
  1668. LoopUnrollRuntime.cpp:(.text+0x3ae3): undefined reference to `llvm::SCEVCouldNotCompute::classof(llvm::SCEV const*)'
  1669. LoopUnrollRuntime.cpp:(.text+0x3af3): undefined reference to `llvm::SCEV::getType() const'
  1670. LoopUnrollRuntime.cpp:(.text+0x3b0d): undefined reference to `llvm::SCEV::getType() const'
  1671. LoopUnrollRuntime.cpp:(.text+0x3b1f): undefined reference to `llvm::ScalarEvolution::getConstant(llvm::Type*, unsigned long, bool)'
  1672. LoopUnrollRuntime.cpp:(.text+0x3b7d): undefined reference to `llvm::ScalarEvolution::getAddExpr(llvm::SmallVectorImpl<llvm::SCEV const*>&, llvm::SCEV::NoWrapFlags)'
  1673. LoopUnrollRuntime.cpp:(.text+0x3b9a): undefined reference to `llvm::SCEVCouldNotCompute::classof(llvm::SCEV const*)'
  1674. LoopUnrollRuntime.cpp:(.text+0x3bcc): undefined reference to `llvm::ScalarEvolution::forgetLoop(llvm::Loop const*)'
  1675. LoopUnrollRuntime.cpp:(.text+0x3bd9): undefined reference to `llvm::LoopBase<llvm::BasicBlock, llvm::Loop>::getLoopPreheader() const'
  1676. LoopUnrollRuntime.cpp:(.text+0x3bf3): undefined reference to `llvm::LoopBase<llvm::BasicBlock, llvm::Loop>::getLoopLatch() const'
  1677. LoopUnrollRuntime.cpp:(.text+0x3ea0): undefined reference to `llvm::SCEV::getType() const'
  1678. LoopUnrollRuntime.cpp:(.text+0x3eb6): undefined reference to `llvm::SCEVExpander::expandCodeFor(llvm::SCEV const*, llvm::Type*, llvm::Instruction*)'
  1679. LoopUnrollRuntime.cpp:(.text+0x420a): undefined reference to `llvm::LoopBlocksDFS::perform(llvm::LoopInfo*)'
  1680. LoopUnrollRuntime.cpp:(.text+0x4584): undefined reference to `llvm::LoopBase<llvm::BasicBlock, llvm::Loop>::addBasicBlockToLoop(llvm::BasicBlock*, llvm::LoopInfoBase<llvm::BasicBlock, llvm::Loop>&)'
  1681. LoopUnrollRuntime.cpp:(.text+0x49b7): undefined reference to `llvm::LoopBase<llvm::BasicBlock, llvm::Loop>::getLoopLatch() const'
  1682. LoopUnrollRuntime.cpp:(.text+0x5158): undefined reference to `llvm::Loop::getUniqueExitBlock() const'
  1683. /usr/local/lib/libLLVMTransformUtils.a(SSAUpdater.o): In function `llvm::SSAUpdater::GetValueInMiddleOfBlock(llvm::BasicBlock*)':
  1684. SSAUpdater.cpp:(.text+0x2bda): undefined reference to `llvm::SimplifyInstruction(llvm::Instruction*, llvm::DataLayout const*, llvm::TargetLibraryInfo const*, llvm::DominatorTree const*)'
  1685. /usr/local/lib/libLLVMTransformUtils.a(SimplifyIndVar.o): In function `llvm::simplifyUsersOfIV(llvm::PHINode*, llvm::ScalarEvolution*, llvm::LPPassManager*, llvm::SmallVectorImpl<llvm::WeakVH>&, llvm::IVVisitor*)':
  1686. SimplifyIndVar.cpp:(.text+0x65): undefined reference to `llvm::LoopInfo::ID'
  1687. SimplifyIndVar.cpp:(.text+0x17c): undefined reference to `llvm::ScalarEvolution::isSCEVable(llvm::Type*) const'
  1688. SimplifyIndVar.cpp:(.text+0x4cb): undefined reference to `llvm::ScalarEvolution::getSCEV(llvm::Value*)'
  1689. SimplifyIndVar.cpp:(.text+0x4d9): undefined reference to `llvm::ScalarEvolution::getSCEV(llvm::Value*)'
  1690. SimplifyIndVar.cpp:(.text+0x4e7): undefined reference to `llvm::ScalarEvolution::getUDivExpr(llvm::SCEV const*, llvm::SCEV const*)'
  1691. SimplifyIndVar.cpp:(.text+0x4f6): undefined reference to `llvm::ScalarEvolution::isSCEVable(llvm::Type*) const'
  1692. SimplifyIndVar.cpp:(.text+0x505): undefined reference to `llvm::ScalarEvolution::getSCEV(llvm::Value*)'
  1693. SimplifyIndVar.cpp:(.text+0x555): undefined reference to `llvm::ScalarEvolution::getSCEV(llvm::Value*)'
  1694. SimplifyIndVar.cpp:(.text+0x56a): undefined reference to `llvm::ScalarEvolution::getSCEV(llvm::Value*)'
  1695. SimplifyIndVar.cpp:(.text+0x5f2): undefined reference to `llvm::ScalarEvolution::getSCEVAtScope(llvm::SCEV const*, llvm::Loop const*)'
  1696. SimplifyIndVar.cpp:(.text+0x607): undefined reference to `llvm::ScalarEvolution::getSCEVAtScope(llvm::SCEV const*, llvm::Loop const*)'
  1697. SimplifyIndVar.cpp:(.text+0x61d): undefined reference to `llvm::ScalarEvolution::isKnownPredicate(llvm::CmpInst::Predicate, llvm::SCEV const*, llvm::SCEV const*)'
  1698. SimplifyIndVar.cpp:(.text+0xac2): undefined reference to `llvm::ScalarEvolution::isSCEVable(llvm::Type*) const'
  1699. SimplifyIndVar.cpp:(.text+0xb1a): undefined reference to `llvm::LoopInfo::ID'
  1700. SimplifyIndVar.cpp:(.text+0xc3a): undefined reference to `llvm::ScalarEvolution::isSCEVable(llvm::Type*) const'
  1701. SimplifyIndVar.cpp:(.text+0xc4d): undefined reference to `llvm::ScalarEvolution::getSCEV(llvm::Value*)'
  1702. SimplifyIndVar.cpp:(.text+0xd06): undefined reference to `llvm::ScalarEvolution::isKnownPredicate(llvm::CmpInst::Predicate, llvm::SCEV const*, llvm::SCEV const*)'
  1703. SimplifyIndVar.cpp:(.text+0xd6c): undefined reference to `llvm::ScalarEvolution::getSCEV(llvm::Value*)'
  1704. SimplifyIndVar.cpp:(.text+0xd7a): undefined reference to `llvm::ScalarEvolution::getSCEV(llvm::Value*)'
  1705. SimplifyIndVar.cpp:(.text+0xdad): undefined reference to `llvm::ScalarEvolution::getSCEV(llvm::Value*)'
  1706. SimplifyIndVar.cpp:(.text+0xdbc): undefined reference to `llvm::ScalarEvolution::getSCEV(llvm::Value*)'
  1707. SimplifyIndVar.cpp:(.text+0xe52): undefined reference to `llvm::ScalarEvolution::getSCEVAtScope(llvm::SCEV const*, llvm::Loop const*)'
  1708. SimplifyIndVar.cpp:(.text+0xe6a): undefined reference to `llvm::ScalarEvolution::getSCEVAtScope(llvm::SCEV const*, llvm::Loop const*)'
  1709. SimplifyIndVar.cpp:(.text+0xe8d): undefined reference to `llvm::ScalarEvolution::isKnownPredicate(llvm::CmpInst::Predicate, llvm::SCEV const*, llvm::SCEV const*)'
  1710. SimplifyIndVar.cpp:(.text+0xeb1): undefined reference to `llvm::SCEV::getType() const'
  1711. SimplifyIndVar.cpp:(.text+0xec3): undefined reference to `llvm::ScalarEvolution::getConstant(llvm::Type*, unsigned long, bool)'
  1712. SimplifyIndVar.cpp:(.text+0xed3): undefined reference to `llvm::ScalarEvolution::getMinusSCEV(llvm::SCEV const*, llvm::SCEV const*, llvm::SCEV::NoWrapFlags)'
  1713. SimplifyIndVar.cpp:(.text+0xef4): undefined reference to `llvm::ScalarEvolution::isKnownPredicate(llvm::CmpInst::Predicate, llvm::SCEV const*, llvm::SCEV const*)'
  1714. SimplifyIndVar.cpp:(.text+0x104e): undefined reference to `llvm::ScalarEvolution::isKnownNonNegative(llvm::SCEV const*)'
  1715. SimplifyIndVar.cpp:(.text+0x1084): undefined reference to `llvm::SCEV::getType() const'
  1716. SimplifyIndVar.cpp:(.text+0x1096): undefined reference to `llvm::ScalarEvolution::getConstant(llvm::Type*, unsigned long, bool)'
  1717. SimplifyIndVar.cpp:(.text+0x10a6): undefined reference to `llvm::ScalarEvolution::getMinusSCEV(llvm::SCEV const*, llvm::SCEV const*, llvm::SCEV::NoWrapFlags)'
  1718. SimplifyIndVar.cpp:(.text+0x10b4): undefined reference to `llvm::ScalarEvolution::isKnownNonNegative(llvm::SCEV const*)'
  1719. /usr/local/lib/libLLVMX86CodeGen.a(X86AsmPrinter.o): In function `_ZN4llvm13X86AsmPrinter12printOperandEPKNS_12MachineInstrEjRNS_11raw_ostreamEPKcj.constprop.157':
  1720. X86AsmPrinter.cpp:(.text+0x2aa1): undefined reference to `llvm::X86ATTInstPrinter::getRegisterName(unsigned int)'
  1721. /usr/local/lib/libLLVMX86CodeGen.a(X86AsmPrinter.o): In function `llvm::X86AsmPrinter::printPCRelImm(llvm::MachineInstr const*, unsigned int, llvm::raw_ostream&)':
  1722. X86AsmPrinter.cpp:(.text+0x2c46): undefined reference to `llvm::X86ATTInstPrinter::getRegisterName(unsigned int)'
  1723. /usr/local/lib/libLLVMX86CodeGen.a(X86AsmPrinter.o): In function `llvm::X86AsmPrinter::printOperand(llvm::MachineInstr const*, unsigned int, llvm::raw_ostream&, char const*, unsigned int)':
  1724. X86AsmPrinter.cpp:(.text+0x2df4): undefined reference to `llvm::X86ATTInstPrinter::getRegisterName(unsigned int)'
  1725. /usr/local/lib/libLLVMX86CodeGen.a(X86AsmPrinter.o): In function `llvm::X86AsmPrinter::printAsmMRegister(llvm::MachineOperand const&, char, llvm::raw_ostream&)':
  1726. X86AsmPrinter.cpp:(.text+0x3d0f): undefined reference to `llvm::X86ATTInstPrinter::getRegisterName(unsigned int)'
  1727. /usr/local/lib/libLLVMX86CodeGen.a(X86AsmPrinter.o): In function `llvm::X86AsmPrinter::PrintAsmOperand(llvm::MachineInstr const*, unsigned int, unsigned int, char const*, llvm::raw_ostream&)':
  1728. X86AsmPrinter.cpp:(.text+0x5310): undefined reference to `llvm::X86ATTInstPrinter::getRegisterName(unsigned int)'
  1729. /usr/local/lib/libLLVMX86CodeGen.a(X86MCInstLower.o):X86MCInstLower.cpp:(.text+0x2987): more undefined references to `llvm::X86ATTInstPrinter::getRegisterName(unsigned int)' follow
  1730. /usr/local/lib/libLLVMX86CodeGen.a(X86TargetTransformInfo.o): In function `(anonymous namespace)::X86TTI::getAdjustedAnalysisPointer(void const*)':
  1731. X86TargetTransformInfo.cpp:(.text+0x3): undefined reference to `llvm::TargetTransformInfo::ID'
  1732. /usr/local/lib/libLLVMX86CodeGen.a(X86TargetTransformInfo.o): In function `(anonymous namespace)::X86TTI::~X86TTI()':
  1733. X86TargetTransformInfo.cpp:(.text+0x185e): undefined reference to `llvm::TargetTransformInfo::~TargetTransformInfo()'
  1734. /usr/local/lib/libLLVMX86CodeGen.a(X86TargetTransformInfo.o): In function `(anonymous namespace)::X86TTI::~X86TTI()':
  1735. X86TargetTransformInfo.cpp:(.text+0x189e): undefined reference to `llvm::TargetTransformInfo::~TargetTransformInfo()'
  1736. /usr/local/lib/libLLVMX86CodeGen.a(X86TargetTransformInfo.o): In function `(anonymous namespace)::X86TTI::getCastInstrCost(unsigned int, llvm::Type*, llvm::Type*) const':
  1737. X86TargetTransformInfo.cpp:(.text+0x1f16): undefined reference to `llvm::TargetTransformInfo::getCastInstrCost(unsigned int, llvm::Type*, llvm::Type*) const'
  1738. /usr/local/lib/libLLVMX86CodeGen.a(X86TargetTransformInfo.o): In function `llvm::initializeX86TTIPass(llvm::PassRegistry&)':
  1739. X86TargetTransformInfo.cpp:(.text+0x2f1c): undefined reference to `llvm::initializeTargetTransformInfoAnalysisGroup(llvm::PassRegistry&)'
  1740. X86TargetTransformInfo.cpp:(.text+0x2f96): undefined reference to `llvm::TargetTransformInfo::ID'
  1741. /usr/local/lib/libLLVMX86CodeGen.a(X86TargetTransformInfo.o): In function `(anonymous namespace)::X86TTI::getVectorInstrCost(unsigned int, llvm::Type*, unsigned int) const':
  1742. X86TargetTransformInfo.cpp:(.text+0x168): undefined reference to `llvm::TargetTransformInfo::getVectorInstrCost(unsigned int, llvm::Type*, unsigned int) const'
  1743. /usr/local/lib/libLLVMX86CodeGen.a(X86TargetTransformInfo.o): In function `(anonymous namespace)::X86TTI::getCmpSelInstrCost(unsigned int, llvm::Type*, llvm::Type*) const':
  1744. X86TargetTransformInfo.cpp:(.text+0x27c): undefined reference to `llvm::TargetTransformInfo::getCmpSelInstrCost(unsigned int, llvm::Type*, llvm::Type*) const'
  1745. /usr/local/lib/libLLVMX86CodeGen.a(X86TargetTransformInfo.o): In function `(anonymous namespace)::X86TTI::getArithmeticInstrCost(unsigned int, llvm::Type*, llvm::TargetTransformInfo::OperandValueKind, llvm::TargetTransformInfo::OperandValueKind) const':
  1746. X86TargetTransformInfo.cpp:(.text+0xa93): undefined reference to `llvm::TargetTransformInfo::getArithmeticInstrCost(unsigned int, llvm::Type*, llvm::TargetTransformInfo::OperandValueKind, llvm::TargetTransformInfo::OperandValueKind) const'
  1747. /usr/local/lib/libLLVMX86CodeGen.a(X86TargetTransformInfo.o): In function `(anonymous namespace)::X86TTI::finalizePass()':
  1748. X86TargetTransformInfo.cpp:(.text+0x1805): undefined reference to `llvm::TargetTransformInfo::popTTIStack()'
  1749. /usr/local/lib/libLLVMX86CodeGen.a(X86TargetTransformInfo.o): In function `(anonymous namespace)::X86TTI::initializePass()':
  1750. X86TargetTransformInfo.cpp:(.text+0x1818): undefined reference to `llvm::TargetTransformInfo::pushTTIStack(llvm::Pass*)'
  1751. /usr/local/lib/libLLVMX86CodeGen.a(X86TargetTransformInfo.o): In function `(anonymous namespace)::X86TTI::getAnalysisUsage(llvm::AnalysisUsage&) const':
  1752. X86TargetTransformInfo.cpp:(.text+0x1825): undefined reference to `llvm::TargetTransformInfo::getAnalysisUsage(llvm::AnalysisUsage&) const'
  1753. /usr/local/lib/libLLVMX86CodeGen.a(X86TargetTransformInfo.o): In function `(anonymous namespace)::X86TTI::getShuffleCost(llvm::TargetTransformInfo::ShuffleKind, llvm::Type*, int, llvm::Type*) const':
  1754. X86TargetTransformInfo.cpp:(.text+0x2e7a): undefined reference to `llvm::TargetTransformInfo::getShuffleCost(llvm::TargetTransformInfo::ShuffleKind, llvm::Type*, int, llvm::Type*) const'
  1755. /usr/local/lib/libLLVMX86CodeGen.a(X86TargetTransformInfo.o):(.data.rel.ro+0x128): undefined reference to `llvm::TargetTransformInfo::getOperationCost(unsigned int, llvm::Type*, llvm::Type*) const'
  1756. /usr/local/lib/libLLVMX86CodeGen.a(X86TargetTransformInfo.o):(.data.rel.ro+0x130): undefined reference to `llvm::TargetTransformInfo::getGEPCost(llvm::Value const*, llvm::ArrayRef<llvm::Value const*>) const'
  1757. /usr/local/lib/libLLVMX86CodeGen.a(X86TargetTransformInfo.o):(.data.rel.ro+0x138): undefined reference to `llvm::TargetTransformInfo::getCallCost(llvm::FunctionType*, int) const'
  1758. /usr/local/lib/libLLVMX86CodeGen.a(X86TargetTransformInfo.o):(.data.rel.ro+0x140): undefined reference to `llvm::TargetTransformInfo::getCallCost(llvm::Function const*, int) const'
  1759. /usr/local/lib/libLLVMX86CodeGen.a(X86TargetTransformInfo.o):(.data.rel.ro+0x148): undefined reference to `llvm::TargetTransformInfo::getCallCost(llvm::Function const*, llvm::ArrayRef<llvm::Value const*>) const'
  1760. /usr/local/lib/libLLVMX86CodeGen.a(X86TargetTransformInfo.o):(.data.rel.ro+0x150): undefined reference to `llvm::TargetTransformInfo::getIntrinsicCost(llvm::Intrinsic::ID, llvm::Type*, llvm::ArrayRef<llvm::Type*>) const'
  1761. /usr/local/lib/libLLVMX86CodeGen.a(X86TargetTransformInfo.o):(.data.rel.ro+0x158): undefined reference to `llvm::TargetTransformInfo::getIntrinsicCost(llvm::Intrinsic::ID, llvm::Type*, llvm::ArrayRef<llvm::Value const*>) const'
  1762. /usr/local/lib/libLLVMX86CodeGen.a(X86TargetTransformInfo.o):(.data.rel.ro+0x160): undefined reference to `llvm::TargetTransformInfo::getUserCost(llvm::User const*) const'
  1763. /usr/local/lib/libLLVMX86CodeGen.a(X86TargetTransformInfo.o):(.data.rel.ro+0x168): undefined reference to `llvm::TargetTransformInfo::isLoweredToCall(llvm::Function const*) const'
  1764. /usr/local/lib/libLLVMX86CodeGen.a(X86TargetTransformInfo.o):(.data.rel.ro+0x170): undefined reference to `llvm::TargetTransformInfo::isLegalAddImmediate(long) const'
  1765. /usr/local/lib/libLLVMX86CodeGen.a(X86TargetTransformInfo.o):(.data.rel.ro+0x178): undefined reference to `llvm::TargetTransformInfo::isLegalICmpImmediate(long) const'
  1766. /usr/local/lib/libLLVMX86CodeGen.a(X86TargetTransformInfo.o):(.data.rel.ro+0x180): undefined reference to `llvm::TargetTransformInfo::isLegalAddressingMode(llvm::Type*, llvm::GlobalValue*, long, bool, long) const'
  1767. /usr/local/lib/libLLVMX86CodeGen.a(X86TargetTransformInfo.o):(.data.rel.ro+0x188): undefined reference to `llvm::TargetTransformInfo::isTruncateFree(llvm::Type*, llvm::Type*) const'
  1768. /usr/local/lib/libLLVMX86CodeGen.a(X86TargetTransformInfo.o):(.data.rel.ro+0x190): undefined reference to `llvm::TargetTransformInfo::isTypeLegal(llvm::Type*) const'
  1769. /usr/local/lib/libLLVMX86CodeGen.a(X86TargetTransformInfo.o):(.data.rel.ro+0x198): undefined reference to `llvm::TargetTransformInfo::getJumpBufAlignment() const'
  1770. /usr/local/lib/libLLVMX86CodeGen.a(X86TargetTransformInfo.o):(.data.rel.ro+0x1a0): undefined reference to `llvm::TargetTransformInfo::getJumpBufSize() const'
  1771. /usr/local/lib/libLLVMX86CodeGen.a(X86TargetTransformInfo.o):(.data.rel.ro+0x1a8): undefined reference to `llvm::TargetTransformInfo::shouldBuildLookupTables() const'
  1772. /usr/local/lib/libLLVMX86CodeGen.a(X86TargetTransformInfo.o):(.data.rel.ro+0x1b8): undefined reference to `llvm::TargetTransformInfo::getIntImmCost(llvm::APInt const&, llvm::Type*) const'
  1773. /usr/local/lib/libLLVMX86CodeGen.a(X86TargetTransformInfo.o):(.data.rel.ro+0x1f0): undefined reference to `llvm::TargetTransformInfo::getCFInstrCost(unsigned int) const'
  1774. /usr/local/lib/libLLVMX86CodeGen.a(X86TargetTransformInfo.o):(.data.rel.ro+0x210): undefined reference to `llvm::TargetTransformInfo::getIntrinsicInstrCost(llvm::Intrinsic::ID, llvm::Type*, llvm::ArrayRef<llvm::Type*>) const'
  1775. /usr/local/lib/libLLVMX86CodeGen.a(X86TargetTransformInfo.o):(.data.rel.ro+0x218): undefined reference to `llvm::TargetTransformInfo::getNumberOfParts(llvm::Type*) const'
  1776. /usr/local/lib/libLLVMX86CodeGen.a(X86TargetTransformInfo.o):(.data.rel.ro+0x220): undefined reference to `llvm::TargetTransformInfo::getAddressComputationCost(llvm::Type*) const'
  1777. /usr/local/lib/libLLVMX86CodeGen.a(X86FastISel.o): In function `(anonymous namespace)::X86FastISel::X86VisitIntrinsicCall(llvm::IntrinsicInst const&)':
  1778. X86FastISel.cpp:(.text+0x160f2): undefined reference to `llvm::DbgDeclareInst::getAddress() const'
  1779. /usr/local/lib/libLLVMX86Desc.a(X86WinCOFFObjectWriter.o): In function `llvm::createX86WinCOFFObjectWriter(llvm::raw_ostream&, bool)':
  1780. X86WinCOFFObjectWriter.cpp:(.text+0x10c): undefined reference to `llvm::MCWinCOFFObjectTargetWriter::MCWinCOFFObjectTargetWriter(unsigned int)'
  1781. X86WinCOFFObjectWriter.cpp:(.text+0x129): undefined reference to `llvm::createWinCOFFObjectWriter(llvm::MCWinCOFFObjectTargetWriter*, llvm::raw_ostream&)'
  1782. /usr/local/lib/libLLVMXCoreCodeGen.a(XCoreAsmPrinter.o): In function `(anonymous namespace)::XCoreAsmPrinter::printOperand(llvm::MachineInstr const*, int, llvm::raw_ostream&)':
  1783. XCoreAsmPrinter.cpp:(.text+0x13c): undefined reference to `llvm::XCoreInstPrinter::getRegisterName(unsigned int)'
  1784. /usr/local/lib/libLLVMXCoreCodeGen.a(XCoreAsmPrinter.o): In function `(anonymous namespace)::XCoreAsmPrinter::EmitInstruction(llvm::MachineInstr const*)':
  1785. XCoreAsmPrinter.cpp:(.text+0x10b3): undefined reference to `llvm::XCoreInstPrinter::getRegisterName(unsigned int)'
  1786. XCoreAsmPrinter.cpp:(.text+0x1554): undefined reference to `llvm::XCoreInstPrinter::getRegisterName(unsigned int)'
  1787. XCoreAsmPrinter.cpp:(.text+0x1564): undefined reference to `llvm::XCoreInstPrinter::getRegisterName(unsigned int)'
  1788. collect2: error: ld returned 1 exit status
  1789. root@stacked-crooked ~/wide #
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement