[all-commits] [llvm/llvm-project] 0f62a5: [Attributor] Add override keyword to the print fun...
hellobbn via All-commits
all-commits at lists.llvm.org
Tue Jul 28 04:28:06 PDT 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: 0f62a53db64a943972e51d3d58610595d22779fd
https://github.com/llvm/llvm-project/commit/0f62a53db64a943972e51d3d58610595d22779fd
Author: Luofan Chen <clfbbn at gmail.com>
Date: 2020-07-28 (Tue, 28 Jul 2020)
Changed paths:
M llvm/include/llvm/Transforms/IPO/Attributor.h
Log Message:
-----------
[Attributor] Add override keyword to the print function of AA
The print() function in the `AbstractAttribute` structure overrides
the function in the `AADepGraphNode`, so we need to mark it as
override.
This should fix a buildbot failure introduced by 5ee07dc.
More information about the All-commits
mailing list