Skip to content

Commit

Permalink
[SystemZ][z/OS] Set default alignment rules for z/OS target
Browse files Browse the repository at this point in the history
Update RUN line to fix lit failure

Differential Revision: https://reviews.llvm.org/D88845
  • Loading branch information
fanbo-meng authored and abhina-sree committed Oct 6, 2020
1 parent a3adcba commit 43cd0a9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion clang/test/CodeGen/zos-alignment.c
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// RUN: %clang_cc1 -emit-llvm -triple s390x-none-zos -fdump-record-layouts %s -o - | FileCheck %s
// RUN: %clang_cc1 -emit-llvm-only -triple s390x-none-zos -fdump-record-layouts %s | FileCheck %s

struct s0 {
short a:3;
Expand Down

0 comments on commit 43cd0a9

Please sign in to comment.