[PATCH] D32907: [ELF] - Fix warnings when LLD compiled using gcc 7.1.0

Davide Italiano via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri May 5 08:52:27 PDT 2017


davide added a comment.

This is an annoying warning, but I can see where they come from. Fixing this using a comment is a little fragile. I'd prefer to use an attribute if possible, but I'm not sure MSVC/clang/gcc agree.


https://reviews.llvm.org/D32907





More information about the llvm-commits mailing list