[libc-commits] [libc] [libc] Enabling code coverage via Linux syscalls (PR #213271)
Jeff Bailey via libc-commits
libc-commits at lists.llvm.org
Tue Aug 4 00:42:07 PDT 2026
================
@@ -56,5 +199,7 @@ TEST_MAIN(int argc, char **argv, char **envp) {
LIBC_NAMESPACE::testing::argv = argv;
LIBC_NAMESPACE::testing::envp = envp;
- return LIBC_NAMESPACE::testing::Test::runTests(parseOptions(argc, argv));
+ int result =
----------------
kaladron wrote:
Why this change? You're not using return, so it can be returned right away.
https://github.com/llvm/llvm-project/pull/213271
More information about the libc-commits
mailing list