diff options
Diffstat (limited to 'llvm/tools/gccld')
-rw-r--r-- | llvm/tools/gccld/Linker.cpp | 2 | ||||
-rw-r--r-- | llvm/tools/gccld/gccld.cpp | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/llvm/tools/gccld/Linker.cpp b/llvm/tools/gccld/Linker.cpp index 5bd7dbd4df0..4f322d956ef 100644 --- a/llvm/tools/gccld/Linker.cpp +++ b/llvm/tools/gccld/Linker.cpp @@ -24,7 +24,7 @@ #include "Config/config.h" #include "Support/CommandLine.h" #include "Support/FileUtilities.h" -#include "Support/Signals.h" +#include "llvm/System/Signals.h" #include "Support/SystemUtils.h" #include <algorithm> #include <fstream> diff --git a/llvm/tools/gccld/gccld.cpp b/llvm/tools/gccld/gccld.cpp index eee34dbe681..dcdda4f2f98 100644 --- a/llvm/tools/gccld/gccld.cpp +++ b/llvm/tools/gccld/gccld.cpp @@ -31,7 +31,7 @@ #include "llvm/Transforms/Utils/Linker.h" #include "Support/CommandLine.h" #include "Support/FileUtilities.h" -#include "Support/Signals.h" +#include "llvm/System/Signals.h" #include "Support/SystemUtils.h" #include <fstream> #include <memory> |