[all-commits] [llvm/llvm-project] 7c8072: [AIX] Fixed a link error.

diggerlin via All-commits all-commits at lists.llvm.org
Fri Dec 11 15:53:48 PST 2020


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 7c8072ce2dbcf76a4fcc4269b87dd313c95a526a
      https://github.com/llvm/llvm-project/commit/7c8072ce2dbcf76a4fcc4269b87dd313c95a526a
  Author: diggerlin <digger.llvm at gmail.com>
  Date:   2020-12-11 (Fri, 11 Dec 2020)

  Changed paths:
    M llvm/lib/Target/PowerPC/CMakeLists.txt

  Log Message:
  -----------
  [AIX] Fixed a link error.

Summary:

 "Speculative fix for link failure on bots" with a mention of "the clang-ppc64le-rhel bot fails on link: http://lab.llvm.org:8011/#/builders/57/builds/2307/steps/6/logs/stdio".

PPCAsmPrinter.cpp:(.text._ZN12_GLOBAL__N_116PPCAIXAsmPrinter19emitFunctionBodyEndEv+0x2f8): undefined reference to `llvm::XCOFF::getNameForTracebackTableLanguageId(llvm::XCOFF::TracebackTable::LanguageID)'
PPCAsmPrinter.cpp:(.text._ZN12_GLOBAL__N_116PPCAIXAsmPrinter19emitFunctionBodyEndEv+0x2170): undefined reference to `llvm::XCOFF::parseParmsType(unsigned int, unsigned int)'




More information about the All-commits mailing list