Displaying 2 results from an estimated 2 matches for "r100296".
2018 Mar 09
2
Why is there no EmitInt64 in AsmPrinter?
...hese
calls the MCStreamer::EmitIntValue method with the corresponding size. For
some reason, there is no EmitInt64, and I was wondering if there was a
fundamental reason why? The EmitIntValue function appears to support 8-byte
inputs.
I dug into this a bit more and found a commit way back in 2010 (r100296)
that removed the "EmitInt64" equivalent, with no explanation (presumably it
was unused).
I'd find this function quite helpful - I'm currently working on extending
the DwarfGenerator unit-test helper class to support debug line, and I'd
like to be able to write 8 byte values...
2018 Mar 20
0
Why is there no EmitInt64 in AsmPrinter?
...these calls the MCStreamer::EmitIntValue method with the corresponding size. For some reason, there is no EmitInt64, and I was wondering if there was a fundamental reason why? The EmitIntValue function appears to support 8-byte inputs.
I dug into this a bit more and found a commit way back in 2010 (r100296) that removed the "EmitInt64" equivalent, with no explanation (presumably it was unused).
I'd find this function quite helpful - I'm currently working on extending the DwarfGenerator unit-test helper class to support debug line, and I'd like to be able to write 8 byte values (...