https://llvm.org/bugs/show_bug.cgi?id=10961

John Brawn <[email protected]> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
                 CC|                            |[email protected]
         Resolution|---                         |FIXED

--- Comment #4 from John Brawn <[email protected]> ---
Current behaviour is that by default (-arm-default-align) we have the behaviour
of unaligned access depending on arch+OS, but -arm-no-strict-align (turned on
in clang by -munaligned-access) enables unaligned access regardless of that. So
I think we can say this has been done.

-- 
You are receiving this mail because:
You are on the CC list for the bug.
_______________________________________________
LLVMbugs mailing list
[email protected]
http://lists.cs.uiuc.edu/mailman/listinfo/llvmbugs

Reply via email to