Skip to content

Commit 9b16040

Browse files
authored
[flang-rt] Move unit-map.cpp to host-only sources list. (#129763)
This file is not enabled for the offload builds. This patch aligns the list with flang/runtime/CMakeLists.txt (that is about to be removed).
1 parent 7b596ce commit 9b16040

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

flang-rt/lib/runtime/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,6 @@ set(supported_sources
6666
type-code.cpp
6767
type-info.cpp
6868
unit.cpp
69-
unit-map.cpp
7069
utf.cpp
7170
)
7271

@@ -86,6 +85,7 @@ set(host_sources
8685
stop.cpp
8786
temporary-stack.cpp
8887
time-intrinsic.cpp
88+
unit-map.cpp
8989
)
9090

9191
file(GLOB_RECURSE public_headers

0 commit comments

Comments
 (0)