[PATCH] D101016: [IR][sanitizer] Add module flag "frame-pointer" and set it for cc1 -mframe-pointer={non-leaf,all}
Fangrui Song via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Thu Apr 22 12:50:08 PDT 2021
MaskRay added inline comments.
================
Comment at: llvm/docs/LangRef.rst:7019
+ function will get the ``uwtable`` function attribute.
+
Objective-C Garbage Collection Module Flags Metadata
----------------
I'll add:
These metadata correspond to a few function attributes with significant code generation behaviors. Function attributes with just optimization purposes should not be listed because the performance impact of these synthesized functions is small.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D101016/new/
https://reviews.llvm.org/D101016
More information about the llvm-commits
mailing list