search for: 35a75420

Displaying 2 results from an estimated 2 matches for "35a75420".

Did you mean: 35a745a0
2013 Mar 13
0
[LLVMdev] failure mode of invalid (debug info) metadata
Hi David, On 12/03/13 21:38, David Blaikie wrote: > Currently the debug info metadata handling is a bit loose - LLVM > accepts pretty much anything that looks roughly like the desired > schema & is lazily resilient to some differences (see, for example, > llvm::DIDescriptor::get*Field functions (lib/IR/DebugInfo.cpp:81)). > > I made some parts of debug info handling more
2013 Mar 12
2
[LLVMdev] failure mode of invalid (debug info) metadata
Currently the debug info metadata handling is a bit loose - LLVM accepts pretty much anything that looks roughly like the desired schema & is lazily resilient to some differences (see, for example, llvm::DIDescriptor::get*Field functions (lib/IR/DebugInfo.cpp:81)). I made some parts of debug info handling more pedantic about the structure (requiring a certain number of metadata operands,