[llvm] [NFC] Fix multi-line RUN statement in a test. (PR #170011)
Mingming Liu via llvm-commits
llvm-commits at lists.llvm.org
Mon Dec 1 11:54:21 PST 2025
================
@@ -9,11 +9,25 @@
; RUN: opt -S -passes=wholeprogramdevirt -wholeprogramdevirt-summary-action=import -wholeprogramdevirt-read-summary=%S/Inputs/import-branch-funnel.yaml < %s | FileCheck --check-prefixes=CHECK,BRANCH-FUNNEL,BRANCH-FUNNEL-NOVCP %s
; Cutoff value is not explicitly set. Expect 3 remark messages.
-; RUN: opt -S -passes=wholeprogramdevirt -wholeprogramdevirt-summary-action=import -pass-remarks=wholeprogramdevirt -wholeprogramdevirt-read-summary=%S/Inputs/import-single-impl.yaml < %s 2>&1 | grep "single-impl" | count 3
+; RUN: opt -S -passes=wholeprogramdevirt \
+; RUN: -wholeprogramdevirt-summary-action=import \
----------------
mingmingl-llvm wrote:
acknowledged and thanks!
https://github.com/llvm/llvm-project/pull/170011
More information about the llvm-commits
mailing list