[llvm] 9c86059 - Fix the eh-filter.ll test.

Stefan Pintilie via llvm-commits llvm-commits at lists.llvm.org
Wed Jun 29 14:14:51 PDT 2022


Author: Stefan Pintilie
Date: 2022-06-29T16:14:41-05:00
New Revision: 9c860598546c6a2516b51629ac1b59376aebccfc

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

LOG: Fix the eh-filter.ll test.

Forgot to add that this test requires asserts.

Added: 
    

Modified: 
    llvm/test/Transforms/GlobalMerge/eh-filter.ll

Removed: 
    


################################################################################
diff  --git a/llvm/test/Transforms/GlobalMerge/eh-filter.ll b/llvm/test/Transforms/GlobalMerge/eh-filter.ll
index 95b51413e1c2..3500865331aa 100644
--- a/llvm/test/Transforms/GlobalMerge/eh-filter.ll
+++ b/llvm/test/Transforms/GlobalMerge/eh-filter.ll
@@ -1,3 +1,4 @@
+; REQUIRES: asserts
 ; RUN: opt -global-merge -debug-only=global-merge -S -o - %s 2>&1 | FileCheck %s
 
 ;; Checks from the debug info.


        


More information about the llvm-commits mailing list