[all-commits] [llvm/llvm-project] 7e61c6: [LLVM][objcopy] Update Arm XFAIL in update section...
David Spickett via All-commits
all-commits at lists.llvm.org
Fri Dec 16 03:00:39 PST 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 7e61c68174ccf2f00bff9807310d313c287179ee
https://github.com/llvm/llvm-project/commit/7e61c68174ccf2f00bff9807310d313c287179ee
Author: David Spickett <david.spickett at linaro.org>
Date: 2022-12-16 (Fri, 16 Dec 2022)
Changed paths:
M llvm/test/tools/llvm-objcopy/ELF/update-section.test
Log Message:
-----------
[LLVM][objcopy] Update Arm XFAIL in update section test
a1b4e13cff2a792571927ee1fc6eebb05e40fae9 updated this to use
the target= syntax.
However the triple for our Arm bots is usually like:
armv8l-unknown-linux-gnueabihf
With "eabihf" on the end. I assume before we just checked for
"linux-gnu" being in the triple at all but now it is a proper
regex match.
Add .* on the end to account for the ABI tag on the end.
More information about the All-commits
mailing list