Skip to content

Commit

Permalink
[CIR][Rebase] XFAIL packed-structs
Browse files Browse the repository at this point in the history
  • Loading branch information
lanza committed Oct 2, 2024
1 parent c002332 commit 4c44bf1
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion clang/test/CIR/CodeGen/packed-structs.c
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
// RUN: FileCheck --check-prefix=CIR --input-file=%t.cir %s
// RUN: %clang_cc1 -triple x86_64-unknown-linux-gnu -fclangir -emit-llvm %s -o %t.ll
// RUN: FileCheck --check-prefix=LLVM --input-file=%t.ll %s
// XFAIL: *

#pragma pack(1)

Expand Down Expand Up @@ -128,4 +129,4 @@ typedef struct {
// LLVM: {{.*}} = alloca %struct.J, i64 1, align 1
void f3() {
J a = {0};
}
}

0 comments on commit 4c44bf1

Please sign in to comment.