| commit | 551dfd8818ed9dfe737df82e98c5fd1f1af54e76 | [log] [tgz] |
|---|---|---|
| author | Rafael Espindola <rafael.espindola@gmail.com> | Fri Sep 25 19:24:57 2015 +0000 |
| committer | Rafael Espindola <rafael.espindola@gmail.com> | Fri Sep 25 19:24:57 2015 +0000 |
| tree | c5aa45f7e3ffe7aa046efacf64e649c6d296f167 | |
| parent | 0e604f913ada479925e4f6106867b3c5d3646e32 [diff] [blame] |
Implement --noinhibit-exec. Patch by George Rimar! llvm-svn: 248605
diff --git a/lld/ELF/InputSection.cpp b/lld/ELF/InputSection.cpp index 237ca59..4ad9bfc 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"