This is an archive of the discontinued LLVM Phabricator instance.

[LLD] Remove unwanted --check-prefix=CHECK from unit tests. NFC.
ClosedPublic

Authored by mgrang on Apr 14 2016, 11:45 PM.

Details

Summary

Removed unwanted --check-prefix=CHECK from the following unit tests:

ELF/aarch64-gnu-ifunc.s
ELF/gnu-ifunc-i386.s
ELF/gnu-ifunc.s
ELF/plt-i686.s

Patch by: Mandeep Singh Grang (mgrang)

Diff Detail

Repository
rL LLVM

Event Timeline

mgrang updated this revision to Diff 53846.Apr 14 2016, 11:45 PM
mgrang retitled this revision from to [LLD] Remove unwanted --check-prefix=CHECK from unit tests. NFC..
mgrang updated this object.
mgrang added a reviewer: rafael.
mgrang added a project: lld.

This is second in a series of commits to clean up the unit tests by removing unwanted --check-prefix=CHECK. NFC.

rafael accepted this revision.Apr 15 2016, 4:33 AM
rafael edited edge metadata.

LGTM. Thanks

This revision is now accepted and ready to land.Apr 15 2016, 4:33 AM
This revision was automatically updated to reflect the committed changes.