[PATCH] D104431: [LTO][lld] Add lto-pgo-warn-mismatch option

Reid Kleckner via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Aug 11 11:52:12 PDT 2021


rnk added inline comments.


================
Comment at: lld/test/COFF/pgo-warn-mismatch.ll:5
+; RUN: opt -module-summary %t/a.ll -o %t/a.bc
+; RUN: llvm-profdata merge %t/cs.proftext -o %t/cs.profdata
+
----------------
This is the first use of llvm-profdata in the lld test suite, and it is not already a declared dependency for the test suite. I will add it in a moment. Without declaring test dependencies, the test may fail if one simply runs "check-lld" in a fresh build directory.


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D104431/new/

https://reviews.llvm.org/D104431



More information about the llvm-commits mailing list