Rather than silently disabling unaligned accesses for v6m targets as in the previous patch to llvm, instead produce a warning saying that this architecture doesn't support unaligned accesses.
Details
Details
Diff Detail
Diff Detail
Event Timeline
Comment Actions
As suggested by James, we catch this case in clang rather than silently disabling unaligned accesses in the backend.