diff options
author | Evan Wilde <etceterawilde@gmail.com> | 2023-12-19 03:26:41 (GMT) |
---|---|---|
committer | Evan Wilde <etceterawilde@gmail.com> | 2023-12-19 03:42:53 (GMT) |
commit | d31b48816c4f01b4338a6044aa8f0d3575e19f70 (patch) | |
tree | 72fa48b569b1ab743d0cd8cd924152fdc13e87dd /Tests/RunCMake/Swift/CMP0157-OLD-build-stdout.txt | |
parent | daf8da8c8007229490dbdf0b2cd32f0b575f3c00 (diff) | |
download | CMake-d31b48816c4f01b4338a6044aa8f0d3575e19f70.zip CMake-d31b48816c4f01b4338a6044aa8f0d3575e19f70.tar.gz CMake-d31b48816c4f01b4338a6044aa8f0d3575e19f70.tar.bz2 |
Swift/Ninja: Fix missing OFM in CMP0157 OLD behavior
The CMP0157 old behavior omitted the output-file-map after the Swift
build split because we stopped calling `EmitSwiftDependencyInfo` when we
could not split the build because we didn't call
`WriteObjectBuildStatement`. If we can't split the build, then we still
need to include the OFM information to not break incremental builds.
Diffstat (limited to 'Tests/RunCMake/Swift/CMP0157-OLD-build-stdout.txt')
-rw-r--r-- | Tests/RunCMake/Swift/CMP0157-OLD-build-stdout.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Tests/RunCMake/Swift/CMP0157-OLD-build-stdout.txt b/Tests/RunCMake/Swift/CMP0157-OLD-build-stdout.txt new file mode 100644 index 0000000..0955c61 --- /dev/null +++ b/Tests/RunCMake/Swift/CMP0157-OLD-build-stdout.txt @@ -0,0 +1 @@ +swiftc .* -output-file-map CMakeFiles/greetings_default.dir//output-file-map.json .* |