[PATCH] D91392: [hwasan] Fix Thread reuse (try 2).

Mitch Phillips via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Nov 18 11:20:55 PST 2020


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


================
Comment at: compiler-rt/test/hwasan/TestCases/Linux/reuse-threads.cpp:42
+
+  // CHECK: Creating  : T{{[0-9]+}} [[A:0x[0-9a-f]+]] stack:
+  // CHECK: Creating  : T{{[0-9]+}} [[B:0x[0-9a-f]+]] stack:
----------------
Nit: why create 4 threads if we only check that 2 of them are reused? Why not check 4 or only create 2?


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D91392



More information about the llvm-commits mailing list