This is an archive of the discontinued LLVM Phabricator instance.

[XRay] [compiler-rt] Stub out architectures we don't do arg1 logging on.
ClosedPublic

Authored by pelikan on Mar 6 2017, 12:02 AM.

Details

Summary

rL297000 forgot to include code for three architectures that appeared
since I wrote the first version. This gives them the same treatment as ARMs
have for now - write stubs and wait for someone to actually implement it.

Diff Detail

Repository
rL LLVM

Event Timeline

pelikan created this revision.Mar 6 2017, 12:02 AM
This revision was automatically updated to reflect the committed changes.