Skip to content

v2.0.7 | Swift 6.4

Latest

Choose a tag to compare

@furbytm furbytm released this 27 Jul 04:00
· 11 commits to main since this release
0f675ed

v2.0.7

[Swift 6.4] Fix OpenMP ld-prime linker crash

  • Resolve a linker crash in Swift 6.4:

     Assertion failed: (atom->isAbsoluteAtom()), function addressOf, file Relocations.cpp, line 82.
  • Apple's ld-prime linker asserts ("atom->isAbsoluteAtom()", Relocations.cpp) when mixing debug info with a placeholder (.comm) definition, which is fixed by replacing the (.comm) definition with a concrete (.zerofill) definition under KMP_OS_DARWIN.