diff options
Diffstat (limited to 'llvm/test/DebugInfo/Generic/lto-comp-dir.ll')
-rw-r--r-- | llvm/test/DebugInfo/Generic/lto-comp-dir.ll | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/llvm/test/DebugInfo/Generic/lto-comp-dir.ll b/llvm/test/DebugInfo/Generic/lto-comp-dir.ll index 25c2f90d8cd..35a494f2e58 100644 --- a/llvm/test/DebugInfo/Generic/lto-comp-dir.ll +++ b/llvm/test/DebugInfo/Generic/lto-comp-dir.ll @@ -8,13 +8,13 @@ ; to refer to it. ; CHECK: .debug_line contents: -; CHECK-NEXT: debug_line[0x00000000] +; CHECK-NEXT: debug_line[{{.*}}] ; CHECK-NEXT: Line table prologue: ; CHECK-NOT: include_directories ; CHECK: file_names[ 1] 0 {{.*}} a.cpp ; CHECK-NOT: file_names -; CHECK: debug_line[0x00000039] +; CHECK: debug_line[{{.*}}] ; CHECK-NEXT: Line table prologue: ; CHECK-NOT: include_directories ; CHECK: file_names[ 1] 0 {{.*}} b.cpp |