llvm/tools/llvm-config
Keno Fischer d840ad077e [llvm-config] Don't use PATH_MAX
It doesn't exist on Windows. The number we use here doesn't really matter,
the storage will expand automatically but 256 seems like a reasonable default.
Should fix windows buildbots that complained about rL304458.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@304468 91177308-0d34-0410-b5e6-96231b3b80d8
2017-06-01 20:51:55 +00:00
..
BuildVariables.inc.in
CMakeLists.txt
llvm-config.cpp