1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-19 11:02:59 +02:00

ToolRunner.h has been moved from include/Support to include/llvm/Support.

llvm-svn: 8898
This commit is contained in:
Misha Brukman 2003-10-06 18:37:24 +00:00
parent 3ab5f2d5d4
commit a1a55a6071

View File

@ -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