diff options
Diffstat (limited to 'llvm/test/DebugInfo/X86/split-dwarf-multiple-cu-hash.ll')
| -rw-r--r-- | llvm/test/DebugInfo/X86/split-dwarf-multiple-cu-hash.ll | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/llvm/test/DebugInfo/X86/split-dwarf-multiple-cu-hash.ll b/llvm/test/DebugInfo/X86/split-dwarf-multiple-cu-hash.ll index f801ade27bd..389571356d3 100644 --- a/llvm/test/DebugInfo/X86/split-dwarf-multiple-cu-hash.ll +++ b/llvm/test/DebugInfo/X86/split-dwarf-multiple-cu-hash.ll @@ -1,6 +1,7 @@ -; RUN: %llc_dwarf -split-dwarf-file=foo.dwo %s -filetype=obj -o %T/a.o -; RUN: %llc_dwarf -split-dwarf-file=bar.dwo %s -filetype=obj -o %T/b.o -; RUN: llvm-dwarfdump -debug-dump=info %T/a.o %T/b.o | FileCheck %s +; RUN: rm -rf %t && mkdir -p %t +; RUN: %llc_dwarf -split-dwarf-file=foo.dwo %s -filetype=obj -o %t/a.o +; RUN: %llc_dwarf -split-dwarf-file=bar.dwo %s -filetype=obj -o %t/b.o +; RUN: llvm-dwarfdump -debug-dump=info %t/a.o %t/b.o | FileCheck %s ; CHECK: dwo_id {{.*}}([[HASH:.*]]) ; CHECK-NOT: dwo_id {{.*}}([[HASH]]) |

