mirror of
https://github.com/intel/llvm.git
synced 2026-01-22 23:49:22 +08:00
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 1b5f691619 which removed
inclusion of `<cmath>` and thus broke transitive inclusion of
`<stdlib.h>` in these headers.
Multi-Level Intermediate Representation
See https://mlir.llvm.org/ for more information.