[PATCH] D158524: [LangRef] document override-stack-alignment module flag

Teresa Johnson via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Aug 22 09:35:59 PDT 2023


tejohnson added inline comments.


================
Comment at: llvm/docs/LangRef.rst:7829
+Changes the default stack alignment from the target ABI's implicit default
+stack alignment. Takes an i32 values in bytes. For example:
+
----------------
Nit: s/values/value/ to go with "an i32".

Also, IIRC it is an error to have this module flag specified with a different value by different modules - should that be noted here?


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D158524



More information about the llvm-commits mailing list