Files
swift-mirror/test/multifile/Inputs/resilient-witness-2.swift
Arnold Schwaighofer ae0f98d601 IRGen: Ensure collocation of relative pointers in resilient witness tables
Ensure collocation by recording the dependence between witness table and
witness before functions are processed. Debug info of inlined function
scopes can reference the witness and will cause the wrong IRGenModule to
be associated before lazy witness tables are processed.

No, I am not sure that this is the only instance of this but the same
solution can apply to other instances if we find them.

rdar://39116991
2018-04-06 10:03:54 -07:00

4 lines
52 B
Swift

public func test() {
inlineThis(Character("1"))
}