diff options
Diffstat (limited to 'llvm/test/DebugInfo/X86/split-dwarf-cross-unit-reference.ll')
-rw-r--r-- | llvm/test/DebugInfo/X86/split-dwarf-cross-unit-reference.ll | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/test/DebugInfo/X86/split-dwarf-cross-unit-reference.ll b/llvm/test/DebugInfo/X86/split-dwarf-cross-unit-reference.ll index 759a4d7ca36..7b73abacdf5 100644 --- a/llvm/test/DebugInfo/X86/split-dwarf-cross-unit-reference.ll +++ b/llvm/test/DebugInfo/X86/split-dwarf-cross-unit-reference.ll @@ -44,7 +44,7 @@ ; DWO: .debug_info.dwo contents: ; CHECK-NOT: .rel{{a?}}.debug_info.dwo -; CHECK: RELOCATION RECORDS FOR [.rel{{a?}}.debug_info]: +; CHECK: RELOCATION RECORDS FOR [.debug_info]: ; CHECK-NOT: RELOCATION RECORDS ; Expect one relocation in debug_info, from the inlined f1 in foo to its ; abstract origin in bar |