mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-12-12 14:06:36 +00:00
[JITLink] Fix testcase for main JITDylib rename in 85fb997659b.
This commit is contained in:
parent
93f691bf87
commit
896a3b9d4c
@ -7,8 +7,8 @@
|
||||
# symbols: _baz depends on _foo indirectly via the local symbol _bar. We expect
|
||||
# _baz to depend on _foo, and _foo on _external_func.
|
||||
|
||||
# CHECK-DAG: In <main> adding dependencies for _foo: { (<main>, { _external_func }) }
|
||||
# CHECK-DAG: In <main> adding dependencies for _baz: { (<main>, { _foo }) }
|
||||
# CHECK-DAG: In main adding dependencies for _foo: { (main, { _external_func }) }
|
||||
# CHECK-DAG: In main adding dependencies for _baz: { (main, { _foo }) }
|
||||
|
||||
.section __TEXT,__text,regular,pure_instructions
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user