Skip to content

Commit 3aa3c84

Browse files
svenvhjsji
authored andcommitted
Update DIModule test after LLVM change (#3473)
Update a test for llvm-project commit `5bc7b9d462f0 ("[llvm][dwarfdump] Print the name (if available) of entities referenced by DW_AT_import (#171859)", 2025-12-12)`. Original commit: KhronosGroup/SPIRV-LLVM-Translator@fedea4be9304a
1 parent 8398a03 commit 3aa3c84

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

llvm-spirv/test/DebugInfo/X86/dimodule-external-fortran.ll

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@
4040
; CHECK: DW_TAG_imported_module
4141
; CHECK-NEXT: DW_AT_decl_file
4242
; CHECK-NEXT: DW_AT_decl_line
43-
; CHECK-NEXT: DW_AT_import ([[DIE_ID]])
43+
; CHECK-NEXT: DW_AT_import ([[DIE_ID]] "external_module")
4444

4545
; When the debugger sees the module being imported is a declaration,
4646
; it should go to the global scope to find the module's definition.

0 commit comments

Comments
 (0)