[JITLink] Fix testcase for main JITDylib rename in 85fb997659b.
authorLang Hames <lhames@gmail.com>
Wed, 19 Feb 2020 22:57:04 +0000 (14:57 -0800)
committerLang Hames <lhames@gmail.com>
Wed, 19 Feb 2020 22:58:13 +0000 (14:58 -0800)
llvm/test/ExecutionEngine/JITLink/X86/LocalDependencyPropagation.s

index e44e39f..68b1aa9 100644 (file)
@@ -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