diff options
author | philnik777 <nikolasklauser@berlin.de> | 2023-11-13 11:00:07 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-11-13 11:00:07 +0100 |
commit | 4cc791bc98e075879f8c379f17e0b0369d57a40d (patch) | |
tree | a512cea06955adb4902c9606aeb8f89f85e7544f /flang/lib/Frontend/CompilerInvocation.cpp | |
parent | 0515ccc0c48b919dae03edc391304e66cdb75d66 (diff) | |
download | llvm-4cc791bc98e075879f8c379f17e0b0369d57a40d.zip llvm-4cc791bc98e075879f8c379f17e0b0369d57a40d.tar.gz llvm-4cc791bc98e075879f8c379f17e0b0369d57a40d.tar.bz2 |
[Clang] Add __datasizeof (#67805)
The data size is required for implementing the `memmove` optimization
for `std::copy`, `std::move` etc. correctly as well as replacing
`__compressed_pair` with `[[no_unique_address]]` in libc++. Since the
compiler already knows the data size, we can avoid some complexity by
exposing that information.
Diffstat (limited to 'flang/lib/Frontend/CompilerInvocation.cpp')
0 files changed, 0 insertions, 0 deletions