apple / llvm-project

The LLVM Project is a collection of modular and reusable compiler and toolchain technologies. This fork is used to manage Apple’s stable releases of Clang as well as support the Swift project.
https://llvm.org
Other
1.1k stars 320 forks source link

🍒 [test][asan] Use posix_memalign for stacks #8824

Closed wrotki closed 1 month ago

wrotki commented 1 month ago

Looks Android and Darwin fail because of alignment.

Need to cherry-pick this due to:

rdar://128875793

(cherry picked from commit 8b7b434087cc4dc85e64632ae2780300c3c5d332)

wrotki commented 1 month ago

@swift-ci please test