[clang] [Clang][Sema] placement new initializes typedef array with correct size (PR #88902)
Nico Weber via cfe-commits
cfe-commits at lists.llvm.org
Tue Apr 16 16:01:49 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>
----------------
nico wrote:
Thanks!
https://github.com/llvm/llvm-project/pull/88902
More information about the cfe-commits
mailing list