llvm/test/Transforms/MetaRenamer
Davide Italiano 7fcef2bc4f [MetaRenamer] Leave @main alone.
To the best of my knowledge -metarenamer is used in two cases:
1) obfuscate names, when e.g. they contain informations that
can't be shared.
2) Improve clarity of the textual IR for testcases.

One of the usecases if getting the output of `opt` and passing it
to the lli interpreter to run the test. If metarenamer renames
@main, lli can't find an entry point.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@309657 91177308-0d34-0410-b5e6-96231b3b80d8
2017-08-01 05:14:45 +00:00
..
main.ll [MetaRenamer] Leave @main alone. 2017-08-01 05:14:45 +00:00
metarenamer.ll