Ashish Saxena
2015-Jun-23 16:43 UTC
[LLVMdev] Does clang support __declspec(uuid) and __uuidof
Hi , I want to know if clang supports VC++ way of associating string to GUID i.e. __declspec(uuid) and __uuidof . I am using android native ndk 10d and it does not seem to be working .. Any plans to get this in future release ? Thanks Ashish -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20150623/55751696/attachment.html>
Reid Kleckner
2015-Jun-24 12:37 UTC
[LLVMdev] Does clang support __declspec(uuid) and __uuidof
Clang does support uuids, but only with -fms-extensions. This is more of a question for cfe-dev for future reference. Sent from phone On Jun 23, 2015 11:50 AM, "Ashish Saxena" <ashishcseitbhu at gmail.com> wrote:> Hi , > I want to know if clang supports VC++ way of associating string to GUID > i.e. __declspec(uuid) and __uuidof . I am using android native ndk 10d > and it does not seem to be working .. Any plans to get this in future > release ? > > Thanks > Ashish > > _______________________________________________ > LLVM Developers mailing list > LLVMdev at cs.uiuc.edu http://llvm.cs.uiuc.edu > http://lists.cs.uiuc.edu/mailman/listinfo/llvmdev > >-------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20150624/4ad02cc5/attachment.html>