This is an archive of the discontinued LLVM Phabricator instance.

[msan] Choose in runtime if IPv4 or IPv6 are supported.
ClosedPublic

Authored by vitalybuka on Apr 10 2017, 10:29 AM.

Diff Detail

Repository
rL LLVM

Event Timeline

vitalybuka created this revision.Apr 10 2017, 10:29 AM
eugenis accepted this revision.Apr 10 2017, 11:00 AM
eugenis added inline comments.
lib/msan/tests/msan_test.cc
952 ↗(On Diff #94692)

for (int i : {AF_INET, AF_INET6}) {

This revision is now accepted and ready to land.Apr 10 2017, 11:00 AM
This revision was automatically updated to reflect the committed changes.