Skip to content

Commit 16dadec

Browse files
committed
Fix clang flags in the SystemZ zos-mixed-ptr-sizes-malloc.c test
caught by a sandboxed test run.
1 parent dbae30d commit 16dadec

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

clang/test/CodeGen/SystemZ/zos-mixed-ptr-sizes-malloc.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// RUN: %clang -target s390x-ibm-zos -emit-llvm -S -O2 %s -o - | FileCheck %s --check-prefix=X64
1+
// RUN: %clang_cc1 -triple s390x-ibm-zos -O2 -emit-llvm %s -o - | FileCheck %s --check-prefix=X64
22
#include <stddef.h>
33
void *__malloc31(size_t);
44

0 commit comments

Comments
 (0)