[PATCH] D101936: [hwasan] Stress test for thread creation.

Evgenii Stepanov via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue May 11 13:05:27 PDT 2021


eugenis added inline comments.


================
Comment at: compiler-rt/test/hwasan/TestCases/Linux/create-thread-stress.cpp:59
+  }
+#endif
+}
----------------
hctim wrote:
> missing `return 0;` from main for non-reuse non-failure mode and reuse mode
Not necessary in C++: main is special.



Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D101936



More information about the llvm-commits mailing list