aboutsummaryrefslogtreecommitdiff
path: root/clang/test/CodeGen/SystemZ/encoding.c
blob: d018a9c37852ae062fc82615c8ed65cc35e17f0a (plain)
1
2
3
4
5
6
7
8
9
// Checks encoding of output file
// This is only required for z/OS.
//
// REQUIRES: system-zos, systemz-registered-target
// RUN: %clang_cc1 -triple s390x-ibm-zos -S %s -o %t.s
// RUN: ls -T %t.s | FileCheck %s

// CHECK: t IBM-1047    T=on
void foo() { return; }