From: Stefan Pintilie Date: Wed, 29 Jun 2022 21:13:57 +0000 (-0500) Subject: Fix the eh-filter.ll test. X-Git-Tag: upstream/15.0.7~3096 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=9c860598546c6a2516b51629ac1b59376aebccfc;p=platform%2Fupstream%2Fllvm.git Fix the eh-filter.ll test. Forgot to add that this test requires asserts. --- diff --git a/llvm/test/Transforms/GlobalMerge/eh-filter.ll b/llvm/test/Transforms/GlobalMerge/eh-filter.ll index 95b5141..3500865 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.