mirror of
https://github.com/apple/swift.git
synced 2026-06-20 15:42:51 +02:00
ceaba82d6d
Tweaked the comment in `Runtime/Config.h`. Fixed a couple of incorrect ARM64 instruction mnemonics. This still needs testing on ARM64 Windows. Fixed an out-of-date comment in `swift-backtrace`. Use a macro in `Backtrace.cpp` to guarantee we don't overrun the buffer, and in the process simplify the code slightly. rdar://101623384