Also fix up a couple of minor issues in the test being updated, where FileCheck could match on incorrect output.
Details
Details
Diff Detail
Diff Detail
- Repository
- rL LLVM
Event Timeline
Comment Actions
Wrong diff? (I would expect to see only changes in the test).
cross-arch-headers.test by itself looks good to me.
Comment Actions
LGTM with a nit.
test/tools/llvm-objcopy/ELF/cross-arch-headers.test | ||
---|---|---|
38 | nit: grouping here is a bit broken. I mean that at first it looks like all elf64 follows the elf32, but then FreeBSD breaks this rule. |
nit: grouping here is a bit broken.
(That is started before your patch, but since you do a massive change anyways, is it worth to regroup?)
I mean that at first it looks like all elf64 follows the elf32, but then FreeBSD breaks this rule.