[all-commits] [llvm/llvm-project] e64073: [builtins] Move Windows/ARM frontends for fix/floa...
Martin Storsjö via All-commits
all-commits at lists.llvm.org
Thu Aug 19 23:14:07 PDT 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: e6407356ba008e474322d52b7d031f65fa4913fc
https://github.com/llvm/llvm-project/commit/e6407356ba008e474322d52b7d031f65fa4913fc
Author: Martin Storsjö <martin at martin.st>
Date: 2021-08-20 (Fri, 20 Aug 2021)
Changed paths:
M compiler-rt/lib/builtins/CMakeLists.txt
M compiler-rt/lib/builtins/fixdfdi.c
M compiler-rt/lib/builtins/fixsfdi.c
M compiler-rt/lib/builtins/fixunsdfdi.c
M compiler-rt/lib/builtins/fixunssfdi.c
M compiler-rt/lib/builtins/floatdidf.c
M compiler-rt/lib/builtins/floatdisf.c
M compiler-rt/lib/builtins/floatundidf.c
M compiler-rt/lib/builtins/floatundisf.c
R compiler-rt/lib/builtins/mingw_fixfloat.c
Log Message:
-----------
[builtins] Move Windows/ARM frontends for fix/float functions into the individual source files
This avoids pulling in all of them if only one of them is needed
(if builtins are built without -ffunction-sections), and matches how
the similar aliases for AEABI are set up.
Differential Revision: https://reviews.llvm.org/D107815
More information about the All-commits
mailing list