hanchenye-llvm-project/lld/lib/Driver
Simon Atanasyan 069b2dd66c [Driver] Ignore -G option in both new and old ELF linker
This is optimization option that make sense for MIPS targets. We can
safely ignore it now.

llvm-svn: 251519
2015-10-28 14:50:58 +00:00
..
CMakeLists.txt ELF: Add AMDGPU ReaderWriter 2015-08-27 15:55:44 +00:00
CoreDriver.cpp Update lld to match llvm r250901. OptTable constructor now takes an ArrayRef. NFC 2015-10-21 16:31:56 +00:00
CoreOptions.td
DarwinLdDriver.cpp [lld][Darwin] Add support for the -sectcreate option. 2015-10-24 08:20:51 +00:00
DarwinLdOptions.td [lld][Darwin] Add support for the -sectcreate option. 2015-10-24 08:20:51 +00:00
Driver.cpp [LLD] Fix Clang-tidy modernize-use-nullptr warnings; other minor cleanups. 2015-10-02 00:36:00 +00:00
GnuLdDriver.cpp Update lld to match llvm r250901. OptTable constructor now takes an ArrayRef. NFC 2015-10-21 16:31:56 +00:00
GnuLdOptions.td [Driver] Ignore -G option in both new and old ELF linker 2015-10-28 14:50:58 +00:00
TODO.rst [GNU] Remove -x/-X from the list of options to be implemented. 2015-04-29 20:35:58 +00:00
UniversalDriver.cpp Update lld to match llvm r250901. OptTable constructor now takes an ArrayRef. NFC 2015-10-21 16:31:56 +00:00
UniversalDriverOptions.td