commit | bed85ff010b95923646ed4e187a5d432cedf67da | [log] [tgz] |
---|---|---|
author | Chris Lattner <sabre@nondot.org> | Thu May 27 05:41:36 2004 +0000 |
committer | Chris Lattner <sabre@nondot.org> | Thu May 27 05:41:36 2004 +0000 |
tree | e2ad63c249bf1b7add0a6effaf51c0b3be10f3cd | |
parent | 6f9e6074a9dfafce9111733f90bc7c8d0ac5e6cc [diff] [blame] |
Header file moved git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@13813 91177308-0d34-0410-b5e6-96231b3b80d8
diff --git a/lib/Linker/LinkArchives.cpp b/lib/Linker/LinkArchives.cpp index 5bd7dbd..4f322d9 100644 --- a/lib/Linker/LinkArchives.cpp +++ b/lib/Linker/LinkArchives.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>