diff options
Diffstat (limited to 'tools/llvm-ar')
-rw-r--r-- | tools/llvm-ar/llvm-ar.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/llvm-ar/llvm-ar.cpp b/tools/llvm-ar/llvm-ar.cpp index 030ffe4..866afa2 100644 --- a/tools/llvm-ar/llvm-ar.cpp +++ b/tools/llvm-ar/llvm-ar.cpp @@ -15,7 +15,7 @@ #include "llvm/Bytecode/Reader.h" #include "Support/CommandLine.h" #include "Support/FileUtilities.h" -#include "Support/Signals.h" +#include "llvm/System/Signals.h" #include <string> #include <fstream> #include <cstdio> |