
The DWARF version was raised to 5 for all platforms which do not opt out. Default to DWARF version to 4 for z/OS again. Reviewed By: abhina.sreeskantharajan, uweigand Differential Revision: https://reviews.llvm.org/D127498
4 lines
113 B
C
4 lines
113 B
C
// RUN: %clang -target s390x-none-zos -g -S -emit-llvm %s -o - | FileCheck %s
|
|
|
|
// CHECK: !"Dwarf Version", i32 4
|