authorgravatar for marc@tiehu.isMarc Tiehuis <marc@tiehu.is> 2018-06-30 20:11:21+12:00
committergravatar for marc@tiehu.isMarc Tiehuis <marc@tiehu.is> 2018-06-30 21:58:59+12:00
log951512f5ae52e41d3f2bdcb9a533668bcca3a9cd
tree7232038159718cf0a82cb2880984f4a257e26e48
parent9f48b2ab48bcd6cfba45b8dfc60d0ad9633b294e

compiler_rt: Add CMake entries


1 files changed, 3 insertions(+), 0 deletions(-)

CMakeLists.txt+3
...@@ -590,6 +590,9 @@ set(ZIG_STD_FILES...@@ -590,6 +590,9 @@ set(ZIG_STD_FILES
590 "special/compiler_rt/floatuntidf.zig"590 "special/compiler_rt/floatuntidf.zig"
591 "special/compiler_rt/floatuntisf.zig"591 "special/compiler_rt/floatuntisf.zig"
592 "special/compiler_rt/floatuntitf.zig"592 "special/compiler_rt/floatuntitf.zig"
593 "special/compiler_rt/floattidf.zig"
594 "special/compiler_rt/floattisf.zig"
595 "special/compiler_rt/floattitf.zig"
593 "special/compiler_rt/muloti4.zig"596 "special/compiler_rt/muloti4.zig"
594 "special/compiler_rt/index.zig"597 "special/compiler_rt/index.zig"
595 "special/compiler_rt/truncXfYf2.zig"598 "special/compiler_rt/truncXfYf2.zig"