[llvm-branch-commits] [misexpect] Support diagnostics from frontend profile data (PR #96524)
Paul Kirth via llvm-branch-commits
llvm-branch-commits at lists.llvm.org
Mon Jul 22 09:26:43 PDT 2024
================
@@ -3,7 +3,7 @@
; RUN: llvm-profdata merge %S/Inputs/misexpect-branch-correct.proftext -o %t.profdata
-; RUN: opt < %s -passes="function(lower-expect),pgo-instr-use" -pgo-test-profile-file=%t.profdata -pgo-missing-annotations -pass-remarks=missing-annotation -S 2>&1 | FileCheck %s --check-prefix=MISSING_ANNOTATION
+; RUN: opt < %s -passes="function(lower-expect),pgo-instr-use" -pgo-test-profile-file=%t.profdata -pgo-missing-annotations -pass-remarks=missing-annotations -S 2>&1 | FileCheck %s --check-prefix=MISSING_ANNOTATION
----------------
ilovepi wrote:
Oops, I thought I had removed those in the base revision. Let me rebase this stack and address that in #96523.
https://github.com/llvm/llvm-project/pull/96524
More information about the llvm-branch-commits
mailing list