[PATCH] D51018: [sancov] Accommodate sancov and coverage report server for use under Windows

Vitaly Buka via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Sat May 9 01:01:40 PDT 2020


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


================
Comment at: llvm/test/tools/sancov/blacklist.test:1
-REQUIRES: x86_64-linux
+REQUIRES: x86-registered-target&&host-byteorder-little-endian
 RUN: sancov -covered-functions %p/Inputs/test-linux_x86_64 %p/Inputs/test-linux_x86_64.0.sancov | FileCheck %s --check-prefix=ALL
----------------
In cases like this we usually put spaces around && 


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

https://reviews.llvm.org/D51018





More information about the llvm-commits mailing list