[all-commits] [llvm/llvm-project] dde589: [ThinLTO] Import readonly vars with refs

eleviant via All-commits all-commits at lists.llvm.org
Thu Nov 7 04:21:09 PST 2019


  Branch: refs/heads/master
  Home:   https://github.com/llvm/llvm-project
  Commit: dde589389fcb8b5098f7a47f1b781b27d29a0cac
      https://github.com/llvm/llvm-project/commit/dde589389fcb8b5098f7a47f1b781b27d29a0cac
  Author: evgeny <eleviant at accesssoftek.com>
  Date:   2019-11-07 (Thu, 07 Nov 2019)

  Changed paths:
    M llvm/include/llvm/IR/ModuleSummaryIndex.h
    M llvm/lib/Bitcode/Reader/BitcodeReader.cpp
    M llvm/lib/Bitcode/Writer/BitcodeWriter.cpp
    M llvm/lib/IR/ModuleSummaryIndex.cpp
    M llvm/lib/Transforms/IPO/FunctionImport.cpp
    M llvm/lib/Transforms/Utils/FunctionImportUtils.cpp
    M llvm/test/Bitcode/summary_version.ll
    M llvm/test/Bitcode/thinlto-deadstrip-flag.ll
    M llvm/test/Bitcode/thinlto-synthetic-count-flag.ll
    M llvm/test/ThinLTO/X86/globals-import.ll
    M llvm/test/ThinLTO/X86/local_name_conflict.ll
    M llvm/test/tools/gold/X86/v1.12/thinlto_emit_linked_objects.ll

  Log Message:
  -----------
  [ThinLTO] Import readonly vars with refs

Patch allows importing declarations of functions and variables, referenced
by the initializer of some other readonly variable.
Differential revision: https://reviews.llvm.org/D69561




More information about the All-commits mailing list