[all-commits] [llvm/llvm-project] 41778e: [NFC] Change lit test for print-changed=dot-cfg to...
Jamie Schmeiser via All-commits
all-commits at lists.llvm.org
Mon Jun 6 12:53:51 PDT 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 41778e3dc5f4c697b5074ef5a15031210cb9aaac
https://github.com/llvm/llvm-project/commit/41778e3dc5f4c697b5074ef5a15031210cb9aaac
Author: Jamie Schmeiser <schmeise at ca.ibm.com>
Date: 2022-06-06 (Mon, 06 Jun 2022)
Changed paths:
M llvm/test/Other/ChangePrinters/DotCfg/print-changed-dot-cfg.ll
Log Message:
-----------
[NFC] Change lit test for print-changed=dot-cfg to use regular expression
Summary:
Issue 55761:
Change the lit test for print-changed=dot-cfg to have a regular expression
for the template arguments portion of the name for a pass manager pass.
This part of the name can change because it is based on the name provided
by the compiler, which is implementation-dependent. This mimics the
other change printer tests.
Author: Jamie Schmeiser <schmeise at ca.ibm.com>
Reviewed By: mgorny (Michal Gorny)
Differential Revision: https://reviews.llvm.org/D126876
More information about the All-commits
mailing list