From 16dadecc05fa4986d4522c2c3a09a7628feb0fd4 Mon Sep 17 00:00:00 2001 From: Haojian Wu Date: Fri, 9 Aug 2024 08:17:12 +0200 Subject: [PATCH] Fix clang flags in the SystemZ zos-mixed-ptr-sizes-malloc.c test caught by a sandboxed test run. --- clang/test/CodeGen/SystemZ/zos-mixed-ptr-sizes-malloc.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/clang/test/CodeGen/SystemZ/zos-mixed-ptr-sizes-malloc.c b/clang/test/CodeGen/SystemZ/zos-mixed-ptr-sizes-malloc.c index b84bca6b42f483..1b05e8aa5052af 100644 --- a/clang/test/CodeGen/SystemZ/zos-mixed-ptr-sizes-malloc.c +++ b/clang/test/CodeGen/SystemZ/zos-mixed-ptr-sizes-malloc.c @@ -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 void *__malloc31(size_t);