1/*===-- include-all.c - tool for testing libLLVM and llvm-c API -----------===*\
2|* *|
3|* Part of the LLVM Project, under the Apache License v2.0 with LLVM *|
4|* Exceptions. *|
5|* See https://llvm.org/LICENSE.txt for license information. *|
6|* SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception *|
7|* *|
8|*===----------------------------------------------------------------------===*|
9|* *|
10|* This file doesn't have any actual code. It just make sure that all *|
11|* the llvm-c include files are good and doesn't generate any warnings *|
12|* *|
13\*===----------------------------------------------------------------------===*/
14
15// FIXME: Autogenerate this list
16
17#include "llvm-c/Analysis.h"
18#include "llvm-c/BitReader.h"
19#include "llvm-c/BitWriter.h"
20#include "llvm-c/Comdat.h"
21#include "llvm-c/Core.h"
22#include "llvm-c/DataTypes.h"
23#include "llvm-c/DebugInfo.h"
24#include "llvm-c/Disassembler.h"
25#include "llvm-c/DisassemblerTypes.h"
26#include "llvm-c/Error.h"
27#include "llvm-c/ErrorHandling.h"
28#include "llvm-c/ExecutionEngine.h"
29#include "llvm-c/IRReader.h"
30#include "llvm-c/Linker.h"
31#include "llvm-c/Object.h"
32#include "llvm-c/Orc.h"
33#include "llvm-c/Remarks.h"
34#include "llvm-c/Support.h"
35#include "llvm-c/Target.h"
36#include "llvm-c/TargetMachine.h"
37#include "llvm-c/Transforms/PassBuilder.h"
38#include "llvm-c/Types.h"
39#include "llvm-c/lto.h"
40

source code of llvm/tools/llvm-c-test/include-all.c