This is an archive of the discontinued LLVM Phabricator instance.

[LLDB][JIT] Set processor for ARM architecture
ClosedPublic

Authored by kpdev42 on Aug 12 2022, 8:12 AM.

Details

Summary

Patch sets ARM cpu, before compiling JIT code. This enables FastISel for armv6 and higher CPUs and allows using hardware FPU

~~~

OS Laboratory. Huawei RRI. Saint-Petersburg

Diff Detail

Event Timeline

kpdev42 created this revision.Aug 12 2022, 8:12 AM
kpdev42 requested review of this revision.Aug 12 2022, 8:12 AM
DavidSpickett accepted this revision.Aug 15 2022, 3:04 AM

Thanks! LGTM.

You might see some test failures for TestFPEval if anyone is testing on AIX/PPC/etc. but I think it's fine to go ahead and wait for the buildbots to complain if that is the case.

This revision is now accepted and ready to land.Aug 15 2022, 3:04 AM
This revision was automatically updated to reflect the committed changes.