aboutsummaryrefslogtreecommitdiff
path: root/llvm/docs/tutorial
diff options
context:
space:
mode:
authorYi Wu <43659785+yi-wu-arm@users.noreply.github.com>2024-01-13 01:22:40 +0000
committerGitHub <noreply@github.com>2024-01-13 01:22:40 +0000
commit7dd4d28e4196fad83ed78ea342d65e7eaec4a6f1 (patch)
tree29a2761c9bb50e643ae6d7abc36f203a5e9f9676 /llvm/docs/tutorial
parent3edf82d5566ed5c9898f52b5591c05f6366d6bac (diff)
downloadllvm-7dd4d28e4196fad83ed78ea342d65e7eaec4a6f1.zip
llvm-7dd4d28e4196fad83ed78ea342d65e7eaec4a6f1.tar.gz
llvm-7dd4d28e4196fad83ed78ea342d65e7eaec4a6f1.tar.bz2
[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.
Diffstat (limited to 'llvm/docs/tutorial')
0 files changed, 0 insertions, 0 deletions