Skip to content

Commit 401f4b8

Browse files
authored
[flang][rt] Add decimal files to device runtime (#126778)
The library FortranDecimal is not used anymore with the runtime but its files are now integrated. Add the files for the device build as well.
1 parent 1bf1f13 commit 401f4b8

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

flang/runtime/CMakeLists.txt

+2
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)