File tree Expand file tree Collapse file tree 1 file changed +8
-8
lines changed
Expand file tree Collapse file tree 1 file changed +8
-8
lines changed Original file line number Diff line number Diff line change @@ -49,29 +49,29 @@ foreach(suffix IN ITEMS hr r lr hk k lk uhr ur ulr uhk uk ulk)
4949 )
5050
5151 add_entrypoint_object(
52- countls ${suffix}
52+ bits ${suffix}
5353 HDRS
54- countls ${suffix} .h
54+ bits ${suffix} .h
5555 SRCS
56- countls ${suffix} .cpp
56+ bits ${suffix} .cpp
5757 COMPILE_OPTIONS
5858 ${libc_opt_high_flag}
5959 DEPENDS
6060 libc.src.__support.fixed_point.fx_bits
61+ libc.include .llvm-libc-types.stdfix-types
62+ libc.include .llvm-libc-macros .stdfix_macros
6163 )
6264
6365 add_entrypoint_object(
64- bits ${suffix}
66+ countls ${suffix}
6567 HDRS
66- bits ${suffix} .h
68+ countls ${suffix} .h
6769 SRCS
68- bits ${suffix} .cpp
70+ countls ${suffix} .cpp
6971 COMPILE_OPTIONS
7072 ${libc_opt_high_flag}
7173 DEPENDS
7274 libc.src.__support.fixed_point.fx_bits
73- libc.include .llvm-libc-types.stdfix-types
74- libc.include .llvm-libc-macros .stdfix_macros
7575 )
7676endforeach ()
7777
You can’t perform that action at this time.
0 commit comments