Commits

Dmitri Hrybenko committed 85764fd6aa5
runtime: fix two bugs in swift_conformsToProtocol on Linux First, on x86-64 Linux does not reserve lower 2 Gb of the address space, and a space saving trick in the runtime did not work properly, confusing pointers and failure generation numbers together. Second, we ignored protocol conformances inside the executable (only considered shared libraries). Swift SVN r25972