[PATCH] D23799: [ESan][MIPS] Adds support for MIPS64

Qin Zhao via llvm-commits llvm-commits at lists.llvm.org
Wed Sep 14 12:30:16 PDT 2016


zhaoqin requested changes to this revision.
zhaoqin added a comment.
This revision now requires changes to proceed.

I am not sure this CL can be build on non-mips64.
Could you please test on a non-mips64 (e.g. x86_64) so we can avoid unnecessary bot failure?


================
Comment at: test/esan/TestCases/mmap-shadow-conflict.c:13
@@ +12,3 @@
+#else
+  void *Map = mmap((void *)0x0000016000000000ULL, 0x1000, PROT_READ,
+#endif
----------------
Are you sure the code can be compiled on non-mips64?
Please at least build and test on one non-mips64 (e.g., x86_64) machine


Repository:
  rL LLVM

https://reviews.llvm.org/D23799





More information about the llvm-commits mailing list