xref: /llvm-project/llvm/tools/llvm-shlib/libllvm.cpp (revision 2946cd701067404b99c39fb29dc9c74bd7193eb3)
1adffd014SChris Bieneman //===-libllvm.cpp - LLVM Shared Library -----------------------------------===//
2adffd014SChris Bieneman //
3*2946cd70SChandler Carruth // Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
4*2946cd70SChandler Carruth // See https://llvm.org/LICENSE.txt for license information.
5*2946cd70SChandler Carruth // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
6adffd014SChris Bieneman //
7adffd014SChris Bieneman //===----------------------------------------------------------------------===//
8adffd014SChris Bieneman //
9adffd014SChris Bieneman // This file is empty and serves only the purpose of making CMake happy because
10adffd014SChris Bieneman // you can't define a target with no sources.
11adffd014SChris Bieneman //
12adffd014SChris Bieneman //===----------------------------------------------------------------------===//
13