This revision was automatically updated to reflect the committed changes.
Closed by commit rL304705: Add support for #pragma clang section (authored by
javed.absar).
Changed prior to commit:
https://reviews.llvm.org/D33412?vs=100846&id=101383#toc
Repository:
rL LLVM
https://reviews.llvm.org
rogfer01 added a comment.
After the docs update this looks good to me.
@rnk @jroelofs what do you think? Thanks!
https://reviews.llvm.org/D33412
___
cfe-commits mailing list
cfe-commits@lists.llvm.org
http://lists.llvm.org/cgi-bin/mailman/listinfo/
javed.absar updated this revision to Diff 100846.
javed.absar added a comment.
Herald added a subscriber: kristof.beyls.
Thanks Roger for the review and the suggestion to add documentation in
LanguageExtensions.rst. I have done so now.
--Javed
https://reviews.llvm.org/D33412
Files:
docs/Lan
rogfer01 added a comment.
This clang change looks sensible to me. Can you add documentation in
`LanguageExtensions.rst` describing this new pragma and its semantics? Thanks!
https://reviews.llvm.org/D33412
___
cfe-commits mailing list
cfe-commits@l
javed.absar created this revision.
Herald added a subscriber: aemerson.
This patch adds support for a '#pragma clang section' directive in clang.
An RFC was sent out earlier by my colleague James Molloy:
http://lists.llvm.org/pipermail/cfe-dev/2017-March/053100.html
Purpose:
The pur