[PATCH] D86272: [DebugInfo] Fix DwarfExpression::addConstantFP for float on big-endian

Bjorn Pettersson via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Aug 20 02:53:05 PDT 2020


bjope added a comment.

I do not have any upstream test case for this, but got failures in our downstream testing.

Looks like no test was added for 4-byte float + big-endian as part of the original patch. Wouldn't hurt if someone would add such a test case. I just focused on fixing the bug here.


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D86272/new/

https://reviews.llvm.org/D86272



More information about the llvm-commits mailing list