This is an archive of the discontinued LLVM Phabricator instance.

[lldb][AArch64] Correct compile options for Neon corefile
ClosedPublic

Authored by DavidSpickett on Aug 3 2020, 7:14 AM.

Details

Summary

SVE is not required, it has its own test. Note that
there is no "+neon" so "+simd" is used instead.

Also rename the file to match the name of the corefile
it produces.

Diff Detail

Event Timeline

DavidSpickett created this revision.Aug 3 2020, 7:14 AM
DavidSpickett requested review of this revision.Aug 3 2020, 7:14 AM
omjavaid accepted this revision.Aug 6 2020, 5:29 AM

Thanks for fixing this. SVE was just a typo orignal core files were generated without SVE flag on a aarch64-linux target.

This revision is now accepted and ready to land.Aug 6 2020, 5:29 AM