summaryrefslogtreecommitdiffstats
path: root/llvm/tools/gccld/gccld.cpp
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2004-05-27 05:41:36 +0000
committerChris Lattner <sabre@nondot.org>2004-05-27 05:41:36 +0000
commit278f5152d350613d74f7e8703d1c123d27041b05 (patch)
treec088232b5a07d56f53a50c8b2741f44613ae09f6 /llvm/tools/gccld/gccld.cpp
parent84647525f691db6a67bf66840db2af1d5bff17c2 (diff)
downloadbcm5719-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.cpp2
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>
OpenPOWER on IntegriCloud