Skip to content

Commit 08fc8dc

Browse files
committed
[flang][rt] Add decimal files to device runtime
1 parent 83af335 commit 08fc8dc

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

flang/runtime/CMakeLists.txt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -189,6 +189,8 @@ include(AddFlangOffloadRuntime)
189189

190190
# List of files that are buildable for all devices.
191191
set(supported_files
192+
${FLANG_SOURCE_DIR}/lib/Decimal/binary-to-decimal.cpp
193+
${FLANG_SOURCE_DIR}/lib/Decimal/decimal-to-binary.cpp
192194
ISO_Fortran_binding.cpp
193195
allocatable.cpp
194196
allocator-registry.cpp

0 commit comments

Comments
 (0)