[PATCH] D82544: [SystemZ][ZOS] Implement getMainExecutable() and is_local_impl()

Hubert Tong via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Jun 25 07:26:20 PDT 2020


hubert.reinterpretcast added inline comments.


================
Comment at: llvm/lib/Support/Unix/Path.inc:62
+#if !defined(PATH_MAX)
 // For GNU Hurd
+#if defined(__GNU__)
----------------
Minor nit: The comment placement is awkward here. It would work just find inside the `__GNU__` block.


CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D82544/new/

https://reviews.llvm.org/D82544





More information about the llvm-commits mailing list