[PATCH] D86360: Add new hidden option -print-changed which only reports changes to IR

Michael Kitzan via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Sep 16 11:34:54 PDT 2020


mkitzan added inline comments.


================
Comment at: llvm/lib/Passes/StandardInstrumentations.cpp:418
+  return Before.compare(After) == 0;
+};
+
----------------
@thakis and @jamieschmeiser this extra semi-colon appears to be the cause of the recent build breaks.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D86360



More information about the llvm-commits mailing list