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

Tim Northover via llvm-dev llvm-dev at lists.llvm.org
Thu Nov 19 18:14:03 PST 2015


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.


More information about the llvm-dev mailing list