Skip to content

Commit d46c6b8

Browse files
committed
[test][DebugInfo] Fix location of test build artifacts
1 parent 8ee5c40 commit d46c6b8

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

llvm/test/tools/llvm-dwarfdump/X86/type_units_split_dwp_v4.s

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,12 @@
11
## This test uses TU index for type parsing in dwp and makes sure the DWARF4 type is
22
## successfully retrieved.
33

4+
## cd to a unique dir so we can refer to the file as just "test.dwo" in the
5+
## assembly test input below.
6+
# RUN: rm -rf %t
7+
# RUN: mkdir %t
8+
# RUN: cd %t
9+
410
# RUN: llvm-mc %s --split-dwarf-file=test.dwo -filetype obj -triple x86_64 -o test.o
511
# RUN: llvm-dwp -e test.o -o test.dwp
612
# RUN: llvm-dwarfdump test.dwp | FileCheck %s

0 commit comments

Comments
 (0)