Re: [Mesa-dev] [PATCH 04/20] swr/rast: Initial work for debugging support.

2018-01-23 Thread Kyriazis, George
Emil, I’m already working on it. Thanks! George > On Jan 23, 2018, at 10:04 AM, Emil Velikov wrote: > > Hi George, > > On 19 January 2018 at 21:46, George Kyriazis > wrote: >> Adds ability to step into jitted llvm IR in Visual Studio. >> - Updated llvm type generation script to also genera

Re: [Mesa-dev] [PATCH 04/20] swr/rast: Initial work for debugging support.

2018-01-23 Thread Emil Velikov
Hi George, On 19 January 2018 at 21:46, George Kyriazis wrote: > Adds ability to step into jitted llvm IR in Visual Studio. > - Updated llvm type generation script to also generate corresponding debug > types. > - New module pass inserts debug metadata into the IR for each function > > Disabled

[Mesa-dev] [PATCH 04/20] swr/rast: Initial work for debugging support.

2018-01-19 Thread George Kyriazis
Adds ability to step into jitted llvm IR in Visual Studio. - Updated llvm type generation script to also generate corresponding debug types. - New module pass inserts debug metadata into the IR for each function Disabled by default. --- .../swr/rasterizer/codegen/gen_llvm_types.py | 10 +-