Skip to content

Commit 949d9b6

Browse files
committed
ClangImporter: Bump the CoreImage SDK Epoch
rdar://problem/26403639
1 parent b443fa5 commit 949d9b6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/ClangImporter/ClangImporter.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -363,7 +363,7 @@ getNormalInvocationArguments(std::vector<std::string> &invocationArgStrs,
363363
"-DSWIFT_SDK_OVERLAY2_SPRITEKIT_EPOCH=1",
364364

365365
// Request new APIs from CoreImage.
366-
"-DSWIFT_SDK_OVERLAY_COREIMAGE_EPOCH=1",
366+
"-DSWIFT_SDK_OVERLAY_COREIMAGE_EPOCH=2",
367367

368368
// Request new APIs from libdispatch.
369369
"-DSWIFT_SDK_OVERLAY_DISPATCH_EPOCH=0",

0 commit comments

Comments
 (0)