Skip to content

Commit

Permalink
Fix clang flags in the SystemZ zos-mixed-ptr-sizes-malloc.c test
Browse files Browse the repository at this point in the history
caught by a sandboxed test run.
  • Loading branch information
hokein committed Aug 9, 2024
1 parent dbae30d commit 16dadec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion clang/test/CodeGen/SystemZ/zos-mixed-ptr-sizes-malloc.c
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// RUN: %clang -target s390x-ibm-zos -emit-llvm -S -O2 %s -o - | FileCheck %s --check-prefix=X64
// RUN: %clang_cc1 -triple s390x-ibm-zos -O2 -emit-llvm %s -o - | FileCheck %s --check-prefix=X64
#include <stddef.h>
void *__malloc31(size_t);

Expand Down

0 comments on commit 16dadec

Please sign in to comment.