This is an archive of the discontinued LLVM Phabricator instance.

[ELF] - Support -plugin-opt=-debugger-tune=xxx option.
AbandonedPublic

Authored by grimar on Jan 30 2018, 6:16 AM.

Details

Summary

This is part of PR36035, currently LLD is unable to recongize
following LTO option:

-plugin-opt=-debugger-tune=XXX, where XXX is one of: gdb, lldb, sce.

It is incompatible with gold LTO plugin.
Patch teaches LLD about the option.

Diff Detail

Event Timeline

grimar created this revision.Jan 30 2018, 6:16 AM
grimar abandoned this revision.Feb 6 2018, 6:08 AM

Abandoning. D42733 was landed instead. Will post patch with testcase for -plugin-opt=-debugger-tune separatelly.