]> granicus.if.org Git - clang/commit
[mips] Add support for -m(no-)local-sdata
authorSimon Dardis <simon.dardis@imgtec.com>
Thu, 20 Jul 2017 22:23:21 +0000 (22:23 +0000)
committerSimon Dardis <simon.dardis@imgtec.com>
Thu, 20 Jul 2017 22:23:21 +0000 (22:23 +0000)
commit53ae78a6e5ec1ff19a1eb10cf2557cf0d5624362
treebb5dc5de2ecbbf476bda4edfb3314432d7516c6f
parent09833a858ca7bbe9fb4ce31c8082e08cc3dd8625
[mips] Add support for -m(no-)local-sdata

Teach the driver to support -mlocal-sdata. The backend already matches GCC's
default behaviour.

Reviewers: atanasyan, slthakur

Differential Revision: https://reviews.llvm.org/D35549

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@308683 91177308-0d34-0410-b5e6-96231b3b80d8
include/clang/Driver/Options.td
lib/Driver/ToolChains/Clang.cpp
test/Driver/mips-features.c