[llvm] 88276dd - Revert "gn build: (manually) try to merge 1689ad27af"

Nico Weber via llvm-commits llvm-commits at lists.llvm.org
Tue Nov 19 01:40:35 PST 2019


Author: Nico Weber
Date: 2019-11-19T04:40:10-05:00
New Revision: 88276ddbfea753ac13da5a64c2020b7b0a06617f

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

LOG: Revert "gn build: (manually) try to merge 1689ad27af"

This reverts commit e4ec2ecf6d4768d681a89263c0a4d29a7b7761ad.
1689ad27af was reverted as well.

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 37fbaeccd056..1614f07facfd 100644
--- a/llvm/utils/gn/secondary/compiler-rt/lib/builtins/BUILD.gn
+++ b/llvm/utils/gn/secondary/compiler-rt/lib/builtins/BUILD.gn
@@ -216,7 +216,6 @@ static_library("builtins") {
   }
 
   if (current_cpu == "x86" || current_cpu == "x64") {
-    sources -= [ "fp_mode.c" ]
     sources += [
       "cpu_model.c",
       "divxc3.c",
@@ -229,7 +228,6 @@ static_library("builtins") {
       "floattixf.c",
       "floatundixf.c",
       "floatuntixf.c",
-      "i386/fp_mode.c",
       "mulxc3.c",
       "powixf2.c",
     ]


        


More information about the llvm-commits mailing list