[PATCH] D124702: [MSVC] Add support for pragma function

Aaron Ballman via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Thu May 12 08:11:58 PDT 2022


aaron.ballman accepted this revision.
aaron.ballman added a comment.

LGTM, thanks for all the work here!



================
Comment at: clang/docs/ReleaseNotes.rst:272
 --------------------
+- Added support for MSVC's pragma function, which tells the compiler to
+  generate calls to functions listed in the pragma instead of using the
----------------



Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D124702



More information about the cfe-commits mailing list