Skip to content

Commit c5252c8

Browse files
committed
[Clang importer] Add an epoch for libdispatch
1 parent e144a58 commit c5252c8

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

lib/ClangImporter/ClangImporter.cpp

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -365,6 +365,9 @@ getNormalInvocationArguments(std::vector<std::string> &invocationArgStrs,
365365

366366
// Request new APIs from CoreImage.
367367
"-DSWIFT_SDK_OVERLAY_COREIMAGE_EPOCH=1",
368+
369+
// Request new APIs from libdispatch.
370+
"-DSWIFT_SDK_OVERLAY_DISPATCH_EPOCH=1",
368371
});
369372

370373
// Get the version of this compiler and pass it to

0 commit comments

Comments
 (0)