File tree 1 file changed +2
-2
lines changed
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 1
1
; RUN: rm -rf %t
2
2
; RUN: mkdir %t
3
3
; RUN: cd %t
4
- ;; RUN: llvm-mc -dwarf-version=4 -filetype=obj -triple x86_64-unknown-linux %p/Inputs/dwarf4-df-dualcu-main.s \
4
+ ; RUN: llvm-mc -dwarf-version=4 -filetype=obj -triple x86_64-unknown-linux %p/Inputs/dwarf4-df-dualcu-main.s \
5
5
; RUN: -split-dwarf-file=main.dwo -o main.o
6
6
; RUN: llvm-mc -dwarf-version=4 -filetype=obj -triple x86_64-unknown-linux %p/Inputs/dwarf4-df-dualcu-helper.s \
7
7
; RUN: -split-dwarf-file=helper.dwo -o helper.o
12
12
; RUN: llvm-dwarfdump --show-form --verbose --debug-info main.exe.bolt >> %t/foo.txt
13
13
; RUN: cat %t/foo.txt | FileCheck -check-prefix=BOLT %s
14
14
; RUN: llvm-dwarfdump --show-form --verbose --debug-info main.dwo &> maindwo.txt
15
- ; RUN cat maindwo.txt | FileCheck -check-prefix=PRE-BOLT-DWO-MAIN %s
15
+ ; RUN: cat maindwo.txt | FileCheck -check-prefix=PRE-BOLT-DWO-MAIN %s
16
16
; RUN: not llvm-dwarfdump --show-form --verbose --debug-info main.dwo.dwo &> mainddwodwo.txt
17
17
; RUN: cat mainddwodwo.txt | FileCheck -check-prefix=BOLT-DWO-MAIN %s
18
18
; RUN: llvm-dwarfdump --show-form --verbose --debug-info helper.dwo &> helperdwo.txt
You can’t perform that action at this time.
0 commit comments