Author: Sam Clegg
Date: 2020-02-10T19:23:12-08:00
New Revision: 83b1073e82c32f0976b69095e88fb840976e15e6

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

LOG: revert cmake

Added: 
    

Modified: 
    compiler-rt/lib/builtins/CMakeLists.txt

Removed: 
    


################################################################################
diff  --git a/compiler-rt/lib/builtins/CMakeLists.txt 
b/compiler-rt/lib/builtins/CMakeLists.txt
index 7b05c9e0c847..125a3a1b1476 100644
--- a/compiler-rt/lib/builtins/CMakeLists.txt
+++ b/compiler-rt/lib/builtins/CMakeLists.txt
@@ -144,7 +144,6 @@ set(GENERIC_SOURCES
   powidf2.c
   powisf2.c
   powitf2.c
-  powixf2.c
   subdf3.c
   subsf3.c
   subvdi3.c
@@ -249,6 +248,7 @@ set(x86_ARCH_SOURCES
   floatundixf.c
   floatuntixf.c
   mulxc3.c
+  powixf2.c
 )
 
 if (NOT MSVC)


        
_______________________________________________
llvm-branch-commits mailing list
llvm-branch-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-branch-commits

Reply via email to