[compiler-rt] 0e6f934 - [NFC][lsan] Another attempt to fix arm bot
Vitaly Buka via llvm-commits
llvm-commits at lists.llvm.org
Tue Apr 27 10:46:46 PDT 2021
Author: Vitaly Buka
Date: 2021-04-27T10:46:36-07:00
New Revision: 0e6f934cc3a70ecc40179869457c826ea4dcb4e2
URL: https://github.com/llvm/llvm-project/commit/0e6f934cc3a70ecc40179869457c826ea4dcb4e2
DIFF: https://github.com/llvm/llvm-project/commit/0e6f934cc3a70ecc40179869457c826ea4dcb4e2.diff
LOG: [NFC][lsan] Another attempt to fix arm bot
Added:
Modified:
compiler-rt/test/lsan/TestCases/use_globals_unused.cpp
Removed:
################################################################################
diff --git a/compiler-rt/test/lsan/TestCases/use_globals_unused.cpp b/compiler-rt/test/lsan/TestCases/use_globals_unused.cpp
index 8cc53a429a3d7..e114620ad6ce7 100644
--- a/compiler-rt/test/lsan/TestCases/use_globals_unused.cpp
+++ b/compiler-rt/test/lsan/TestCases/use_globals_unused.cpp
@@ -6,7 +6,7 @@
// RUN: %env_lsan_opts="" %run %t 2>&1 | FileCheck %s --implicit-check-not=leak
// FIXME: This check is not very important and fails on arm7.
-// DONTRUN: %env_lsan_opts=$LSAN_BASE:"use_globals=0" not %run %t 2>&1 | FileCheck %s --check-prefixes=LEAK
+// %env_lsan_opts=$LSAN_BASE:"use_globals=0" not %run %t 2>&1 | FileCheck %s --check-prefixes=LEAK
#include <stdio.h>
#include <stdlib.h>
More information about the llvm-commits
mailing list