[PATCH] D85894: [BuildLibCalls] Add more noundef to library functions

Evgenii Stepanov via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Aug 24 10:50:42 PDT 2020


eugenis added a comment.

LGTM

Would it be better / easier to apply this to all functions by default, and then opt out some? Which ones would we even need to opt out? I imagine that would only be a handful of "weird" functions like open/openat (for the mode argument), maybe ioctl/fcntl.


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D85894/new/

https://reviews.llvm.org/D85894



More information about the llvm-commits mailing list