summaryrefslogtreecommitdiff
path: root/llvm/lib/Bitcode/Reader/BitcodeReader.cpp
diff options
context:
space:
mode:
authorDavid Spickett <david.spickett@linaro.org>2022-02-16 15:47:16 +0000
committerDavid Spickett <david.spickett@linaro.org>2022-02-22 09:39:20 +0000
commit912bba5ae25aea1da32ee022a51f063477e5e0f0 (patch)
tree70edc1700dd24812f3374a0b1792b5c18f73c59a /llvm/lib/Bitcode/Reader/BitcodeReader.cpp
parentdc0657277f2ff53f4e3ab01d856bcc576867ba9e (diff)
[libcxx][CI] Set Arm triples to match native clang build's default
We were using: armv8-linux-gnueabihf But for a native clang build the default target is: armv8l-linux-gnueabihf (ditto for v7) Add the "l" to the target triples and update the one test that is unsupported to look for the various possible names. armv(7 or 8)(m or l, optionally) The UNSUPPORTED does not include aarch64 because aarch64 Linux (and others that follow Arm's AAPCS64) use quad precision for long double where arm64 (darwin) does not: https://developer.apple.com/documentation/xcode/writing-arm64-code-for-apple-platforms https://github.com/ARM-software/abi-aa/blob/main/aapcs64/aapcs64.rst#811arithmetic-types Reviewed By: rovka Differential Revision: https://reviews.llvm.org/D119948
Diffstat (limited to 'llvm/lib/Bitcode/Reader/BitcodeReader.cpp')
0 files changed, 0 insertions, 0 deletions