blob: 5f7f4e6f55544ddc74985683d6112d33d8f2e2bf [file] [log] [blame]
Michael J. Spencer9ff4be22012-12-08 00:47:36 +00001//===- lib/Driver/Driver.cpp - Linker Driver Emulator ---------------------===//
2//
3// The LLVM Linker
4//
5// This file is distributed under the University of Illinois Open Source
6// License. See LICENSE.TXT for details.
7//
8//===----------------------------------------------------------------------===//
9
10#include "lld/Driver/Driver.h"
11
12using namespace lld;
13
14Driver::~Driver() {}