[PATCH] D34075: [compiler-rt][builtins] Better Fuchsia support

Jonathan Roelofs via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Jul 12 12:42:07 PDT 2017


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





More information about the llvm-commits mailing list