forked from swiftlang/swift-llbuild
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[Core] BuildEngine should not be copyable.
- This also fixes a bug in the performance tests in which the engine *was* being copied, which lead to a use after free. - <rdar://problem/35571840> 3 test assertions in -[CorePerfTests testBuildEngineDependencyScanningOn2DMatrix]
- Loading branch information
Showing
2 changed files
with
24 additions
and
11 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters