[llvm] cafeacf - [nfc][msan] Remove RUN: duplicates (#113197)

via llvm-commits llvm-commits at lists.llvm.org
Mon Oct 21 10:53:36 PDT 2024


Author: Vitaly Buka
Date: 2024-10-21T10:53:33-07:00
New Revision: cafeacff2c6367a229aa8b65be99835177f5c3be

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

LOG: [nfc][msan] Remove RUN: duplicates (#113197)

Added: 
    

Modified: 
    llvm/test/Instrumentation/MemorySanitizer/msan_basic.ll

Removed: 
    


################################################################################
diff  --git a/llvm/test/Instrumentation/MemorySanitizer/msan_basic.ll b/llvm/test/Instrumentation/MemorySanitizer/msan_basic.ll
index 263ffe553d0866..74517eea4c1159 100644
--- a/llvm/test/Instrumentation/MemorySanitizer/msan_basic.ll
+++ b/llvm/test/Instrumentation/MemorySanitizer/msan_basic.ll
@@ -1,6 +1,4 @@
 ; RUN: opt < %s -S -passes='module(msan)' -msan-check-access-address=0                                      | FileCheck %s --allow-deprecated-dag-overlap --implicit-check-not="call void @__msan_warning" --check-prefixes=CHECK,NOORIGINS
-; RUN: opt < %s -S -passes='module(msan)' -msan-check-access-address=0                                      | FileCheck %s --allow-deprecated-dag-overlap --implicit-check-not="call void @__msan_warning" --check-prefixes=CHECK,NOORIGINS
-; RUN: opt < %s -S -passes='module(msan)' -msan-check-access-address=0                -msan-track-origins=1 | FileCheck %s --allow-deprecated-dag-overlap --implicit-check-not="call void @__msan_warning" --check-prefixes=CHECK,ORIGINS
 ; RUN: opt < %s -S -passes='module(msan)' -msan-check-access-address=0                -msan-track-origins=1 | FileCheck %s --allow-deprecated-dag-overlap --implicit-check-not="call void @__msan_warning" --check-prefixes=CHECK,ORIGINS
 ; RUN: opt < %s -S -passes='module(msan)' -msan-instrumentation-with-call-threshold=0 -msan-track-origins=1 | FileCheck %s --allow-deprecated-dag-overlap --implicit-check-not="call void @__msan_warning" --check-prefixes=CHECK-CALLS
 


        


More information about the llvm-commits mailing list