Re: [PATCH] D22931: Add __declspec code_seg support

2016-07-28 Thread Andrew Artz via cfe-commits
kbdsmoke added a comment. Indeed I was incorrect, and I agree with your analysis of the problem @majnemer I'll try to correct this issue in my own time and get some tests going Repository: rL LLVM https://reviews.llvm.org/D22931 ___ cfe-commits

[PATCH] D22931: Add __declspec code_seg support

2016-07-28 Thread Andrew Artz via cfe-commits
kbdsmoke created this revision. kbdsmoke added a subscriber: cfe-commits. kbdsmoke set the repository for this revision to rL LLVM. clang does not support this by default. By default, if you want to utilize __declspec to assign a SectionAttr to a function, you should use __declspec allocate. How