This revision was automatically updated to reflect the committed changes.
Closed by commit rL308879: [mips] Add support for -m(no-)extern-data. (authored
by sdardis).
Changed prior to commit:
https://reviews.llvm.org/D35550?vs=107073&id=107897#toc
Repository:
rL LLVM
https://reviews.llvm.or
atanasyan accepted this revision.
atanasyan added a comment.
This revision is now accepted and ready to land.
LGTM
https://reviews.llvm.org/D35550
___
cfe-commits mailing list
cfe-commits@lists.llvm.org
http://lists.llvm.org/cgi-bin/mailman/listinfo
sdardis created this revision.
Herald added a subscriber: arichardson.
Add support for -m(no-)extern-data when using -mgpopt in the driver. It is
enabled by default in the backend.
https://reviews.llvm.org/D35550
Files:
include/clang/Driver/Options.td
lib/Driver/ToolChains/Clang.cpp
test/