diff options
| author | Dimitry Andric <dim@FreeBSD.org> | 2017-01-02 19:19:15 +0000 |
|---|---|---|
| committer | Dimitry Andric <dim@FreeBSD.org> | 2017-01-02 19:19:15 +0000 |
| commit | d93e1dfac8711cfed1a9d9cd1876a788b83945cd (patch) | |
| tree | 5896fa6c02a262a6148b215487e545d937de58b7 /test/ELF/incompatible-ar-first.s | |
| parent | 8d43286d630f9224de07809ea253e83ebb9cdee6 (diff) | |
Vendor import of lld trunk r290819:vendor/lld/lld-trunk-r290819
Notes
svn path=/vendor/lld/dist/; revision=311125
svn path=/vendor/lld/lld-trunk-r290819/; revision=311126; tag=vendor/lld/lld-trunk-r290819
Diffstat (limited to 'test/ELF/incompatible-ar-first.s')
| -rw-r--r-- | test/ELF/incompatible-ar-first.s | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/ELF/incompatible-ar-first.s b/test/ELF/incompatible-ar-first.s index 8a8aaec220dd..e076561d11ae 100644 --- a/test/ELF/incompatible-ar-first.s +++ b/test/ELF/incompatible-ar-first.s @@ -6,6 +6,6 @@ // We used to crash when // * The first object seen by the symbol table is from an archive. // * -m was not used. -// CHECK: a.o is incompatible with {{.*}}b.o +// CHECK: .a({{.*}}a.o) is incompatible with {{.*}}b.o // REQUIRES: x86 |
