This is an archive of the discontinued LLVM Phabricator instance.

[BOLT][test] Move asm-dump.c to runtime/X86
ClosedPublic

Authored by Amir on Aug 31 2023, 10:48 AM.

Details

Reviewers
rafauler
maksfb
Group Reviewers
Restricted Project
Commits
rG8f9006bfa078: [BOLT][test] Move asm-dump.c to runtime/X86
Summary

Since the test executes instrumented version of the binary, move it under
runtime/X86. Note that it can be adjusted to also run under AArch64 now that
instrumentation is supported.

Diff Detail

Event Timeline

Amir created this revision.Aug 31 2023, 10:48 AM
Amir requested review of this revision.Aug 31 2023, 10:48 AM
Herald added a project: Restricted Project. · View Herald TranscriptAug 31 2023, 10:48 AM
maksfb accepted this revision.Aug 31 2023, 10:51 AM
This revision is now accepted and ready to land.Aug 31 2023, 10:51 AM
This revision was automatically updated to reflect the committed changes.