[all-commits] [llvm/llvm-project] f53499: Fix: Reordering parameters in getFile and getFileO...
Abhina Sree via All-commits
all-commits at lists.llvm.org
Thu Mar 25 08:56:24 PDT 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: f5349922c06fec0feec53f9eab90aaaa5fe6ed17
https://github.com/llvm/llvm-project/commit/f5349922c06fec0feec53f9eab90aaaa5fe6ed17
Author: Abhina Sreeskantharajan <Abhina.Sreeskantharajan at ibm.com>
Date: 2021-03-25 (Thu, 25 Mar 2021)
Changed paths:
M llvm/lib/ProfileData/Coverage/CoverageMapping.cpp
Log Message:
-----------
Fix: Reordering parameters in getFile and getFileOrSTDIN
There was a new getFileOrSTDIN call added recently which was not included in my patch. https://reviews.llvm.org/D99110
I reordered the args to match the new order.
Reviewed By: tunz
Differential Revision: https://reviews.llvm.org/D99349
More information about the All-commits
mailing list