diff options
author | Alexey Samsonov <vonosmas@gmail.com> | 2024-09-30 11:20:32 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-09-30 13:20:32 -0500 |
commit | 8ab50da589fd2692052dcb85edf06d1d2d8da42c (patch) | |
tree | 6ec55cb7331144e21c97bcee46d59de527f20e7c /flang/lib/Frontend/CompilerInvocation.cpp | |
parent | 41145feb77ddcb90b6628e3d11eea69e1ecf71c2 (diff) | |
download | llvm-8ab50da589fd2692052dcb85edf06d1d2d8da42c.zip llvm-8ab50da589fd2692052dcb85edf06d1d2d8da42c.tar.gz llvm-8ab50da589fd2692052dcb85edf06d1d2d8da42c.tar.bz2 |
Include <cstdlib> in Toy Lexer examples. (#110449)
These files all use `strtod` - make sure to include a proper header for
this function. Otherwise, building MLIR fails on some systems after the
recent commit 1b5f6916199ce09244cdb52c6911f2028e6ca95a which removed
inclusion of `<cmath>` and thus broke transitive inclusion of
`<stdlib.h>` in these headers.
Diffstat (limited to 'flang/lib/Frontend/CompilerInvocation.cpp')
0 files changed, 0 insertions, 0 deletions