Skip to content

Commit 4326b95

Browse files
author
Alexander Batashev
authored
[SYCL][Doc] Mention alignment checks in ABI policy (#2795)
1 parent e1d8db7 commit 4326b95

File tree

2 files changed

+5
-4
lines changed

2 files changed

+5
-4
lines changed

sycl/doc/ABIPolicyGuide.md

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -87,10 +87,11 @@ There is a set of tests to help identifying ABI changes:
8787
Please, prefer updating the test files with the above command. The checker
8888
script automatically sorts symbols. This would allow developers to avoid
8989
large diffs and help maintainers identify the nature of ABI changes.
90-
* `test/abi/layout*` and `test/abi/symbol_size*` are a group of tests to check
91-
the internal layout of some classes. The `layout*` tests check some of API
92-
classes for layout changes, while `symbol_size` only checks `sizeof` for API
93-
classes. Changing the class layout is a breaking change.
90+
* `test/abi/layout*` and `test/abi/symbol_size_alignment.cpp` are a group of
91+
tests to check the internal layout of some classes. The `layout*` tests check
92+
some of API classes for layout changes, while `symbol_size_alignment` only
93+
checks `sizeof` and `alignof` for API classes. Changing the class layout is a
94+
breaking change.
9495

9596
## Changing ABI
9697

0 commit comments

Comments
 (0)