We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9a886c6 commit 0b42f35Copy full SHA for 0b42f35
include/swift/SILOptimizer/Utils/SILIsolationInfo.h
@@ -493,4 +493,22 @@ class SILDynamicMergedIsolationInfo {
493
494
} // namespace swift
495
496
+namespace llvm {
497
+
498
+inline llvm::raw_ostream &
499
+operator<<(llvm::raw_ostream &os,
500
+ const swift::SILIsolationInfo &isolationInfo) {
501
+ isolationInfo.printForOneLineLogging(os);
502
+ return os;
503
+}
504
505
506
507
+ const swift::SILDynamicMergedIsolationInfo &isolationInfo) {
508
509
510
511
512
+} // namespace llvm
513
514
#endif
0 commit comments