OSDN Git Service

[dsymutil] Replace PATH_MAX in SmallString with fixed value.
authorJonas Devlieghere <jonas@devlieghere.com>
Thu, 22 Feb 2018 09:42:10 +0000 (09:42 +0000)
committerJonas Devlieghere <jonas@devlieghere.com>
Thu, 22 Feb 2018 09:42:10 +0000 (09:42 +0000)
commit612ed3c0007b15a8f82fb3cf3b5f1052384e726a
treec9be30eaf4972052d275b9835271d63ce61feaca
parent7f3a2c29f3ffb2d04eb3540cadf7ecb57d980bad
[dsymutil] Replace PATH_MAX in SmallString with fixed value.

Apparently the Windows bots don't know this define, so just going with a
sensible default.

Failing builds:
  http://lab.llvm.org:8011/builders/lldb-x86-windows-msvc2015/builds/19179
  http://lab.llvm.org:8011/builders/lld-x86_64-win7/builds/19263

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@325762 91177308-0d34-0410-b5e6-96231b3b80d8
tools/dsymutil/DwarfLinker.cpp