mirror of
https://github.com/apple/swift.git
synced 2025-12-14 20:36:38 +01:00
If these programs crash, we want them to print the Swift bug report message, not the default LLVM one, which leads to https://github.com/llvm/llvm-project/issues. While here, hoist the setting of the bug report message to the START_PROGRAM macro so that we don't forget to set it in the future.