Add more c stdlib

This commit is contained in:
William S. Moses 2021-12-02 19:43:44 -05:00 committed by William Moses
parent 34df9f27a3
commit 14d070c717
1 changed files with 6 additions and 0 deletions

View File

@ -2542,6 +2542,12 @@ ValueCategory MLIRScanner::VisitCallExpr(clang::CallExpr *expr) {
"puts",
"memcpy",
"strlen",
"getenv",
"strrchr",
"mkdir",
"fprintf",
"sprintf",
"fwrite",
"__builtin_memcpy",
"cudaMemcpy",
"cudaMalloc",