diff options
author | Andy Kaylor <akaylor@nvidia.com> | 2025-06-13 09:42:58 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2025-06-13 09:42:58 -0700 |
commit | 36c710c40e8a59f74f56eb0e04e438cec5532ec5 (patch) | |
tree | 74252dfaf29115ac9d134795ec97835fbc7561f1 /clang/lib/CodeGen/CodeGenFunction.cpp | |
parent | 3b09a3d5ae41faac3c0046b93a9c6e0297cc860b (diff) | |
download | llvm-36c710c40e8a59f74f56eb0e04e438cec5532ec5.zip llvm-36c710c40e8a59f74f56eb0e04e438cec5532ec5.tar.gz llvm-36c710c40e8a59f74f56eb0e04e438cec5532ec5.tar.bz2 |
[CIR] Change default assumption about allowing builtins (#144004)
The code to read the "nobuiltins" attributes hasn't been implemented
yet, but we were defaulting to the assumption that use of builtins is
allowed for function calls that we recognize as standard C library calls
and have builtin equivalents of. This change reverses that assumption so
that when such calls are encountered, we just emit the call. This is a
better default assumption, and since our builtin handling for these
functions isn't implemented yet, it also allows us to compile more
programs.
Diffstat (limited to 'clang/lib/CodeGen/CodeGenFunction.cpp')
0 files changed, 0 insertions, 0 deletions