summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Bitcode/Reader/BitcodeReader.h
diff options
context:
space:
mode:
authorBill Schmidt <wschmidt@linux.vnet.ibm.com>2013-07-26 01:36:11 +0000
committerBill Schmidt <wschmidt@linux.vnet.ibm.com>2013-07-26 01:36:11 +0000
commit778d387684c4cbc22b1f74587b17a34c7cbae307 (patch)
treeb01f834812dac1b0d2d06db0abed0dfac4c552a9 /llvm/lib/Bitcode/Reader/BitcodeReader.h
parent0a9170d931629a1a8d5aced1ff9c0a46976c62dc (diff)
downloadbcm5719-llvm-778d387684c4cbc22b1f74587b17a34c7cbae307.tar.gz
bcm5719-llvm-778d387684c4cbc22b1f74587b17a34c7cbae307.zip
[PowerPC] Support powerpc64le as a syntax-checking target.
This patch provides basic support for powerpc64le as an LLVM target. However, use of this target will not actually generate little-endian code. Instead, use of the target will cause the correct little-endian built-in defines to be generated, so that code that tests for __LITTLE_ENDIAN__, for example, will be correctly parsed for syntax-only testing. Code generation will otherwise be the same as powerpc64 (big-endian), for now. The patch leaves open the possibility of creating a little-endian PowerPC64 back end, but there is no immediate intent to create such a thing. The new test case variant ensures that correct built-in defines for little-endian code are generated. llvm-svn: 187180
Diffstat (limited to 'llvm/lib/Bitcode/Reader/BitcodeReader.h')
0 files changed, 0 insertions, 0 deletions
OpenPOWER on IntegriCloud