This revision was automatically updated to reflect the committed changes.
Closed by commit rL293285: [mips] Add support for static model on N64 (authored
by sdardis).
Changed prior to commit:
https://reviews.llvm.org/D29031?vs=85388&id=86047#toc
Repository:
rL LLVM
https://reviews.llvm.org/
slthakur accepted this revision.
slthakur added a comment.
LGTM
Repository:
rL LLVM
https://reviews.llvm.org/D29031
___
cfe-commits mailing list
cfe-commits@lists.llvm.org
http://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits
sdardis added a comment.
@slthakur can you take a look at this too?
Thanks,
Simon
Repository:
rL LLVM
https://reviews.llvm.org/D29031
___
cfe-commits mailing list
cfe-commits@lists.llvm.org
http://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-comm
seanbruno accepted this revision.
seanbruno added a comment.
This revision is now accepted and ready to land.
From a "does this work" perspective, FreeBSD compiles are better now with this
in place.
Repository:
rL LLVM
https://reviews.llvm.org/D29031
__
sdardis created this revision.
The patch teaches the Clang driver how to handle the N64 static
relocation model properly. It enforces the correct target feature
(+noabicalls) when -fno-pic is used. This is required as non-pic
N64 code as the abi extension to call PIC code (CPIC) is unsupported.
M