[lld] r266304 - Make OutputSectionFactory::lookup() inline. NFC.

George Rimar via llvm-commits llvm-commits at lists.llvm.org
Thu Apr 14 07:24:24 PDT 2016


>clang warns on it:
>
>Writer.cpp:997:41: warning: missing field 'Alignment' initializer

Ah, ok. MSVS 2015 is fine with it. I`ll change that back.
Not sure how much that warning is correct though, I think it is legal to do.

George.


More information about the llvm-commits mailing list