[bazel] Add missing dependencies for a0ef12c64284abf59bc092b2535cce1247d5f9a4
[llvm-project.git] / clang / lib / Basic / Targets.h
blobe1458384fa1c8b938a296e4af8e2a3cfbc4e3155
1 //===------- Targets.h - Declare target feature support ---------*- C++ -*-===//
2 //
3 // Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
4 // See https://llvm.org/LICENSE.txt for license information.
5 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
6 //
7 //===----------------------------------------------------------------------===//
8 //
9 // This file declares things required for construction of a TargetInfo object
10 // from a target triple. Typically individual targets will need to include from
11 // here in order to get these functions if required.
13 //===----------------------------------------------------------------------===//
15 #ifndef LLVM_CLANG_LIB_BASIC_TARGETS_H
16 #define LLVM_CLANG_LIB_BASIC_TARGETS_H
18 #include "TargetDefines.h"
19 #include "clang/Basic/TargetInfo.h"
21 #endif // LLVM_CLANG_LIB_BASIC_TARGETS_H