[PATCH] D54363: Fix DragonFlyBSD build

Kamil Rytarowski via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Nov 9 16:56:32 PST 2018


krytarowski accepted this revision.
krytarowski added inline comments.
This revision is now accepted and ready to land.


================
Comment at: lib/Support/Unix/Path.inc:88
 
-#if defined(__NetBSD__) || defined(__GNU__)
+#if defined(__NetBSD__) || defined(__GNU__) || defined(__DragonFly__)
 #define STATVFS_F_FLAG(vfs) (vfs).f_flag
----------------
krytarowski wrote:
> I would sort OSes.
NetBSD the last.. but it's already fine.


https://reviews.llvm.org/D54363





More information about the llvm-commits mailing list