[PATCH] D68850: [Utils] Deal with occasionally deleted functions

Roman Lebedev via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Dec 31 00:16:17 PST 2019


lebedev.ri accepted this revision.
lebedev.ri added a comment.
This revision is now accepted and ready to land.

Really convoluted, but seems to be okay.



================
Comment at: llvm/utils/UpdateTestChecks/common.py:270
+  # blacklist are prefixes we cannot use to print the function because it doesn't exist in run lines that use these prefixes as well.
+  blacklist = set()
   printed_prefixes = []
----------------
Name is too generic, should maybe be `prefix_blacklist`.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D68850





More information about the llvm-commits mailing list