[clang] 16dadec - Fix clang flags in the SystemZ zos-mixed-ptr-sizes-malloc.c test
Haojian Wu via cfe-commits
cfe-commits at lists.llvm.org
Thu Aug 8 23:20:04 PDT 2024
Author: Haojian Wu
Date: 2024-08-09T08:19:49+02:00
New Revision: 16dadecc05fa4986d4522c2c3a09a7628feb0fd4
URL: https://github.com/llvm/llvm-project/commit/16dadecc05fa4986d4522c2c3a09a7628feb0fd4
DIFF: https://github.com/llvm/llvm-project/commit/16dadecc05fa4986d4522c2c3a09a7628feb0fd4.diff
LOG: Fix clang flags in the SystemZ zos-mixed-ptr-sizes-malloc.c test
caught by a sandboxed test run.
Added:
Modified:
clang/test/CodeGen/SystemZ/zos-mixed-ptr-sizes-malloc.c
Removed:
################################################################################
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 <stddef.h>
void *__malloc31(size_t);
More information about the cfe-commits
mailing list