[all-commits] [llvm/llvm-project] 180359: [builtins] Replace __SOFT_FP__ with __SOFTFP__
Kamlesh Kumar via All-commits
all-commits at lists.llvm.org
Mon Feb 22 22:57:49 PST 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 18035991cdbbc24aba9ca4c7168cc0cf60d90c31
https://github.com/llvm/llvm-project/commit/18035991cdbbc24aba9ca4c7168cc0cf60d90c31
Author: Kamlesh Kumar <kamleshbhalui at gmail.com>
Date: 2021-02-22 (Mon, 22 Feb 2021)
Changed paths:
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/floatundidf.c
Log Message:
-----------
[builtins] Replace __SOFT_FP__ with __SOFTFP__
Fix PR46294
Differential Revision: https://reviews.llvm.org/D82014
More information about the All-commits
mailing list