NCOPIES= is currently a std::size_t in the API. If a negative value is
used, the memory allocation will fail. Change it to be a signed integer,
and crash with a message instead if it be negative.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo