[PATCH] D66023: Warning disable for mod-by-zero and union 'uninitialized' use

Matthew G McGovern via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Aug 9 13:45:54 PDT 2019


mcgov marked 2 inline comments as done.
mcgov added inline comments.


================
Comment at: compiler-rt/lib/builtins/fixunsxfdi.c:48
+#pragma warning(pop)
 #endif
----------------
mstorsjo wrote:
> This broke compilation for me with errors like this:
> 
> ```
> lib/builtins/fixunsxfdi.c:13:2: error: unterminated conditional directive
> #if !_ARCH_PPC
> ```
> 
> Also, the commit message speaks about sanitizers, even though all the changes are for builtins.
> 
> I fixed the compile error in SVN r368480.
Thank you for the fix!


CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D66023/new/

https://reviews.llvm.org/D66023





More information about the llvm-commits mailing list