We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 27641cb commit f9aeb57Copy full SHA for f9aeb57
docs/Backtracing.rst
@@ -295,7 +295,9 @@ the following locations::
295
<swift-root>
296
297
where ``<swift-root>`` by default is determined from the path to the runtime
298
-library, ``libswiftCore``.
+library, ``libswiftCore``, ``<platform>`` is the name Swift gives to the platform
299
+(in this case most likely ``linux``) and ``<arch>`` is the name Swift uses for
300
+the CPU architecture (e.g. ``x86_64``, ``arm64`` and so on).
301
302
When the runtime is statically linked with _your_ binary, the runtime will
303
instead determine ``<swift-root>`` in the above patterns relative to *your
0 commit comments