[PATCH] D86471: [MSAN] Add fiber switching APIs

Vitaly Buka via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Aug 27 14:54:13 PDT 2020


vitalybuka accepted this revision.
vitalybuka added inline comments.
This revision is now accepted and ready to land.


================
Comment at: compiler-rt/test/msan/Linux/swapcontext_annotation.cpp:3
+
+// REQUIRES: x86-target-arch && !android
+
----------------
I guess this requirement is copy/pasted, if so just remove it
msan has a different set of supported platforms, so it's likely not needed here

same in another test



Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D86471



More information about the llvm-commits mailing list