hanchenye-llvm-project/lld/MinGW
Martin Storsjo a4eaf16d94 [MinGW] Ignore the --build-id, --pie-executable and --disable-auto-image-base options
LLD already writes a build id if debug info is enabled.

Some projects set --pie-executable to avoid GNU ld bugs about stripping
base relocations from an executable when they actually are used.
Since -fixed:no is the default (and we don't support setting the
-fixed option via the MinGW frontend), we don't need to handle this.

--disable-auto-image-base is ignored just like --enable-auto-image-base
(as we ignore from before).

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

llvm-svn: 318285
2017-11-15 08:18:28 +00:00
..
CMakeLists.txt lld: Reorder libdeps. 2017-10-11 23:18:43 +00:00
Driver.cpp [MinGW] Implement the --[no-]gc-sections and --icf options 2017-11-15 08:18:20 +00:00
Options.td [MinGW] Ignore the --build-id, --pie-executable and --disable-auto-image-base options 2017-11-15 08:18:28 +00:00