[PATCH] D111486: [Support][mips] Remove unnecessary includes from Memory.inc

Simon Atanasyan via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Oct 12 21:50:28 PDT 2021


This revision was automatically updated to reflect the committed changes.
Closed by commit rGa5de04d26171: [Support][mips] Remove unnecessary includes from Memory.inc (authored by visa, committed by atanasyan).

Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D111486

Files:
  llvm/lib/Support/Unix/Memory.inc


Index: llvm/lib/Support/Unix/Memory.inc
===================================================================
--- llvm/lib/Support/Unix/Memory.inc
+++ llvm/lib/Support/Unix/Memory.inc
@@ -29,14 +29,6 @@
 #include <zircon/syscalls.h>
 #endif
 
-#if defined(__mips__)
-#  if defined(__OpenBSD__)
-#    include <mips64/sysarch.h>
-#  elif !defined(__FreeBSD__)
-#    include <sys/cachectl.h>
-#  endif
-#endif
-
 #if defined(__APPLE__)
 extern "C" void sys_icache_invalidate(const void *Addr, size_t len);
 #else


-------------- next part --------------
A non-text attachment was scrubbed...
Name: D111486.379275.patch
Type: text/x-patch
Size: 508 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20211013/9bda1c17/attachment.bin>


More information about the llvm-commits mailing list