[all-commits] [llvm/llvm-project] 380e1d: [utils] The func_dict for a prefix may just be empty
Mircea Trofin via All-commits
all-commits at lists.llvm.org
Tue Dec 15 08:49:21 PST 2020
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 380e1d918cb4581fae0277ff547d75334f3e7ddd
https://github.com/llvm/llvm-project/commit/380e1d918cb4581fae0277ff547d75334f3e7ddd
Author: Mircea Trofin <mtrofin at google.com>
Date: 2020-12-15 (Tue, 15 Dec 2020)
Changed paths:
M llvm/utils/UpdateTestChecks/common.py
Log Message:
-----------
[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.
More information about the All-commits
mailing list