[compiler-rt] [compiler-rt][test] Rewrote test to remove curly braces (PR #105696)
Alexander Richardson via llvm-commits
llvm-commits at lists.llvm.org
Tue Aug 27 20:03:16 PDT 2024
================
@@ -1,7 +1,9 @@
// RUN: %clangxx_asan -xc++ -shared -fPIC -o %t.so - < %s
// RUN: %clang_asan %s -o %t.out -ldl
//
-// RUN: { env ASAN_OPTIONS=verbosity=1 %t.out %t.so || : ; } 2>&1 | FileCheck %s
+// The program can potentially return a non-zero exit code, so use || : to
----------------
arichardson wrote:
Stale comment here.
https://github.com/llvm/llvm-project/pull/105696
More information about the llvm-commits
mailing list