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.
Paths
| Differential D42687
[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 -plugin-opt=-debugger-tune=XXX, where XXX is one of: gdb, lldb, sce. It is incompatible with gold LTO plugin.
Diff Detail Event TimelineComment Actions Abandoning. D42733 was landed instead. Will post patch with testcase for -plugin-opt=-debugger-tune separatelly.
Revision Contents
Diff 131959 ELF/Config.h
ELF/Driver.cpp
ELF/LTO.cpp
test/ELF/lto/debugger-tune.s
|