[all-commits] [llvm/llvm-project] 8d9ff2: [NFC][XCOFF][AIX] Return function entry point symb...
    jasonliudev via All-commits 
    all-commits at lists.llvm.org
       
    Wed May 27 10:55:06 PDT 2020
    
    
  
  Branch: refs/heads/master
  Home:   https://github.com/llvm/llvm-project
  Commit: 8d9ff2318530d91be04ccced107c3ef04ba2255f
      https://github.com/llvm/llvm-project/commit/8d9ff2318530d91be04ccced107c3ef04ba2255f
  Author: jasonliu <jasonliu.development at gmail.com>
  Date:   2020-05-27 (Wed, 27 May 2020)
  Changed paths:
    M llvm/include/llvm/CodeGen/TargetLoweringObjectFileImpl.h
    M llvm/include/llvm/Target/TargetLoweringObjectFile.h
    M llvm/lib/CodeGen/AsmPrinter/AsmPrinter.cpp
    M llvm/lib/CodeGen/TargetLoweringObjectFileImpl.cpp
  Log Message:
  -----------
  [NFC][XCOFF][AIX] Return function entry point symbol with dedicate function
Use getFunctionEntryPointSymbol whenever possible to enclose the
implementation detail and reduce duplicate logic.
Differential Revision: https://reviews.llvm.org/D80402
    
    
More information about the All-commits
mailing list