[compiler-rt] 4b120c8 - Compiler-rt: build fp_mode.c for macho_embedded variants too.

Tim Northover via llvm-commits llvm-commits at lists.llvm.org
Wed Feb 16 05:37:28 PST 2022


Author: Tim Northover
Date: 2022-02-16T13:37:24Z
New Revision: 4b120c8d633fe149eda0ac0a20588b07b24efb33

URL: https://github.com/llvm/llvm-project/commit/4b120c8d633fe149eda0ac0a20588b07b24efb33
DIFF: https://github.com/llvm/llvm-project/commit/4b120c8d633fe149eda0ac0a20588b07b24efb33.diff

LOG: Compiler-rt: build fp_mode.c for macho_embedded variants too.

It provides some functions needed by add/sub.

Added: 
    

Modified: 
    compiler-rt/lib/builtins/macho_embedded/common.txt

Removed: 
    


################################################################################
diff  --git a/compiler-rt/lib/builtins/macho_embedded/common.txt b/compiler-rt/lib/builtins/macho_embedded/common.txt
index 6ac85a771fcbe..819109768f529 100644
--- a/compiler-rt/lib/builtins/macho_embedded/common.txt
+++ b/compiler-rt/lib/builtins/macho_embedded/common.txt
@@ -90,3 +90,4 @@ atomic_flag_test_and_set_explicit
 atomic_signal_fence
 atomic_thread_fence
 int_util
+fp_mode


        


More information about the llvm-commits mailing list