[llvm-dev] Way to print all the properties of a given def

Rail Shafigulin via llvm-dev llvm-dev at lists.llvm.org
Thu Nov 19 18:19:24 PST 2015


On Thu, Nov 19, 2015 at 6:14 PM, Tim Northover <t.p.northover at gmail.com>
wrote:

> On 19 November 2015 at 15:34, Rail Shafigulin via llvm-dev
> <llvm-dev at lists.llvm.org> wrote:
> > Does anybody know is there is a way to print all the property values for
> a
> > given def?
>
> If you run llvm-tblgen without telling it to output any particular
> code (no "-gen-whatever" option) this is exactly what it produces. You
> need to set the right include paths and so on though so it's probably
> best to copy/paste an existing invocation the first time.
>
> Cheers.
>
> Tim.
>

Thanks. I'll try it out tomorrow.

-- 
R
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20151119/a72cecb2/attachment-0001.html>


More information about the llvm-dev mailing list