File tree Expand file tree Collapse file tree 2 files changed +8
-1
lines changed
llvm/utils/gn/secondary/compiler-rt/lib/builtins Expand file tree Collapse file tree 2 files changed +8
-1
lines changed Original file line number Diff line number Diff line change @@ -446,7 +446,8 @@ if(COMPILER_RT_ARM_OPTIMIZED_FP AND BUILTIN_SUPPORTED_ARCH MATCHES "arm")
446446 if (implicit_it_flag)
447447 set (assembly_files
448448 arm/mulsf3.S
449- arm/divsf3.S)
449+ arm/divsf3.S
450+ )
450451 set_source_files_properties (${assembly_files}
451452 PROPERTIES COMPILE_OPTIONS ${implicit_it_flag} )
452453 set (arm_or_thumb2_optimized_fp_SOURCES
Original file line number Diff line number Diff line change @@ -96,5 +96,11 @@ source_set("_unused") {
9696 " arm/comparesf2.S" ,
9797 " arm/divsi3.S" ,
9898 " arm/udivsi3.S" ,
99+ " arm/fnan2.c" ,
100+ " arm/fnorm2.c" ,
101+ " arm/funder.c" ,
102+ " arm/mulsf3.S" ,
103+ " arm/divsf3.S" ,
104+ " arm/thumb1/mulsf3.S" ,
99105 ]
100106}
You can’t perform that action at this time.
0 commit comments