This is an archive of the discontinued LLVM Phabricator instance.

[MC] - Stop ignoring invalid meta data symbols.
ClosedPublic

Authored by grimar on Dec 30 2017, 1:34 AM.

Details

Summary

Previously llvm-mc would silently accept code from testcase,
that contains invalid metadata symbol in section declaration.

Patch fixes the issue.

Diff Detail

Event Timeline

grimar created this revision.Dec 30 2017, 1:34 AM
grimar accepted this revision.Dec 30 2017, 11:41 PM

Accepted by Rafael in mail list.

This revision is now accepted and ready to land.Dec 30 2017, 11:41 PM
This revision was automatically updated to reflect the committed changes.