[llvm] 962a6fe - [test][llvm-reduce] Remove implicit-check-not in reduce-linkage.ll

Arthur Eubanks via llvm-commits llvm-commits at lists.llvm.org
Thu Jul 20 10:08:17 PDT 2023


Author: Arthur Eubanks
Date: 2023-07-20T10:07:43-07:00
New Revision: 962a6fe5f05b8b9969a9ecf071ad87c5adcde801

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

LOG: [test][llvm-reduce] Remove implicit-check-not in reduce-linkage.ll

Or else if the test path contains "internal" the test will fail.

The test is already testing that "internal" gets removed in the CHECK lines.

Added: 
    

Modified: 
    llvm/test/tools/llvm-reduce/reduce-linkage.ll

Removed: 
    


################################################################################
diff  --git a/llvm/test/tools/llvm-reduce/reduce-linkage.ll b/llvm/test/tools/llvm-reduce/reduce-linkage.ll
index e7f35245194c41..2784088d8b8e8e 100644
--- a/llvm/test/tools/llvm-reduce/reduce-linkage.ll
+++ b/llvm/test/tools/llvm-reduce/reduce-linkage.ll
@@ -1,7 +1,7 @@
 ; Test that llvm-reduce can remove function linkage.
 ;
 ; RUN: llvm-reduce --abort-on-invalid-reduction --delta-passes=global-values --test FileCheck --test-arg --check-prefixes=CHECK-INTERESTINGNESS --test-arg %s --test-arg --input-file %s -o %t
-; RUN: FileCheck --check-prefix=CHECK-FINAL --implicit-check-not=internal %s < %t
+; RUN: FileCheck --check-prefix=CHECK-FINAL %s < %t
 
 ; CHECK-INTERESTINGNESS: define
 ; CHECK-INTERESTINGNESS-SAME: void @f


        


More information about the llvm-commits mailing list