mirror of
https://github.com/apple/swift.git
synced 2025-12-14 20:36:38 +01:00
This sanitizer adds MTE (memory tagging extension) checks to stack variable accesses. Enablement simply requires setting an attribute on function definitions, and the instrumentation is added by LLVM. The corresponding swift-driver change is at: https://github.com/swiftlang/swift-driver/pull/2016. rdar://161721201