File tree Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change 1- # UNSUPPORTED: true
1+ # REQUIRES: system-linux
22; RUN: rm -rf %t
33; RUN: mkdir %t
44; RUN: cd %t
88; RUN: llvm-dwp -e main.exe -o main.exe.dwp
99; RUN: llvm-dwarfdump --show-form --verbose --debug-types main.exe.dwp | FileCheck -check-prefix=PRE-BOLT %s
1010; RUN: llvm-dwarfdump --show-form --verbose --debug-tu-index main.exe.dwp | FileCheck -check-prefix=PRE-BOLT-DWP-TU-INDEX %s
11- ; RUN: llvm-bolt main.exe -o main.exe.bolt --update-debug-sections --write-dwp
11+ ; RUN: llvm-bolt main.exe -o main.exe.bolt --update-debug-sections
12+ ; RUN: llvm-dwp -e main.exe -o main.exe.bolt.dwp
1213; RUN: llvm-dwarfdump --show-form --verbose --debug-types main.exe.bolt.dwp | FileCheck -check-prefix=BOLT %s
1314; RUN: llvm-dwarfdump --show-form --verbose --debug-tu-index main.exe.bolt.dwp | FileCheck -check-prefix=BOLT-DWP-TU-INDEX %s
1415
You can’t perform that action at this time.
0 commit comments