Files
archived-llvm/include/llvm/Support
Xinliang David Li 83b18356e6 Define portable macros for packed struct definitions:
1. A macro with argument: LLVM_PACKED(StructDefinition)
 2. A pair of macros defining scope of region with packing:
    LLVM_PACKED_START
     struct A { ... };
     struct B { ... };
    LLVM_PACKED_END

Differential Revision: http://reviews.llvm.org/D14337


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@252099 91177308-0d34-0410-b5e6-96231b3b80d8
2015-11-04 23:42:56 +00:00
..
2015-06-17 01:21:20 +00:00
2015-08-10 04:22:09 +00:00
2015-10-23 06:05:55 +00:00
2015-08-10 04:22:09 +00:00
2015-08-08 18:27:36 +00:00
2015-08-08 18:27:36 +00:00
2015-08-10 04:22:09 +00:00
2013-05-21 20:36:13 +00:00
2015-08-10 04:22:09 +00:00
2015-08-10 04:22:09 +00:00
2015-08-18 22:31:24 +00:00