Author: Vitaly Buka
Date: 2024-09-12T00:45:50-07:00
New Revision: 4e3871cbac740407692152993578cce870951199

URL: 
https://github.com/llvm/llvm-project/commit/4e3871cbac740407692152993578cce870951199
DIFF: 
https://github.com/llvm/llvm-project/commit/4e3871cbac740407692152993578cce870951199.diff

LOG: logs

Added: 
    

Modified: 
    compiler-rt/test/sanitizer_common/TestCases/Linux/getgrouplist.cpp

Removed: 
    


################################################################################
diff  --git 
a/compiler-rt/test/sanitizer_common/TestCases/Linux/getgrouplist.cpp 
b/compiler-rt/test/sanitizer_common/TestCases/Linux/getgrouplist.cpp
index 7e1b8f1963f27c..dfe5fd05fa6627 100644
--- a/compiler-rt/test/sanitizer_common/TestCases/Linux/getgrouplist.cpp
+++ b/compiler-rt/test/sanitizer_common/TestCases/Linux/getgrouplist.cpp
@@ -1,4 +1,4 @@
-// RUN: %clangxx -O0 -g %s -o %t && %run %t
+// RUN: %clangxx -O0 -g %s -o %t && %run %env_tool_opts=verbosity=2 %t
 
 #include <stdlib.h>
 #include <unistd.h>


        
_______________________________________________
llvm-branch-commits mailing list
llvm-branch-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-branch-commits

Reply via email to