Displaying 1 result from an estimated 1 matches for "1020769".
Did you mean:
1020069
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