jroelofs added inline comments. ================ Comment at: compiler-rt/trunk/lib/builtins/int_util.c:50 + +#ifndef _WIN32 +__attribute__((weak)) ---------------- Can `__Fuscia__ && defined(_WIN32)` ever be true? Repository: rL LLVM https://reviews.llvm.org/D34075