Skip to content

Commit d8e4d53

Browse files
committed
Document cross compilation improvements.
1 parent 98ae891 commit d8e4d53

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

docs/cs_v6_release_guide.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -219,12 +219,14 @@ Nonetheless, we hope this additional information is useful to you.
219219
- Testing was re-written from scratch. Now allowing fine-grained testing of all details and is more convenient to use by contributors.
220220
- Architecture modules from a static library, can be initialized on demand to decrease footprint (see: `cmake` option `CAPSTONE_USE_ARCH_REGISTRATION`).
221221
- New `cmake` option to choose between fat and thin binary for Apple.
222+
- Cross compilation support improved.
222223

223224
**Code quality**
224225

225226
- ASAN: All tests are now run with the address sanitizer enabled. This includes checking for leaks.
226227
- Coverity code scanning workflow added and all reported bugs fixed.
227228
- `clang-tidy` workflow added. All reported defects were fixed.
229+
- CI runs tests for s390x, Mips, PPC, and Android targets.
228230

229231
### Instruction Alias
230232

0 commit comments

Comments
 (0)