[PATCH] D45961: [MC] Add MCSubtargetInfo to MCAlignFragment [NFC]

Fangrui Song via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Aug 6 10:43:38 PDT 2021


MaskRay accepted this revision.
MaskRay added inline comments.


================
Comment at: llvm/include/llvm/MC/MCStreamer.h:450
   /// Create the default sections and set the initial one.
-  virtual void InitSections(bool NoExecStack);
+  virtual void InitSections(bool NoExecStack, const MCSubtargetInfo &STI);
 
----------------
If `InitSections` is going to be changed, perhaps fix the case to `initSection`


CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D45961/new/

https://reviews.llvm.org/D45961



More information about the llvm-commits mailing list