This is an archive of the discontinued LLVM Phabricator instance.

[CSInfo][clang] Enable debug entry values for Mips
AbandonedPublic

Authored by ntesic on Apr 14 2020, 6:32 AM.

Details

Summary

Debug entry values functionality provides debug information about
call sites and function parameters values at the call entry spot.
Condition for generating this type of information is
compiling with -g option and optimization level higher than zero(-O0).

This patch enables functionality in clang frontend
for mips targets (mips, mipsel, mips64, mips64el).

Diff Detail

Event Timeline

ntesic created this revision.Apr 14 2020, 6:32 AM

This would benefit from some kind of test.

This would benefit from some kind of test.

@aprantl
Thanks for the feedback. I think we can merge this into child patch, so we can use tests from that patch.
Let me know what you think.

If that covers the change, sure!