[llvm] fe13ee8 - [gn build] Port baca8f977ed

Nico Weber via llvm-commits llvm-commits at lists.llvm.org
Tue Jul 7 19:29:34 PDT 2020


Author: Nico Weber
Date: 2020-07-07T22:29:19-04:00
New Revision: fe13ee875b102e5bf66c212883852f08796168b3

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

LOG: [gn build] Port baca8f977ed

Added: 
    

Modified: 
    llvm/utils/gn/secondary/compiler-rt/lib/builtins/BUILD.gn

Removed: 
    


################################################################################
diff  --git a/llvm/utils/gn/secondary/compiler-rt/lib/builtins/BUILD.gn b/llvm/utils/gn/secondary/compiler-rt/lib/builtins/BUILD.gn
index 7793901770f3..1291a5d33cbb 100644
--- a/llvm/utils/gn/secondary/compiler-rt/lib/builtins/BUILD.gn
+++ b/llvm/utils/gn/secondary/compiler-rt/lib/builtins/BUILD.gn
@@ -449,13 +449,9 @@ static_library("builtins") {
       "hexagon/dfsqrt.S",
       "hexagon/divdi3.S",
       "hexagon/divsi3.S",
-      "hexagon/fabs_opt.S",
       "hexagon/fastmath2_dlib_asm.S",
       "hexagon/fastmath2_ldlib_asm.S",
       "hexagon/fastmath_dlib_asm.S",
-      "hexagon/fma_opt.S",
-      "hexagon/fmax_opt.S",
-      "hexagon/fmin_opt.S",
       "hexagon/memcpy_forward_vp4cp4n2.S",
       "hexagon/memcpy_likely_aligned.S",
       "hexagon/moddi3.S",


        


More information about the llvm-commits mailing list