[Openmp-commits] [PATCH] D49904: [CMake] Disable -Wstringop-overflow
Jonas Hahnfeld via Phabricator via Openmp-commits
openmp-commits at lists.llvm.org
Mon Jul 30 11:39:19 PDT 2018
Hahnfeld added a comment.
In https://reviews.llvm.org/D49904#1180661, @xbolva00 wrote:
> 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
In that case you'll submit a change to the LLVM build system, this patch is only about the OpenMP runtime.
Repository:
rL LLVM
https://reviews.llvm.org/D49904
More information about the Openmp-commits
mailing list