File tree Expand file tree Collapse file tree 1 file changed +2
-5
lines changed Expand file tree Collapse file tree 1 file changed +2
-5
lines changed Original file line number Diff line number Diff line change @@ -150,15 +150,12 @@ def self.swift_symbol?(symbol)
150150 # e.g. 0000000000000000 _PROTOCOL_METHOD_TYPES_CAAction
151151 symbol [ /_PROTOCOL/ ] ||
152152 # _swiftoverride_ symbols should be skipped
153- # e.g. _Zd4_swiftoverride_class_getSuperclassPKN5swift14TargetMetadataINS
153+ # e.g. 0000000000000000 _PROTOCOL_METHOD_TYPES_CAAction
154154 symbol [ /_\w +_swiftoverride_/ ]
155155 end
156156
157157 def self . run_nm ( binaries , flags )
158158 `nm #{ flags } #{ binaries . join ( ' ' ) } ` . split ( "\n " )
159159 end
160160 end
161- end
162-
163- _Z34_swiftoverride_class_getSuperclassPKN5swift14TargetMetadataINS_9InProcessEEE =
164- Mangle_Integration ...dataINS_9InProcessEEEPKNS_24TargetProtocolDescriptorIS1_EEPFPKNS_18TargetWitnessTableIS1_EES4_S8_E
161+ end
You can’t perform that action at this time.
0 commit comments