brintos

brintos / llvm-project-archived public Read only

0
0
Text · 908 B · 0eab321 Raw
16 lines · plain
1// RUN: %clang_dxc -Tlib_6_7 -### -g %s 2>&1 | FileCheck %s2// RUN: %clang_dxc -Tlib_6_7 -### /Zi %s 2>&1 | FileCheck %s3// RUN: %clang_dxc -Tlib_6_7 -### /Zi /Qembed_debug %s 2>&1 | FileCheck %s4// RUN: %clang_dxc -Tlib_6_7 -### -Zi %s 2>&1 | FileCheck %s5// RUN: %clang_dxc -Tlib_6_7 -### -Zi -Qembed_debug %s 2>&1 | FileCheck %s6// RUN: %clang_dxc -Tlib_6_7 -### -Zi -gcodeview %s 2>&1 | FileCheck %s -check-prefixes=CHECK,CHECK-CV7// RUN: %clang_dxc -Tlib_6_7 -### -Zi -gdwarf %s 2>&1 | FileCheck %s -check-prefixes=CHECK,CHECK-DWARF8// RUN: %clang_dxc -Tlib_6_7 -### -gcodeview -Zi %s 2>&1 | FileCheck %s -check-prefixes=CHECK,CHECK-CV9// RUN: %clang_dxc -Tlib_6_7 -### -gdwarf -Zi %s 2>&1 | FileCheck %s -check-prefixes=CHECK,CHECK-DWARF10 11// CHECK: "-cc1"12// CHECK-CV-SAME: -gcodeview13// CHECK-SAME: "-debug-info-kind=constructor"14// Make sure dwarf-version is 4.15// CHECK-DWARF-SAME: -dwarf-version=416