diff options
Diffstat (limited to 'test/ELF/tls-static.s')
-rw-r--r-- | test/ELF/tls-static.s | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/test/ELF/tls-static.s b/test/ELF/tls-static.s index b098b68b03f17..81ecc82758d77 100644 --- a/test/ELF/tls-static.s +++ b/test/ELF/tls-static.s @@ -10,4 +10,5 @@ _start: call __tls_get_addr -// CHECK: error: {{.*}}:(.text+0x1): undefined symbol '__tls_get_addr' +// CHECK: error: undefined symbol: __tls_get_addr +// CHECK: >>> referenced by {{.*}}:(.text+0x1) |