Skip to content

Commit c0a2915

Browse files
committed
[SystemZ][z/OS] don't write to source
test invoked clang that has tried to write in source directory that might be readonly #111053 for 4c26a1e
1 parent f93f925 commit c0a2915

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

clang/test/SemaCXX/pragma-pack-packed-2.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
// RUN: %clang_cc1 -triple s390x-ibm-zos -fzos-extensions -fsyntax-only -verify %s
22
// 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
3+
// RUN: %clang -target s390x-ibm-zos -S -emit-llvm -Xclang -verify -fno-xl-pragma-pack -o %t.ll %s
44

55
#pragma pack(show) // expected-warning {{value of #pragma pack(show) == 8}}
66
#pragma pack(twobyte)

0 commit comments

Comments
 (0)