From 4ef09e9cee5b81fa57f11cbb2bd2a340d67cd46f Mon Sep 17 00:00:00 2001 From: kimseongyu Date: Thu, 5 Sep 2024 14:40:29 +0900 Subject: [PATCH] mend --- compiler-rt/test/plsan/TestCases/Linux/dso-unknown.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/compiler-rt/test/plsan/TestCases/Linux/dso-unknown.cpp b/compiler-rt/test/plsan/TestCases/Linux/dso-unknown.cpp index 4c184039c..8edd2edf5 100644 --- a/compiler-rt/test/plsan/TestCases/Linux/dso-unknown.cpp +++ b/compiler-rt/test/plsan/TestCases/Linux/dso-unknown.cpp @@ -1,7 +1,7 @@ // Build a library with origin tracking and an executable w/o origin tracking. // Test that origin tracking is enabled at runtime. // RUN: %clangxx_lsan -O0 %s -DBUILD_SO -fPIC -shared -o %t-so.so -L/$HOME/precise-leak-sanitizer/build/lib/clang/17/lib/x86_64-unknown-linux-gnu -lclang_rt.plsan -// RUN: %clangxx_lsan -O0 %s -ldl -o %t && LD_PRELOAD=%t-so.so not %run %t 2>&1 | FileCheck %s +// RUN: %clangxx_lsan -O0 %s -ldl -o %t -DSUPPRESS_LEAK && LD_PRELOAD=%t-so.so not %run %t 2>&1 | FileCheck %s #ifdef BUILD_SO