Commit 53fef94b9f

Marc Tiehuis <marctiehuis@gmail.com>
2018-06-28 13:14:40
compiler_rt: Add missing install targets
1 parent e19fc4a
Changed files (1)
CMakeLists.txt
@@ -585,7 +585,11 @@ set(ZIG_STD_FILES
     "special/compiler_rt/fixunstfdi.zig"
     "special/compiler_rt/fixunstfsi.zig"
     "special/compiler_rt/fixunstfti.zig"
+    "special/compiler_rt/floatunditf.zig"
+    "special/compiler_rt/floatunsitf.zig"
     "special/compiler_rt/floatuntidf.zig"
+    "special/compiler_rt/floatuntisf.zig"
+    "special/compiler_rt/floatuntitf.zig"
     "special/compiler_rt/muloti4.zig"
     "special/compiler_rt/index.zig"
     "special/compiler_rt/truncXfYf2.zig"