mirror of
https://github.com/apple/swift.git
synced 2025-12-14 20:36:38 +01:00
Ensure that we only have one writer to the module trace file at a time by using LLVM's `LockFileManager` utilities, similarly to `ModuleInterfaceBuilder` Resolves rdar://76743462
5 lines
218 B
Swift
5 lines
218 B
Swift
// Check that this doesn't crash due to a self-cycle. rdar://67435472
|
|
// RUN: %target-swift-frontend %s -emit-module -o /dev/null -emit-loaded-module-trace-path - -I %S/Inputs/imported_modules/SelfImport
|
|
|
|
import Outer
|