[PATCH] D25184: Don't drop the llvm. prefix when renaming

Rafael Ávila de Espíndola via llvm-commits llvm-commits at lists.llvm.org
Mon Oct 3 05:52:12 PDT 2016


rafael created this revision.
rafael added reviewers: apilipenko, pcc.
rafael added a subscriber: llvm-commits.
rafael set the repository for this revision to rL LLVM.
Herald added a subscriber: mehdi_amini.

If the llvm. prefix is dropped other parts of llvm don't see this as an intrinsic.  This means that the number of regular symbols depends on the context the module is loaded into, which causes LTO to abort.


Repository:
  rL LLVM

https://reviews.llvm.org/D25184

Files:
  lib/IR/AutoUpgrade.cpp
  test/LTO/Resolution/X86/Inputs/intrinsic.ll
  test/LTO/Resolution/X86/intrinsic.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D25184.73265.patch
Type: text/x-patch
Size: 6111 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20161003/31ad1912/attachment.bin>


More information about the llvm-commits mailing list