diff options
author | Chris Lattner <sabre@nondot.org> | 2004-05-27 05:41:36 +0000 |
---|---|---|
committer | Chris Lattner <sabre@nondot.org> | 2004-05-27 05:41:36 +0000 |
commit | 278f5152d350613d74f7e8703d1c123d27041b05 (patch) | |
tree | c088232b5a07d56f53a50c8b2741f44613ae09f6 /llvm/tools/gccld/gccld.cpp | |
parent | 84647525f691db6a67bf66840db2af1d5bff17c2 (diff) | |
download | bcm5719-llvm-278f5152d350613d74f7e8703d1c123d27041b05.tar.gz bcm5719-llvm-278f5152d350613d74f7e8703d1c123d27041b05.zip |
Header file moved
llvm-svn: 13813
Diffstat (limited to 'llvm/tools/gccld/gccld.cpp')
-rw-r--r-- | llvm/tools/gccld/gccld.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
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> |