diff options
author | Michael J. Spencer <bigcheesegs@gmail.com> | 2010-11-29 18:16:10 +0000 |
---|---|---|
committer | Michael J. Spencer <bigcheesegs@gmail.com> | 2010-11-29 18:16:10 +0000 |
commit | 447762da858c1705c5fce5288f874797dc4b1135 (patch) | |
tree | aa93dd9d52efdac9dc7f9560dc3054ef82375fbc /llvm/tools/llvm-ar | |
parent | 8aaf49959c209561a223ecf869af096730412389 (diff) | |
download | bcm5719-llvm-447762da858c1705c5fce5288f874797dc4b1135.tar.gz bcm5719-llvm-447762da858c1705c5fce5288f874797dc4b1135.zip |
Merge System into Support.
llvm-svn: 120298
Diffstat (limited to 'llvm/tools/llvm-ar')
-rw-r--r-- | llvm/tools/llvm-ar/llvm-ar.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/tools/llvm-ar/llvm-ar.cpp b/llvm/tools/llvm-ar/llvm-ar.cpp index 021a3691e85..d6306d51eb1 100644 --- a/llvm/tools/llvm-ar/llvm-ar.cpp +++ b/llvm/tools/llvm-ar/llvm-ar.cpp @@ -19,7 +19,7 @@ #include "llvm/Support/ManagedStatic.h" #include "llvm/Support/PrettyStackTrace.h" #include "llvm/Support/raw_ostream.h" -#include "llvm/System/Signals.h" +#include "llvm/Support/Signals.h" #include <iostream> #include <algorithm> #include <iomanip> |