Commit Graph

2 Commits

Author SHA1 Message Date
Alastair Houghton
aeb0323b0e [Backtracing] Fix i386 typo.
There was a missing "e" in "movl (%esp), %edx".
2023-03-04 08:00:09 +00:00
Alastair Houghton
6caea5386b [Backtracing] Add _Backtracing library to the build.
Adds a new swift_Backtracing library, with a corresponding _Backtracing
module, to the build.  Also add some tests.

This is not public API at this point, but will be used by the external
backtracing program, `swift-backtrace`.

rdar://104336548
2023-03-04 07:56:03 +00:00