This is currently only relevant to the master-next branch of Swift, which works with the latest version of LLVM. Recent work on LLVM adds support distinguishing runtime-preemptable symbols by marking them as either dso_local or dso_preemptable. Setting those flags correctly probably requires some work in the Swift frontend. Compare with Clang r324535.
The text was updated successfully, but these errors were encountered:
bob-wilson commentedFeb 17, 2018
Additional Detail from JIRA
md5: e8edc8b784810fb4b7c82993eab77ab7
Issue Description:
This is currently only relevant to the master-next branch of Swift, which works with the latest version of LLVM. Recent work on LLVM adds support distinguishing runtime-preemptable symbols by marking them as either dso_local or dso_preemptable. Setting those flags correctly probably requires some work in the Swift frontend. Compare with Clang r324535.
The text was updated successfully, but these errors were encountered: