This is an archive of the discontinued LLVM Phabricator instance.

[trace][intelpt] Support system-wide tracing [15] - Make triple optional
ClosedPublic

Authored by wallace on Jun 3 2022, 12:03 PM.

Details

Summary

The process triple should only be needed when LLDB can't identify the correct
triple on its own. Examples could be universal mach-o binaries. But in any case,
at least for most of ELF files, LLDB should be able to do the job without having
the user specify the triple manually.

Diff Detail

Event Timeline

wallace created this revision.Jun 3 2022, 12:03 PM
Herald added a project: Restricted Project. · View Herald TranscriptJun 3 2022, 12:03 PM
wallace requested review of this revision.Jun 3 2022, 12:03 PM
Herald added a project: Restricted Project. · View Herald TranscriptJun 3 2022, 12:03 PM
jj10306 accepted this revision.Jun 9 2022, 4:19 AM
This revision is now accepted and ready to land.Jun 9 2022, 4:19 AM
This revision was landed with ongoing or failed builds.Jun 16 2022, 11:23 AM
This revision was automatically updated to reflect the committed changes.