We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f93f925 commit c0a2915Copy full SHA for c0a2915
clang/test/SemaCXX/pragma-pack-packed-2.cpp
@@ -1,6 +1,6 @@
1
// RUN: %clang_cc1 -triple s390x-ibm-zos -fzos-extensions -fsyntax-only -verify %s
2
// RUN: %clang_cc1 -triple s390x-ibm-zos -fzos-extensions -fxl-pragma-pack -fsyntax-only -verify %s
3
-// RUN: %clang -target s390x-ibm-zos -S -emit-llvm -Xclang -verify -fno-xl-pragma-pack %s
+// RUN: %clang -target s390x-ibm-zos -S -emit-llvm -Xclang -verify -fno-xl-pragma-pack -o %t.ll %s
4
5
#pragma pack(show) // expected-warning {{value of #pragma pack(show) == 8}}
6
#pragma pack(twobyte)
0 commit comments