Files
clang-p2996/flang/runtime/tools.cpp
Yi Wu 7dd4d28e41 [flang] Fix const cast issue in FreeMemory function call in execute_command_line (#77906)
The FreeMemory function only accepts a void pointer, but it was being
called with a const char pointer, resulting in a type-casting issue.
To address this, the const was removed, use char * instead.
2024-01-13 01:22:40 +00:00

7.5 KiB