search for: pr14524

Displaying 3 results from an estimated 3 matches for "pr14524".

Did you mean: 14524
2013 Jan 23
1
[LLVMdev] RFC: Improving our DWARF (and ELF) emission testing capabilities
...hey could be separate, but I'd >> expect the assembler and object file emission to be tested separately >> already - the only benefit to testing particular IR->object & >> separately testing particular IR->assembly is probably not worthwhile. > > I cite PR13303/PR14524, where asm and direct-object output differ. > This came up early in my LLVM career and has doubtless poisoned my > outlook for life.... > > In many cases I think the same test _source_ can be used to check both > asm and object, with appropriate RUN lines, and whether you want to &gt...
2013 Jan 23
0
[LLVMdev] RFC: Improving our DWARF (and ELF) emission testing capabilities
...go in LLVM - yeah, they could be separate, but I'd > expect the assembler and object file emission to be tested separately > already - the only benefit to testing particular IR->object & > separately testing particular IR->assembly is probably not worthwhile. I cite PR13303/PR14524, where asm and direct-object output differ. This came up early in my LLVM career and has doubtless poisoned my outlook for life.... In many cases I think the same test _source_ can be used to check both asm and object, with appropriate RUN lines, and whether you want to count that as the same or s...
2013 Jan 22
2
[LLVMdev] RFC: Improving our DWARF (and ELF) emission testing capabilities
On Tue, Jan 22, 2013 at 3:23 PM, Robinson, Paul <Paul.Robinson at am.sony.com> wrote: >>>> 2. Relying of assembly directive emissions (i.e. .cfi_*), which is >>>> cumbersome and misses a lot of things like actual DWARF encoding. >>> >>> I'm not sure what you mean by "actual DWARF encoding" here. >>> (disclaimer: I've only