| Michael J. Spencer | 9ff4be2 | 2012-12-08 00:47:36 +0000 | [diff] [blame^] | 1 | //===- 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 | |||||
| 12 | using namespace lld; | ||||
| 13 | |||||
| 14 | Driver::~Driver() {} | ||||