This is an archive of the discontinued LLVM Phabricator instance.

[ELF] - Add testcase for -debugger-tune=<value>
ClosedPublic

Authored by grimar on Feb 6 2018, 6:40 AM.

Details

Summary

In D42733 we supported different LTO command line
options, including -debugger-tune=<value>.

Initially debugger-tune support was needed to fix PR36035.
Patch adds testcase for this option to check we
don't simply ignore it.

Diff Detail

Repository
rL LLVM

Event Timeline

grimar created this revision.Feb 6 2018, 6:40 AM
ruiu accepted this revision.Feb 6 2018, 10:56 AM

LGTM

This revision is now accepted and ready to land.Feb 6 2018, 10:56 AM
This revision was automatically updated to reflect the committed changes.