diff options
| author | Andrew Kelley <andrew@ziglang.org> | 2020-01-16 13:09:45 -0500 |
|---|---|---|
| committer | Andrew Kelley <andrew@ziglang.org> | 2020-01-16 13:09:45 -0500 |
| commit | ba4cc03b4f0d71ac3e0147aa3dde449299ce8cd5 (patch) | |
| tree | 88e0c274db5c1c943944c565833bea103692a556 /deps/lld/lib/Core/Writer.cpp | |
| parent | fbe6af81fdb1b964bb0c28f51de2458800b8274c (diff) | |
| download | zig-ba4cc03b4f0d71ac3e0147aa3dde449299ce8cd5.tar.gz zig-ba4cc03b4f0d71ac3e0147aa3dde449299ce8cd5.zip | |
remove embedded LLD
we no longer have any patches against upstream LLD
Diffstat (limited to 'deps/lld/lib/Core/Writer.cpp')
| -rw-r--r-- | deps/lld/lib/Core/Writer.cpp | 17 |
1 files changed, 0 insertions, 17 deletions
diff --git a/deps/lld/lib/Core/Writer.cpp b/deps/lld/lib/Core/Writer.cpp deleted file mode 100644 index 12788b187e..0000000000 --- a/deps/lld/lib/Core/Writer.cpp +++ /dev/null @@ -1,17 +0,0 @@ -//===- lib/Core/Writer.cpp ------------------------------------------------===// -// -// Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions. -// See https://llvm.org/LICENSE.txt for license information. -// SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception -// -//===----------------------------------------------------------------------===// - -#include "lld/Core/Writer.h" - -namespace lld { - -Writer::Writer() = default; - -Writer::~Writer() = default; - -} // end namespace lld |
