This is an archive of the discontinued LLVM Phabricator instance.

[COFF] Handle ARM64 in getDefaultType
ClosedPublic

Authored by mstorsjo on Nov 4 2017, 3:16 PM.

Diff Detail

Repository
rL LLVM

Event Timeline

mstorsjo created this revision.Nov 4 2017, 3:16 PM
ruiu edited edge metadata.Nov 4 2017, 3:17 PM

How did you notice this? I thought if you could notice this, there's a way to test it.

In D39634#915967, @ruiu wrote:

How did you notice this? I thought if you could notice this, there's a way to test it.

Yeah, I guess it should be testable - I just haven't spent the effort to figure out exactly what happens in that case where I noticed it yet. I can maybe try to debug it tomorrow or so, to figure out what differs from other cases and how to trigger it.

mstorsjo updated this revision to Diff 121661.Nov 5 2017, 12:25 PM
mstorsjo edited the summary of this revision. (Show Details)

I took some time to dig through what actually happened and what had changed - adding a test is indeed trivial.

ruiu accepted this revision.Nov 5 2017, 12:50 PM

LGTM. Thanks!

This revision is now accepted and ready to land.Nov 5 2017, 12:50 PM
This revision was automatically updated to reflect the committed changes.