diff options
Diffstat (limited to 'test/ELF/lto/combined-lto-object-name.ll')
-rw-r--r-- | test/ELF/lto/combined-lto-object-name.ll | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/ELF/lto/combined-lto-object-name.ll b/test/ELF/lto/combined-lto-object-name.ll index f5b7e3ae40e6..f46efc4f7387 100644 --- a/test/ELF/lto/combined-lto-object-name.ll +++ b/test/ELF/lto/combined-lto-object-name.ll @@ -11,4 +11,4 @@ define void @_start() { ret void } -; CHECK: undefined symbol: foo in {{.*}}combined-lto-object-name.ll.tmp.o +; CHECK: error: ld-temp.o:(function _start): undefined symbol 'foo' |