search for: 34d6f86c

Displaying 2 results from an estimated 2 matches for "34d6f86c".

2012 Feb 07
0
[LLVMdev] Static ctors in llvm::Attribute
...you take a look at this? It's a pretty big problem for LLDB and other > clients that use -Wstatic-constructor. > --kcc > > -Chris > -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20120207/34d6f86c/attachment.html>
2012 Feb 07
5
[LLVMdev] Static ctors in llvm::Attribute
Hi Kostya, One unexpected piece of fallout in your recent attributes change (r148553) was that it introduced a bunch of static constructors into .o files that #include Attributes.h, due to stuff like this: const Attributes None (0); ///< No attributes have been set const Attributes ZExt (1<<0); ///< Zero extended before/after call const Attributes SExt