Skip to content

Commit bdd7f66

Browse files
committed
[Clang][Sema] placement new initializes typedef array with correct size (llvm#88902)
Build Failure Fix Fixes build failures due to llvm#83124
1 parent 56c2b4f commit bdd7f66

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

clang/test/SemaCXX/instantiate-new-placement-size.cpp renamed to clang/test/SemaCXX/PR41441.cpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
// RUN: %clang -S -fno-discard-value-names -emit-llvm -o - %s | FileCheck %s
2-
// Issue no: 41441
1+
// RUN: %clang --target=x86_64-pc-linux -S -fno-discard-value-names -emit-llvm -o - %s | FileCheck %s
2+
33
#include <new>
44

55
// CHECK: call void @llvm.memset.p0.i64(ptr align 1 %x, i8 0, i64 8, i1 false)

0 commit comments

Comments
 (0)