diff options
| author | Rafael Espindola <rafael.espindola@gmail.com> | 2015-09-25 19:24:57 +0000 |
|---|---|---|
| committer | Rafael Espindola <rafael.espindola@gmail.com> | 2015-09-25 19:24:57 +0000 |
| commit | 551dfd8818ed9dfe737df82e98c5fd1f1af54e76 (patch) | |
| tree | c5aa45f7e3ffe7aa046efacf64e649c6d296f167 /lld/ELF/InputSection.cpp | |
| parent | 0e604f913ada479925e4f6106867b3c5d3646e32 (diff) | |
| download | bcm5719-llvm-551dfd8818ed9dfe737df82e98c5fd1f1af54e76.tar.gz bcm5719-llvm-551dfd8818ed9dfe737df82e98c5fd1f1af54e76.zip | |
Implement --noinhibit-exec.
Patch by George Rimar!
llvm-svn: 248605
Diffstat (limited to 'lld/ELF/InputSection.cpp')
| -rw-r--r-- | lld/ELF/InputSection.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lld/ELF/InputSection.cpp b/lld/ELF/InputSection.cpp index 237ca59dd82..4ad9bfc3865 100644 --- a/lld/ELF/InputSection.cpp +++ b/lld/ELF/InputSection.cpp @@ -8,6 +8,7 @@ //===----------------------------------------------------------------------===// #include "InputSection.h" +#include "Config.h" #include "Error.h" #include "InputFiles.h" #include "OutputSections.h" |

