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
What is this? ============= The libexec directory contains the source code for auxiliary executables that ship with the Swift runtime, as opposed to being part of the toolchain. On UNIX-like platforms, if the runtime is installed in /usr/lib/swift (for instance), these are things that you would expect to find in /usr/libexec/swift.