mirror of
https://github.com/apple/swift.git
synced 2025-12-14 20:36:38 +01:00
`llvm::cl::ParseCommandLineOptions()` is not thread-safe to be called from libSwiftScan so replaying multiple commands in parallel can crash the build system. Since the replay instance is not used for compilation and only need information from command-line arguments to create outputs and diagnostics, ignore LLVMArgs when replaying. rdar://120423882
8.4 KiB
8.4 KiB