[all-commits] [llvm/llvm-project] 455530: Reland "A new hidden option exec-on-ir-change=exe ...

Jamie Schmeiser via All-commits all-commits at lists.llvm.org
Mon Dec 5 11:11:46 PST 2022


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 455530425e07b8f69bc96a52fa6a322fe022f25e
      https://github.com/llvm/llvm-project/commit/455530425e07b8f69bc96a52fa6a322fe022f25e
  Author: Jamie Schmeiser <schmeise at ca.ibm.com>
  Date:   2022-12-05 (Mon, 05 Dec 2022)

  Changed paths:
    M llvm/include/llvm/IR/PrintPasses.h
    M llvm/include/llvm/Passes/StandardInstrumentations.h
    M llvm/lib/IR/PrintPasses.cpp
    M llvm/lib/Passes/StandardInstrumentations.cpp
    A llvm/test/Other/ChangeTesters/exec-on-ir-change.ll
    A llvm/test/Other/ChangeTesters/lit.local.cfg

  Log Message:
  -----------
  Reland "A new hidden option exec-on-ir-change=exe that calls exe each time IR changes"

Summary:
This relands commit dff0e8b4ff13af311512c369d059f1e095e83a60.  The test is now
guarded with a lit.local.cfg that ensures /bin/cat is available.  Also, the
code has been updated to match changes made to relevant code.

Author: Jamie Schmeiser <schmeise at ca.ibm.com>
Reviewed By:aeubanks (Arthur Eubanks)
Differential Revision: https://reviews.llvm.org/D110776




More information about the All-commits mailing list