Skip to content

Commit 752ea6d

Browse files
committed
chore: reposition bitsfx in CMakeLists
Signed-off-by: krishna2803 <[email protected]>
1 parent 1785342 commit 752ea6d

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

libc/src/stdfix/CMakeLists.txt

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff 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
)
7676
endforeach()
7777

0 commit comments

Comments
 (0)