[llvm] [readtapi] Setup simple stubify support (PR #76075)

Juergen Ributzka via llvm-commits llvm-commits at lists.llvm.org
Wed Dec 20 10:15:54 PST 2023


================
@@ -27,6 +31,10 @@ using namespace llvm;
 using namespace MachO;
 using namespace object;
 
+#if !defined(PATH_MAX)
----------------
ributzka wrote:

Note: I assume this was causing a test bot error before? There seem to be multiple definitions for PATH_MAX in the LLVM code base and they all define it to different values. I am surprised we don't have a well defined value to use for everyone in Support.

https://github.com/llvm/llvm-project/pull/76075


More information about the llvm-commits mailing list