From 551dfd8818ed9dfe737df82e98c5fd1f1af54e76 Mon Sep 17 00:00:00 2001 From: Rafael Espindola Date: Fri, 25 Sep 2015 19:24:57 +0000 Subject: Implement --noinhibit-exec. Patch by George Rimar! llvm-svn: 248605 --- lld/ELF/InputSection.cpp | 1 + 1 file changed, 1 insertion(+) (limited to 'lld/ELF/InputSection.cpp') 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" -- cgit v1.2.3