Revert "[clang][Interp] Use placement new to construct opcode args into vector"
authorTimm Bäder <tbaeder@redhat.com>
Wed, 30 Nov 2022 15:07:52 +0000 (16:07 +0100)
committerTimm Bäder <tbaeder@redhat.com>
Wed, 30 Nov 2022 15:07:57 +0000 (16:07 +0100)
commit89b009559cea546f16f45105bb1ce90265f79c9c
treea237cf8bd46177497fa0f83475e7d7ec98b27eee
parentec23e5584de0b7212db64f5e2aff355e8279537e
Revert "[clang][Interp] Use placement new to construct opcode args into vector"

This reverts commit aaf73ae266db44fce107a0b73fcb33527bfb52eb.

This breaks sanitized builds because the constructor is called with an
unaligned address.
clang/lib/AST/Interp/ByteCodeEmitter.cpp