File tree Expand file tree Collapse file tree 2 files changed +3
-1
lines changed Expand file tree Collapse file tree 2 files changed +3
-1
lines changed Original file line number Diff line number Diff line change @@ -150,7 +150,6 @@ class DeclExportabilityVisitor
150
150
}
151
151
UNREACHABLE (Module);
152
152
UNREACHABLE (TopLevelCode);
153
- UNREACHABLE (PoundDiagnostic);
154
153
UNREACHABLE (Missing);
155
154
UNREACHABLE (MissingMember);
156
155
UNREACHABLE (GenericTypeParam);
@@ -168,6 +167,7 @@ class DeclExportabilityVisitor
168
167
bool visit##KIND##Decl(const KIND##Decl *D) { return true ; }
169
168
UNINTERESTING (IfConfig);
170
169
UNINTERESTING (Import);
170
+ UNINTERESTING (PoundDiagnostic);
171
171
UNINTERESTING (PrecedenceGroup);
172
172
UNINTERESTING (EnumCase);
173
173
UNINTERESTING (Operator);
Original file line number Diff line number Diff line change 4
4
5
5
import Swift
6
6
7
+ #warning("!")
8
+
7
9
// CHECK-NO-SKIP: sil_global private @$s4Test17internalGlobalVar_Wz : $Builtin.Word
8
10
// CHECK-SKIP-NOT: s4Test17internalGlobalVar_Wz
9
11
You can’t perform that action at this time.
0 commit comments