[PATCH] D32745: Correct debug info bit offset calculation for big-endian targets

Reid Kleckner via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Wed May 3 10:21:37 PDT 2017


rnk accepted this revision.
rnk added a comment.

Looks good without the REQUIRES line, thanks for the fix!

It's unfortunate that this logic is here and in CodeGen/AsmPrinter/DwarfUnit.cpp, but such is life.


https://reviews.llvm.org/D32745





More information about the cfe-commits mailing list