[PATCH] D34075: [compiler-rt][builtins] Better Fuchsia support
Jonathan Roelofs via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Mon Jun 12 07:16:09 PDT 2017
jroelofs added inline comments.
================
Comment at: lib/builtins/CMakeLists.txt:226
+ clear_cache.c
+ eprintf.c)
+endif()
----------------
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.
Repository:
rL LLVM
https://reviews.llvm.org/D34075
More information about the llvm-commits
mailing list