[PATCH] D73739: Exception support for basic block sections
Fangrui Song via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Wed Sep 9 14:59:28 PDT 2020
MaskRay added inline comments.
================
Comment at: llvm/lib/CodeGen/AsmPrinter/EHStreamer.h:73
+ /// Structure describing a contiguous range of call-sites which reside
+ /// in the same procedure fragment (BB section).
+ struct CallSiteRange {
----------------
The canonical name has been changed to basic block sections (not "BB section") if I remember correctly.
You can just write -fbasic-block-sections= to make readers know this is related to -fbasic-block-sections=
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D73739/new/
https://reviews.llvm.org/D73739
More information about the llvm-commits
mailing list