mirror of
https://github.com/apple/swift.git
synced 2025-12-21 12:14:44 +01:00
In Errors.cpp, PRIxPTR is used in a format string: constexpr const char *format = "%-4u %-34s 0x%0.16" PRIxPTR " %s + %td\n"; This fails to build because of upstream changes in STLExtras:049043b598 (diff-43fc25e3af55e1ae97f17ef051d68aa4)This patch merely adds the include for the needed PRIxPTR define. (cherry picked from commit0529fbedca)
14 KiB
14 KiB