forked from OSchip/llvm-project
Revision 3339000e0b
caused the Language
plugin to get queried earlier on in the startup, so that for .s files we call the language "unknown" not "not-loaded". This test was checking against that string, so I fixed it for the change.
This commit is contained in:
parent
4169b5251f
commit
c6799d9843
|
@ -10,7 +10,7 @@
|
|||
# CHECK: (INT3) A = 3
|
||||
|
||||
# CHECK-LABEL: image lookup -v -n F1
|
||||
# CHECK: CompileUnit: id = {0x00000001}, file = "1.c", language = "<not loaded>"
|
||||
# CHECK: CompileUnit: id = {0x00000001}, file = "1.c", language = "unknown"
|
||||
# CHECK: Function: {{.*}}, name = "F1", range = [0x0000000000000001-0x0000000000000002)
|
||||
# CHECK: Variable: {{.*}}, name = "x", type = "int", valid ranges = <block>, location = [0x0000000000000001, 0x0000000000000002) -> DW_OP_reg1 RDX
|
||||
|
||||
|
|
Loading…
Reference in New Issue