[clang] [Clang][Sema] placement new initializes typedef array with correct size (PR #88902)
Erich Keane via cfe-commits
cfe-commits at lists.llvm.org
Tue Apr 16 12:02:54 PDT 2024
================
@@ -1,5 +1,5 @@
-// RUN: %clang -S -fno-discard-value-names -emit-llvm -o - %s | FileCheck %s
-// Issue no: 41441
+// RUN: %clang --target=x86_64-pc-linux -S -fno-discard-value-names -emit-llvm -o - %s | FileCheck %s
+
#include <new>
----------------
erichkeane wrote:
Blarg, the buildbots i checked on were mangling differences. I'll fix this locally as I suggested and get a fix merged ASAP.
https://github.com/llvm/llvm-project/pull/88902
More information about the cfe-commits
mailing list