[PATCH] D71667: [XCOFF][AIX] Fix for some undefined symbol are not generated issue
    Jason Liu via Phabricator via llvm-commits 
    llvm-commits at lists.llvm.org
       
    Wed Dec 18 09:26:48 PST 2019
    
    
  
jasonliu created this revision.
jasonliu added reviewers: daltenty, DiggerLin, hubert.reinterpretcast.
Herald added subscribers: llvm-commits, jsji, hiraditya, nemanjai.
Herald added a project: LLVM.
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.
https://reviews.llvm.org/D71667
Files:
  llvm/lib/MC/XCOFFObjectWriter.cpp
  llvm/test/CodeGen/PowerPC/aix-xcoff-toc.ll
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D71667.234558.patch
Type: text/x-patch
Size: 9568 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20191218/2ab2fc4d/attachment.bin>
    
    
More information about the llvm-commits
mailing list