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.
2 parents 4fa8dad + 0f69481 commit 529bec1Copy full SHA for 529bec1
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"() {
+// FORCE-LOAD: define{{( dllexport)?}} void @"_swift_FORCE_LOAD_$_module"() {{(comdat )?}}{
44
// FORCE-LOAD: ret void
45
// FORCE-LOAD: }
46
-// FORCE-LOAD-HEX: define{{( dllexport)?}} void @"_swift_FORCE_LOAD_$306d6f64756c65"() {
+// FORCE-LOAD-HEX: define{{( dllexport)?}} void @"_swift_FORCE_LOAD_$306d6f64756c65"() {{(comdat )?}}{
47
// FORCE-LOAD-HEX: ret void
48
// FORCE-LOAD-HEX: }
49
0 commit comments