[lld] r244934 - Template OutputSection only over Is64Bit.

Rafael EspĂ­ndola via llvm-commits llvm-commits at lists.llvm.org
Thu Sep 10 13:33:59 PDT 2015


> How can this handle constructing a big-endian output file from a
> little-endian host? Or maybe I'm not understanding what you mean?

The actual writers have to be templated. See writeHeaderTo for example.

Cheers,
Rafael


More information about the llvm-commits mailing list