We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dbae30d commit 16dadecCopy full SHA for 16dadec
clang/test/CodeGen/SystemZ/zos-mixed-ptr-sizes-malloc.c
@@ -1,4 +1,4 @@
1
-// 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
2
#include <stddef.h>
3
void *__malloc31(size_t);
4
0 commit comments