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 c6bc6f0 commit 72e6bbcCopy full SHA for 72e6bbc
test/Serialization/autolinking.swift
@@ -40,10 +40,10 @@ import someModule
40
// NO-FORCE-LOAD-NOT: FORCE_LOAD
41
// NO-FORCE-LOAD-NOT -lmodule
42
// NO-FORCE-LOAD-NOT -lmagic
43
-// FORCE-LOAD: define{{( dllexport)?}} void @"_swift_FORCE_LOAD_$_module"() {{(comdat )?(#[0-9]+ )?}}{
+// FORCE-LOAD: define{{( dllexport)?}} void @"_swift_FORCE_LOAD_$_module"() {{(#[0-9]+)?( comdat)?}} {
44
// FORCE-LOAD: ret void
45
// FORCE-LOAD: }
46
-// FORCE-LOAD-HEX: define{{( dllexport)?}} void @"_swift_FORCE_LOAD_$306d6f64756c65"() {{(comdat )?(#[0-9]+ )?}}{
+// FORCE-LOAD-HEX: define{{( dllexport)?}} void @"_swift_FORCE_LOAD_$306d6f64756c65"() {{(#[0-9]+)?( comdat)?}} {
47
// FORCE-LOAD-HEX: ret void
48
// FORCE-LOAD-HEX: }
49
0 commit comments