[PATCH] D82562: Implement AVX ABI Warning/error
Craig Topper via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Tue Jun 30 20:35:43 PDT 2020
craig.topper accepted this revision.
craig.topper added a comment.
This revision is now accepted and ready to land.
LGTM other than that one minor.
================
Comment at: clang/lib/CodeGen/TargetInfo.cpp:2515
+ SourceLocation CallLoc,
+ llvm::StringMap<bool> &CallerMap,
+ llvm::StringMap<bool> &CalleeMap, QualType Ty,
----------------
const the maps here too?
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D82562/new/
https://reviews.llvm.org/D82562
More information about the cfe-commits
mailing list