This is an archive of the discontinued LLVM Phabricator instance.

[MIPS] Don't crash when parsing a subu with an undefined symbol
AbandonedPublic

Authored by arichardson on Sep 29 2017, 4:47 AM.

Details

Reviewers
sdardis
Summary

This is a patch originally by David Chisnall
(https://github.com/CTSRD-CHERI/llvm/commit/176118426c) with an added test
case

Event Timeline

arichardson created this revision.Sep 29 2017, 4:47 AM
sdardis edited edge metadata.Sep 29 2017, 4:54 AM

PR34391 which I believe is the same issue, https://reviews.llvm.org/D37476 should address this.

arichardson abandoned this revision.Sep 29 2017, 5:16 AM

Ah I hadn't seen that one. Indeed that is a lot better.