This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
objdump for gimple [lto]
- From: "Paulo Matos" <pmatos at broadcom dot com>
- To: "gcc at gcc dot gnu dot org" <gcc at gcc dot gnu dot org>
- Date: Mon, 24 Jun 2013 11:20:59 +0000
- Subject: objdump for gimple [lto]
Hello,
I see this item in http://gcc.gnu.org/wiki/LinkTimeOptimization :
7. Browsing/dumping tools for LTO files
Is there anything already out there, even if half-baked?
I am having trouble understanding a problem in LTO and I think the bug is in the writing of trees into the object file but can't find a way to know this unless I have something like an objdump for gimple.
If there's no tool out there to straightforwardly know this, what's the best approach to find out if there's a problem written in the LTO stream?
Cheers,
Paulo Matos