[PATCH] D120432: [sanitizer][sancov] Use pc-1 for s390x

Ulrich Weigand via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Feb 23 12:54:15 PST 2022


uweigand accepted this revision.
uweigand added a comment.
This revision is now accepted and ready to land.

See inline comment.   Otherwise LGTM.   Thanks for the quick fix.



================
Comment at: compiler-rt/test/tsan/test.h:73
+#if defined(__s390__) || defined(__i386__) || defined(__x86_64__)
 // PCs are always 4 byte aligned.
+const int kPCInc = 1;
----------------
Comment doesn't match the code any more.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D120432



More information about the llvm-commits mailing list