[PATCH] D148761: Emit the correct flags for the PROC CodeView Debug Symbol

Eli Friedman via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon May 1 14:05:01 PDT 2023


efriedma accepted this revision.
efriedma added a comment.
This revision is now accepted and ready to land.

LGTM

Note that noreturn can be inferred, and clang marks every function noinline at -O0.  Since there isn't any public documentation, it's hard to say what impact that has on the expected uses, but just noting it in case you need something different.


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

https://reviews.llvm.org/D148761



More information about the llvm-commits mailing list