LLVM API Documentation

Main Page | Namespace List | Class Hierarchy | Alphabetical List | Class List | Directories | File List | Namespace Members | Class Members | File Members | Related Pages

ToolRunner.cpp File Reference

#include "llvm/Support/ToolRunner.h"
#include "llvm/Config/config.h"
#include "llvm/Support/Debug.h"
#include "llvm/Support/FileUtilities.h"
#include <fstream>
#include <sstream>

Include dependency graph for ToolRunner.cpp:

Go to the source code of this file.

Defines

#define DEBUG_TYPE   "toolrunner"

Functions

static void ProcessFailure (std::string ProgPath, const char **Args)


Define Documentation

#define DEBUG_TYPE   "toolrunner"
 

Definition at line 14 of file ToolRunner.cpp.


Function Documentation

static void ProcessFailure std::string  ProgPath,
const char **  Args
[static]
 

Definition at line 25 of file ToolRunner.cpp.

References llvm::getUniqueFilename(), llvm::removeFile(), and llvm::RunProgramWithTimeout().

Referenced by llvm::GCC::ExecuteProgram(), llvm::GCC::MakeSharedObject(), llvm::LLC::OutputAsm(), and llvm::CBE::OutputC().