diff options
author | Sylvestre Ledru <sylvestre@debian.org> | 2017-07-18 06:54:54 +0000 |
---|---|---|
committer | Sylvestre Ledru <sylvestre@debian.org> | 2017-07-18 06:54:54 +0000 |
commit | b78f3b89e171d276d0e05731efdde152585fc240 (patch) | |
tree | b164f414cbd92eb25bf546388364794920319dc1 /clang/lib/FrontendTool/ExecuteCompilerInvocation.cpp | |
parent | f54a500101c5589a3e6c77cdc06772c8d0754671 (diff) | |
download | llvm-b78f3b89e171d276d0e05731efdde152585fc240.zip llvm-b78f3b89e171d276d0e05731efdde152585fc240.tar.gz llvm-b78f3b89e171d276d0e05731efdde152585fc240.tar.bz2 |
Also add the option -no-pie (like -nopie)
Summary:
For example, this option is expected by ghc (haskell compiler). Currently, building with ghc will fail with:
```
clang: error: unknown argument: '-no-pie'
`gcc' failed in phase `Linker'. (Exit code: 1)
. /usr/share/haskell-devscripts/Dh_Haskell.sh && \
configure_recipe
```
This won't do anything (but won't fail with an error)
Reviewers: rafael, joerg
Reviewed By: joerg
Subscribers: joerg, cfe-commits
Differential Revision: https://reviews.llvm.org/D35462
llvm-svn: 308268
Diffstat (limited to 'clang/lib/FrontendTool/ExecuteCompilerInvocation.cpp')
0 files changed, 0 insertions, 0 deletions