search for: dbuild_tblgen_debug

Displaying 2 results from an estimated 2 matches for "dbuild_tblgen_debug".

2020 Oct 03
2
New TableGen backend for debugging
I'd like to announce a new TableGen backend: Print Detailed Records. I hope this will help people when they are debugging complex TableGen files. It prints all the global variables, classes, and records with more detail than the default backend. In particular, it includes the source locations of the class and record definitions, and the source locations of the places where field values were
2020 Oct 07
2
New TableGen backend for debugging
...bout it being done as part of the build, nor am I any sort of build guru. What do other people think? At 10/7/2020 08:12 AM, Nemanja Ivanovic wrote: >This is really useful. Is there a way to produce this output automatically (by providing some CMake variable)? For example, something like: >-DBUILD_TBLGEN_DEBUG=<Target> > >On Sat, Oct 3, 2020 at 10:48 AM Paul C. Anagnostopoulos via llvm-dev <<mailto:llvm-dev at lists.llvm.org>llvm-dev at lists.llvm.org> wrote: >I'd like to announce a new TableGen backend: Print Detailed Records. I hope this will help people when they are deb...