aboutsummaryrefslogtreecommitdiff
path: root/llvm/unittests/Object/ELFObjectFileTest.cpp
diff options
context:
space:
mode:
authorErich Keane <ekeane@nvidia.com>2025-10-13 08:02:33 -0700
committerGitHub <noreply@github.com>2025-10-13 15:02:33 +0000
commit1d89844bd4152af93f5dbf475996d6bd66c74bd5 (patch)
tree8ddc2620f5eb349f4acebaea06dc3a13ea327f39 /llvm/unittests/Object/ELFObjectFileTest.cpp
parentf140491dcc906e18aa67a6c204774245c69fc606 (diff)
downloadllvm-1d89844bd4152af93f5dbf475996d6bd66c74bd5.zip
llvm-1d89844bd4152af93f5dbf475996d6bd66c74bd5.tar.gz
llvm-1d89844bd4152af93f5dbf475996d6bd66c74bd5.tar.bz2
Reapply "[OpenACC] Sema changes for +*&|^ reduction combiner recipes … (#163205)
…(… (#162920) This reverts commit 8d9aecce064776a9a890f3c898165f99e8eaa13e. That was reverted because of an ASAN failure that I believe this fixes. The std::uninitialized_copy of an array of a type that contained a llvm::vector using operator= instead of the copy constructor, so it made ASan think it was overwriting existing data? However, it also probably would have tried to do some sort of deallocation if had the 'right' amount of wrong data. So this version switches over to using placement-new instead.
Diffstat (limited to 'llvm/unittests/Object/ELFObjectFileTest.cpp')
0 files changed, 0 insertions, 0 deletions