This is an archive of the discontinued LLVM Phabricator instance.

Fix LLD tests that used CHECK-NEXT-NOT
ClosedPublic

Authored by probinson on Feb 26 2016, 4:31 PM.

Diff Detail

Repository
rL LLVM

Event Timeline

probinson updated this revision to Diff 49266.Feb 26 2016, 4:31 PM
probinson retitled this revision from to Fix LLD tests that used CHECK-NEXT-NOT.
probinson updated this object.
probinson added a reviewer: grimar.
probinson added subscribers: rafael, llvm-commits.
grimar accepted this revision.Feb 27 2016, 11:00 PM
grimar edited edge metadata.

LGTM, thanks !

This revision is now accepted and ready to land.Feb 27 2016, 11:00 PM
grimar added inline comments.Feb 28 2016, 3:14 AM
test/ELF/plt.s
112 ↗(On Diff #49266)

please format this accordinly here then (add a 2 spaces after ':'):

// DISASM2-NEXT:  1104b:  e9 d0 ff ff ff      jmp -48 <.plt>
// DISASM2-NOT:   110C0
probinson marked an inline comment as done.Feb 29 2016, 9:54 AM
This revision was automatically updated to reflect the committed changes.