[PATCH] D49904: [CMake] Disable -Wstringop-overflow

Dávid Bolvanský via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Jul 30 11:37:18 PDT 2018


xbolva00 added a comment.

In https://reviews.llvm.org/D49904#1180637, @Hahnfeld wrote:

> In https://reviews.llvm.org/D49904#1180626, @xbolva00 wrote:
>
> > Can you turn off -Woverloaded-virtual for GCC? There are warnings during the build, which are not relevant (according to the person who commited the change which caused this warning with GCC, I asked him to check it some time ago)
>
>
> I'm not seeing any of these for `libomp` which this change is for. AFAICS there are no virtual methods in the OpenMP runtime, are you maybe talking about LLVM?


Yes, LLVM


Repository:
  rL LLVM

https://reviews.llvm.org/D49904





More information about the llvm-commits mailing list