This is an archive of the discontinued LLVM Phabricator instance.

[lldb] Make TestAArch64AdrpAdd depend on the AArch64 target
ClosedPublic

Authored by teemperor on Aug 16 2021, 10:01 AM.

Details

Summary

LLDB is using LLVM's target-specific disassembler which is only available
when the respective LLVM target has been enabled in the build config.

This patch just skips the test if there is no arm64 target (and its disassembler)
available in the current build config.

Diff Detail

Event Timeline

teemperor created this revision.Aug 16 2021, 10:01 AM
teemperor requested review of this revision.Aug 16 2021, 10:01 AM
jasonmolenda accepted this revision.Aug 16 2021, 10:57 AM

Thanks!! I missed that.

This revision is now accepted and ready to land.Aug 16 2021, 10:57 AM
This revision was landed with ongoing or failed builds.Aug 17 2021, 4:47 AM
This revision was automatically updated to reflect the committed changes.