mirror of
https://github.com/apple/swift.git
synced 2026-02-27 18:26:24 +01:00
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