diff options
author | Misha Brukman <brukman+llvm@gmail.com> | 2003-10-06 18:37:24 +0000 |
---|---|---|
committer | Misha Brukman <brukman+llvm@gmail.com> | 2003-10-06 18:37:24 +0000 |
commit | 6873450ed50b37d131f901058688445d0081829c (patch) | |
tree | 6e3b780d7d0c62f04881d08835923767537ef7b3 /tools | |
parent | 29f73611e2a0e3a7f16fa9816e0ae862d47bb6b4 (diff) | |
download | external_llvm-6873450ed50b37d131f901058688445d0081829c.zip external_llvm-6873450ed50b37d131f901058688445d0081829c.tar.gz external_llvm-6873450ed50b37d131f901058688445d0081829c.tar.bz2 |
ToolRunner.h has been moved from include/Support to include/llvm/Support.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@8898 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'tools')
-rw-r--r-- | tools/bugpoint/ToolRunner.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/bugpoint/ToolRunner.cpp b/tools/bugpoint/ToolRunner.cpp index 1ae5260..985c685 100644 --- a/tools/bugpoint/ToolRunner.cpp +++ b/tools/bugpoint/ToolRunner.cpp @@ -1,6 +1,6 @@ +#include "llvm/Support/ToolRunner.h" #include "Support/Debug.h" #include "Support/FileUtilities.h" -#include "Support/ToolRunner.h" //===---------------------------------------------------------------------===// // LLI Implementation of AbstractIntepreter interface |