[llvm-dev] How to generate a .ll file with functions' parameter names

Tim Northover via llvm-dev llvm-dev at lists.llvm.org
Sun Dec 8 02:05:39 PST 2019


On Sun, 8 Dec 2019 at 09:54, Alberto Barbaro via llvm-dev
<llvm-dev at lists.llvm.org> wrote:
> thanks for your answer. Unfortunately I'm still using llvm 6.0 and in llvm-dis I don't see that option. I tried reading the full list of options but I didn't see an alternative.

The option is for Clang. Once you have the IR generated it's too late,
the names will already have been discarded.

Cheers.

Tim.


More information about the llvm-dev mailing list