[PATCH] D54363: Fix DragonFlyBSD build
David CARLIER via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Fri Nov 9 16:22:55 PST 2018
devnexen added inline comments.
================
Comment at: lib/Support/Unix/Path.inc:41
#include <sys/attr.h>
+#elif __DragonFly__
+#include <sys/mount.h>
----------------
krytarowski wrote:
> `#elif defined(__DragonFly__)`
Not really necessary here, sys/param.h is included.
Repository:
rL LLVM
https://reviews.llvm.org/D54363
More information about the llvm-commits
mailing list