diff options
| -rw-r--r-- | lld/test/ELF/x86-64-retpoline-znow-static-iplt.s | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lld/test/ELF/x86-64-retpoline-znow-static-iplt.s b/lld/test/ELF/x86-64-retpoline-znow-static-iplt.s index 0321f6e4aa9..70355c05e2c 100644 --- a/lld/test/ELF/x86-64-retpoline-znow-static-iplt.s +++ b/lld/test/ELF/x86-64-retpoline-znow-static-iplt.s @@ -8,7 +8,7 @@ # CHECK-NEXT: 201001: callq 42 #Static IPLT header due to -z retpolineplt -# CHECK: {{^}}.plt: +# CHECK: 0000000000201010 .plt: # CHECK-NEXT: 201010: callq 11 <.plt+0x10> # CHECK-NEXT: 201015: pause # CHECK-NEXT: 201017: lfence |

