[utils] The func_dict for a prefix may just be empty
authorMircea Trofin <mtrofin@google.com>
Tue, 15 Dec 2020 16:40:01 +0000 (08:40 -0800)
committerMircea Trofin <mtrofin@google.com>
Tue, 15 Dec 2020 16:48:37 +0000 (08:48 -0800)
commit380e1d918cb4581fae0277ff547d75334f3e7ddd
tree7268d7351c574ba46e96b6da148025229bc2dc10
parent8acb5f2723ecaf0f1904a085ad79d0623cec38f6
[utils] The func_dict for a prefix may just be empty

Follow up from D92965 - since we try to find failed prefixes
after each RUN line, it's possible the whole list of functions for a
prefix be non-existent, which is fine - this happens when none of the
RUN lines seen so far used the prefix.
llvm/utils/UpdateTestChecks/common.py