mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2025-02-04 03:06:28 +00:00
de53f4ce11
llvm-svn: 50722
27 lines
724 B
C++
27 lines
724 B
C++
//===--- Tools.cpp - The LLVM Compiler Driver -------------------*- C++ -*-===//
|
|
//
|
|
// The LLVM Compiler Infrastructure
|
|
//
|
|
// This file is distributed under the University of Illinois Open
|
|
// Source License. See LICENSE.TXT for details.
|
|
//
|
|
//===----------------------------------------------------------------------===//
|
|
//
|
|
// Auto-generated tool descriptions - implementation.
|
|
//
|
|
//===----------------------------------------------------------------------===//
|
|
|
|
#include "AutoGenerated.h"
|
|
#include "CompilationGraph.h"
|
|
#include "Tool.h"
|
|
|
|
#include "llvm/Support/CommandLine.h"
|
|
|
|
#include <stdexcept>
|
|
|
|
using namespace llvm;
|
|
using namespace llvmcc;
|
|
|
|
// The auto-generated file
|
|
#include "AutoGenerated.inc"
|