diff options
author | Martin Storsjo <martin@martin.st> | 2017-11-15 08:18:28 +0000 |
---|---|---|
committer | Martin Storsjo <martin@martin.st> | 2017-11-15 08:18:28 +0000 |
commit | a4eaf16d940eeb446597cd8ca22a18552f896c0a (patch) | |
tree | a1ddb6900e6dbc60a9eeb8e407604ab31ada9234 /clang/lib/Sema/CodeCompleteConsumer.cpp | |
parent | 61716878aec0dd615ce88f2f8283292abd01e133 (diff) | |
download | bcm5719-llvm-a4eaf16d940eeb446597cd8ca22a18552f896c0a.tar.gz bcm5719-llvm-a4eaf16d940eeb446597cd8ca22a18552f896c0a.zip |
[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
Diffstat (limited to 'clang/lib/Sema/CodeCompleteConsumer.cpp')
0 files changed, 0 insertions, 0 deletions