This is an archive of the discontinued LLVM Phabricator instance.

[llvm-objcopy]Add coverage for --split-dwo and --output-format
ClosedPublic

Authored by jhenderson on Mar 22 2019, 4:39 AM.

Details

Diff Detail

Repository
rL LLVM

Event Timeline

jhenderson created this revision.Mar 22 2019, 4:39 AM

Wrong diff? (I would expect to see only changes in the test).

cross-arch-headers.test by itself looks good to me.

Oops, thanks. Fixed.

grimar accepted this revision.Mar 22 2019, 5:17 AM

LGTM with a nit.

test/tools/llvm-objcopy/ELF/cross-arch-headers.test
38 ↗(On Diff #191861)

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.

This revision is now accepted and ready to land.Mar 22 2019, 5:17 AM
This revision was automatically updated to reflect the committed changes.