[all-commits] [llvm/llvm-project] ac741f: [XCOFF][AIX] Fix for missing of undefined symbols ...

jasonliudev via All-commits all-commits at lists.llvm.org
Thu Dec 19 13:21:02 PST 2019


  Branch: refs/heads/master
  Home:   https://github.com/llvm/llvm-project
  Commit: ac741f98c1770a451d4f638d93264287cbe0074f
      https://github.com/llvm/llvm-project/commit/ac741f98c1770a451d4f638d93264287cbe0074f
  Author: jasonliu <jasonliu.development at gmail.com>
  Date:   2019-12-19 (Thu, 19 Dec 2019)

  Changed paths:
    M llvm/lib/MC/XCOFFObjectWriter.cpp
    M llvm/test/CodeGen/PowerPC/aix-xcoff-toc.ll

  Log Message:
  -----------
  [XCOFF][AIX] Fix for missing of undefined symbols from symbol table

Summary:
When we use undefined symbol with its qualname, we are not able
to generate that symbol because of the logic of early "continue"
that skip the qualname symbol. This patch fixes it.

Differential revision: https://reviews.llvm.org/D71667




More information about the All-commits mailing list