llvm-project/lldb/unittests/Core
Ulrich Weigand 9521ad2a49 Fix usage of APInt.getRawData for big-endian systems
Recommit modified version of r266311 including build bot regression fix.

This differs from the original r266311 by:

- Fixing Scalar::Promote to correctly zero- or sign-extend value depending
  on signedness of the *source* type, not the target type.

- Omitting a few stand-alone fixes that were already committed separately.

llvm-svn: 266422
2016-04-15 09:55:52 +00:00
..
CMakeLists.txt Handle bit fields on big-endian systems correctly 2016-04-14 14:32:57 +00:00
DataExtractorTest.cpp Handle bit fields on big-endian systems correctly 2016-04-14 14:32:57 +00:00
ScalarTest.cpp Fix usage of APInt.getRawData for big-endian systems 2016-04-15 09:55:52 +00:00