This is an archive of the discontinued LLVM Phabricator instance.

[ELF] - Remove use of precomipled binary for invalid-relocation-x64.test
ClosedPublic

Authored by grimar on Jun 30 2017, 9:22 AM.

Details

Summary

Since yaml2obj is now able to parse integer values as relocation types,
there is no need to keep hex edited elf object for this test,
we can produce it on fly, just like this patch do.

Diff Detail

Repository
rL LLVM

Event Timeline

grimar created this revision.Jun 30 2017, 9:22 AM
ruiu accepted this revision.Jun 30 2017, 9:25 AM

LGTM

test/ELF/invalid/invalid-relocation-x64.test
1 ↗(On Diff #104876)

Please add "REQUIRES: x86".

This revision is now accepted and ready to land.Jun 30 2017, 9:25 AM
This revision was automatically updated to reflect the committed changes.