forked from OSchip/llvm-project
Fix llvm/test/tools/llvm-dwp/X86/type_dedup_v5.test
It was writing files to the source dir after
316da543af
.
This commit is contained in:
parent
9d070b2f48
commit
2541075c22
|
@ -1,10 +1,10 @@
|
|||
# This test checks if llvm-dwp can deduplicate tu units (v5).
|
||||
|
||||
# RUN: llvm-mc -triple x86_64-unknown-linux %p/../Inputs/type_dedup_v5/a.s -filetype=obj -o a.o \
|
||||
# RUN: -split-dwarf-file=a.dwo -dwarf-version=5
|
||||
# RUN: llvm-mc -triple x86_64-unknown-linux %p/../Inputs/type_dedup_v5/b.s -filetype=obj -o b.o \
|
||||
# RUN: -split-dwarf-file=b.dwo -dwarf-version=5
|
||||
# RUN: llvm-dwp a.dwo b.dwo -o %t.dwp
|
||||
# RUN: llvm-mc -triple x86_64-unknown-linux %p/../Inputs/type_dedup_v5/a.s -filetype=obj -o %t-a.o \
|
||||
# RUN: -split-dwarf-file=%t-a.dwo -dwarf-version=5
|
||||
# RUN: llvm-mc -triple x86_64-unknown-linux %p/../Inputs/type_dedup_v5/b.s -filetype=obj -o %t-b.o \
|
||||
# RUN: -split-dwarf-file=%t-b.dwo -dwarf-version=5
|
||||
# RUN: llvm-dwp %t-a.dwo %t-b.dwo -o %t.dwp
|
||||
# RUN: llvm-dwarfdump -debug-tu-index %t.dwp | FileCheck %s
|
||||
|
||||
# CHECK_DAG: .debug_tu_index contents:
|
||||
|
|
Loading…
Reference in New Issue