[clang-cl] Ignore /Wv and /Wv:17 flags
[llvm-project.git] / clang / test / Misc / cc1as-split-dwarf.s
blobade42c803e4ee50a23238980bce964e463d82391
1 // REQUIRES: x86-registered-target
2 // RUN: %clang -cc1as -triple x86_64-pc-linux-gnu %s -filetype obj -o %t1 -split-dwarf-output %t2
3 // RUN: llvm-objdump -s %t1 | FileCheck --check-prefix=O %s
4 // RUN: llvm-objdump -s %t2 | FileCheck --check-prefix=DWO %s
6 // O-NOT: Contents of section
7 // O: Contents of section .strtab:
8 // O-NOT: Contents of section
9 // O: Contents of section .text:
10 // O-NEXT: 0000 c3
11 // O-NEXT: Contents of section .symtab:
12 // O-NOT: Contents of section
13 .globl main
14 main:
15 .Ltmp1:
16 ret
17 .Ltmp2:
19 // DWO-NOT: Contents of section
20 // DWO: Contents of section .strtab:
21 // DWO-NOT: Contents of section
22 // DWO: Contents of section .foo.dwo:
23 // DWO-NEXT: 0000 01000000
24 // DWO-NOT: Contents of section
25 .section .foo.dwo
26 .long .Ltmp2-.Ltmp1