[all-commits] [llvm/llvm-project] aeca47: ThinLTO: Fix assembler to emit alwaysInline in the...

Teresa Johnson via All-commits all-commits at lists.llvm.org
Mon Nov 18 15:02:30 PST 2019


  Branch: refs/heads/master
  Home:   https://github.com/llvm/llvm-project
  Commit: aeca47fa0fbc36a43bced6a482a2e61acc3162a1
      https://github.com/llvm/llvm-project/commit/aeca47fa0fbc36a43bced6a482a2e61acc3162a1
  Author: Teresa Johnson <tejohnson at google.com>
  Date:   2019-11-18 (Mon, 18 Nov 2019)

  Changed paths:
    M llvm/lib/IR/AsmWriter.cpp
    M llvm/test/ThinLTO/X86/funcimport_alwaysinline.ll

  Log Message:
  -----------
  ThinLTO: Fix assembler to emit alwaysInline in the summary

Summary: The earlier commit (https://reviews.llvm.org/D70014) missed this one : If Always_Inline happens to be the only entry in FuncFlags, then the assembler will not print it in the summary.

Patch by Bharathi Seshadri <bseshadr at cisco.com>

Reviewers: tejohnson

Reviewed By: tejohnson

Subscribers: mehdi_amini, inglorion, hiraditya, steven_wu, dexonsmith, llvm-commits

Tags: #llvm

Differential Revision: https://reviews.llvm.org/D70323




More information about the All-commits mailing list