[PATCH] D18690: [LSAN] Fix test swapcontext.cc on MIPS

Sagar Thakur via llvm-commits llvm-commits at lists.llvm.org
Wed Apr 27 03:42:17 PDT 2016


sagar added a comment.

This CL was reverted due to a regression in arm build bot. We were thinking of putting this code under #if defined(__mips__) and then recommitting it so that it does not affect the arm build bot. Is this fine with everyone?


Repository:
  rL LLVM

http://reviews.llvm.org/D18690





More information about the llvm-commits mailing list