[PATCH] D49434: Put "built-in" function definitions in global Used list, for LTO. (fix bug 34169)

Caroline Tice via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Jul 20 14:35:48 PDT 2018


cmtice updated this revision to Diff 156608.
cmtice added a comment.

I just realized that my patch did not contain the actual move of RuntimeLibcalls.def from CodeGen to IR.  This  update includes that move.


https://reviews.llvm.org/D49434

Files:
  include/llvm/CodeGen/RuntimeLibcalls.def
  include/llvm/CodeGen/RuntimeLibcalls.h
  include/llvm/IR/RuntimeLibcalls.def
  include/llvm/module.modulemap
  lib/CodeGen/TargetLoweringBase.cpp
  lib/Object/IRSymtab.cpp
  test/ThinLTO/X86/Inputs/builtin-nostrip.ll
  test/ThinLTO/X86/builtin-nostrip.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D49434.156608.patch
Type: text/x-patch
Size: 31352 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20180720/8ecf6304/attachment.bin>


More information about the llvm-commits mailing list