[PATCH] D34075: [compiler-rt][builtins] Better Fuchsia support
Petr Hosek via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue Jun 13 18:00:19 PDT 2017
phosek marked an inline comment as done.
phosek added inline comments.
================
Comment at: lib/builtins/CMakeLists.txt:226
+ clear_cache.c
+ eprintf.c)
+endif()
----------------
jroelofs wrote:
> compnerd wrote:
> > `eprintf` is a darwin specific thing, not to be added everywhere. Is this still being filtered out?
> Feel free to stick `eprintf.c` in the "not on baremetal section", too.
Should it be that one or the APPLE one?
https://reviews.llvm.org/D34075
More information about the llvm-commits
mailing list