[clang] [llvm] [PATCH] [COFF] Implement pragma clang section on COFF targets (PR #112714)

David Spickett via cfe-commits cfe-commits at lists.llvm.org
Fri Nov 1 02:26:34 PDT 2024


https://github.com/DavidSpickett commented:

I'm not an expert here but added some generic comments for now. FYI with the llvm conference last week, many people are still away so review pace is slower right now.

Since this is a Clang change it should have a release note, I think it can go in https://clang.llvm.org/docs/ReleaseNotes.html#windows-support.

The source of that file is `clang/docs/ReleaseNotes.rst`. You can use the `#GH` syntax to link back to this pull request. You'll see other examples in the doc.

(RST can be a bit strange if you are used to Markdown so if in doubt, emulate what's already there)

https://github.com/llvm/llvm-project/pull/112714


More information about the cfe-commits mailing list