OSDN Git Service

tools/llvm-xray: Avoid std::errc::protocol_* to appease mingw, like r285261.
authorNAKAMURA Takumi <geek4civic@gmail.com>
Wed, 11 Jan 2017 01:06:57 +0000 (01:06 +0000)
committerNAKAMURA Takumi <geek4civic@gmail.com>
Wed, 11 Jan 2017 01:06:57 +0000 (01:06 +0000)
commit91424c30232d542c28c445d9b6e27f9d4a86d3c9
tree7d042a894c4d87dd5169fece16e30b03cef04787
parent5499c1d786a688ce0244f1b7ea68f9b286c8930a
tools/llvm-xray: Avoid std::errc::protocol_* to appease mingw, like r285261.

They are oriented from winsock and mingw doesn't import them.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@291636 91177308-0d34-0410-b5e6-96231b3b80d8
tools/llvm-xray/xray-converter.cc
tools/llvm-xray/xray-extract.cc
tools/llvm-xray/xray-log-reader.cc