Marshall Clow <mclow.lists at gmail.com> writes: > The file begins: > >> #ifndef LLVM_SUPPORT_WIN_COFF_H >> #define LLVM_SUPPORT_WIN_COFF_H > > Why "WIN_COFF_H" - since this code is not windows-specific, as far as > I can tell. I guess because it implements support for the COFF format on its Windows variant.