[PATCH] D28791: [compiler-rt][crt] Simple crtbegin and crtend implementation
Petr Hosek via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue Feb 7 19:06:12 PST 2017
phosek added a comment.
We don't use `-ffast-math` anywhere in Fuchsia at the moment (at least I haven't found any use cases) so we haven't needed `crtfastmath.o` yet, but we might start using it in the future in which case we'll probably need to write our own implementation and same as in the case of `crtbegin.o` and `crtend.o` I believe the right place for it would be compiler-rt.
Repository:
rL LLVM
https://reviews.llvm.org/D28791
More information about the llvm-commits
mailing list