[llvm-branch-commits] [compiler-rt] 4e3871c - logs

Vitaly Buka via llvm-branch-commits llvm-branch-commits at lists.llvm.org
Thu Sep 12 00:46:12 PDT 2024


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>


        


More information about the llvm-branch-commits mailing list