Re: Using compiler features vs "the hard way"
Posted: Fri Mar 16, 2012 2:55 am
Brynet-Inc mentioned "Clang/LLVM" as supporting __attribute__. I googled for '"#pragma pack(1)" llvm' and found this bug tracker entry on llvm.org, and I googled '"#pragma pack(1)" clang" and found this, so - being in a hurry and not in a mind for a deep evaluation of compilers - I wrote "Clang and LLVM both support #pragma pack". Blame me for missing the "Product: clang" line in the LLVM bug, or not knowing the relation of Clang and LLVM from personal experience.Fanael wrote:Still, Solar mentioned both Clang and LLVM as if they were distinct compilers.