You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Change the assembly implementations to not use thumb2 instructions.
Add a special implementation just for this target. The problem is that, AFAIK, there's no cfg argument that handles this conditional compilation. We'll likely need some way to cfg on the arch component of llvm-target.
Because some of our assembly implementation use thumb2 instructions that aren't available for it.
Possible solutions:
cfg
argument that handles this conditional compilation. We'll likely need some way tocfg
on the arch component ofllvm-target
.cc @Amanieu
The text was updated successfully, but these errors were encountered: