[PATCH] D31304: [MetaRenamer] Don't rename library functions.

Davide Italiano via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Mar 23 14:24:14 PDT 2017


davide added a comment.

In https://reviews.llvm.org/D31304#709304, @bryant wrote:

> What happens if there's a conflict between a meta-renamed function and originally named extern? For instance,
>
>   declare void @pluto()
>  
>   define void @dont_rename_lib_funcs(...) {  ; metarenames to pluto.
>     ...
>   }
>
>
> ?


If I understand your example correctly, that's a bug in the pass?


Repository:
  rL LLVM

https://reviews.llvm.org/D31304





More information about the llvm-commits mailing list