forked from OSchip/llvm-project
Re-add release notes for GCC ABI compatibility for non-POD in packed structs
This commit is contained in:
parent
52d509f38b
commit
0b903ef6aa
|
@ -424,6 +424,12 @@ OpenCL C Language Changes in Clang
|
|||
ABI Changes in Clang
|
||||
--------------------
|
||||
|
||||
- GCC doesn't pack non-POD members in packed structs unless the packed
|
||||
attribute is also specified on the member. Clang historically did perform
|
||||
such packing. Clang now matches the gcc behavior (except on Darwin and PS4).
|
||||
You can switch back to the old ABI behavior with the flag:
|
||||
``-fclang-abi-compat=13.0``.
|
||||
|
||||
OpenMP Support in Clang
|
||||
-----------------------
|
||||
|
||||
|
|
Loading…
Reference in New Issue