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
590590 "special/compiler_rt/floatuntidf.zig"
591591 "special/compiler_rt/floatuntisf.zig"
592592 "special/compiler_rt/floatuntitf.zig"
593 "special/compiler_rt/floattidf.zig"
594 "special/compiler_rt/floattisf.zig"
595 "special/compiler_rt/floattitf.zig"
593596 "special/compiler_rt/muloti4.zig"
594597 "special/compiler_rt/index.zig"
595598 "special/compiler_rt/truncXfYf2.zig"