We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8ee5c40 commit d46c6b8Copy full SHA for d46c6b8
llvm/test/tools/llvm-dwarfdump/X86/type_units_split_dwp_v4.s
@@ -1,6 +1,12 @@
1
## This test uses TU index for type parsing in dwp and makes sure the DWARF4 type is
2
## successfully retrieved.
3
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
+
10
# RUN: llvm-mc %s --split-dwarf-file=test.dwo -filetype obj -triple x86_64 -o test.o
11
# RUN: llvm-dwp -e test.o -o test.dwp
12
# RUN: llvm-dwarfdump test.dwp | FileCheck %s
0 commit comments