[LLVM][objcopy] Update Arm XFAIL in update section test
authorDavid Spickett <david.spickett@linaro.org>
Fri, 16 Dec 2022 10:57:13 +0000 (10:57 +0000)
committerDavid Spickett <david.spickett@linaro.org>
Fri, 16 Dec 2022 10:59:56 +0000 (10:59 +0000)
commit7e61c68174ccf2f00bff9807310d313c287179ee
tree7ce209d37e1557b4b896c6ec837108c9744d330b
parent303c308e452c703c3d47940383ded3b2d3eefd56
[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.
llvm/test/tools/llvm-objcopy/ELF/update-section.test