Skip to content

Commit 7f5fc03

Browse files
committed
remove the outdated usage in test
1 parent 55617a8 commit 7f5fc03

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

bolt/test/X86/dwarf4-ftypes-dwp-input-dwp-output.test

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# UNSUPPORTED: true
1+
# REQUIRES: system-linux
22
; RUN: rm -rf %t
33
; RUN: mkdir %t
44
; RUN: cd %t
@@ -8,7 +8,8 @@
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

0 commit comments

Comments
 (0)