]> granicus.if.org Git - llvm/commit
Merging r323536:
authorHans Wennborg <hans@hanshq.net>
Fri, 2 Feb 2018 13:47:07 +0000 (13:47 +0000)
committerHans Wennborg <hans@hanshq.net>
Fri, 2 Feb 2018 13:47:07 +0000 (13:47 +0000)
commit52d11d163ef739537988545ba54a8b6fc1e18bcb
tree3d15b9a7fefe298037d53e19a1281e9278575ab0
parent7e8d1e7421f89de424e8ddf40d1948588e0dc3e9
Merging r323536:
------------------------------------------------------------------------
r323536 | arichardson | 2018-01-26 16:56:14 +0100 (Fri, 26 Jan 2018) | 11 lines

[MIPS] Don't crash on unsized extern types with -mgpopt

Summary: This fixes an assertion when building the FreeBSD MIPS64 kernel.

Reviewers: atanasyan, sdardis, emaste

Reviewed By: sdardis

Subscribers: krytarowski, llvm-commits

Differential Revision: https://reviews.llvm.org/D42571
------------------------------------------------------------------------

git-svn-id: https://llvm.org/svn/llvm-project/llvm/branches/release_60@324087 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Target/Mips/MipsTargetObjectFile.cpp
test/CodeGen/Mips/unsized-global.ll [new file with mode: 0644]