Skip to content

Commit

Permalink
Don't try to use a non-existent header on FreeBSD/mips.
Browse files Browse the repository at this point in the history
Reviewers: dim

Differential Revision: https://reviews.llvm.org/D38807

llvm-svn: 316581
  • Loading branch information
bsdjhb committed Oct 25, 2017
1 parent f22ec9d commit 3e94e44
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion llvm/lib/Support/Unix/Memory.inc
Expand Up @@ -27,7 +27,7 @@
#if defined(__mips__)
# if defined(__OpenBSD__)
# include <mips64/sysarch.h>
# else
# elif !defined(__FreeBSD__)
# include <sys/cachectl.h>
# endif
#endif
Expand Down

0 comments on commit 3e94e44

Please sign in to comment.