diff options
author | Dimitry Andric <dim@FreeBSD.org> | 2019-12-20 19:53:05 +0000 |
---|---|---|
committer | Dimitry Andric <dim@FreeBSD.org> | 2019-12-20 19:53:05 +0000 |
commit | 0b57cec536236d46e3dba9bd041533462f33dbb7 (patch) | |
tree | 56229dbdbbf76d18580f72f789003db17246c8d9 /contrib/llvm/lib/Target/ARM/TargetInfo/ARMTargetInfo.h | |
parent | 718ef55ec7785aae63f98f8ca05dc07ed399c16d (diff) |
Move all sources from the llvm project into contrib/llvm-project.
This uses the new layout of the upstream repository, which was recently
migrated to GitHub, and converted into a "monorepo". That is, most of
the earlier separate sub-projects with their own branches and tags were
consolidated into one top-level directory, and are now branched and
tagged together.
Updating the vendor area to match this layout is next.
Notes
Notes:
svn path=/head/; revision=355940
Diffstat (limited to 'contrib/llvm/lib/Target/ARM/TargetInfo/ARMTargetInfo.h')
-rw-r--r-- | contrib/llvm/lib/Target/ARM/TargetInfo/ARMTargetInfo.h | 23 |
1 files changed, 0 insertions, 23 deletions
diff --git a/contrib/llvm/lib/Target/ARM/TargetInfo/ARMTargetInfo.h b/contrib/llvm/lib/Target/ARM/TargetInfo/ARMTargetInfo.h deleted file mode 100644 index c217dd5c4612..000000000000 --- a/contrib/llvm/lib/Target/ARM/TargetInfo/ARMTargetInfo.h +++ /dev/null @@ -1,23 +0,0 @@ -//===-- ARMTargetInfo.h - ARM Target Implementation -------------*- C++ -*-===// -// -// 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 -// -//===----------------------------------------------------------------------===// - -#ifndef LLVM_LIB_TARGET_ARM_TARGETINFO_ARMTARGETINFO_H -#define LLVM_LIB_TARGET_ARM_TARGETINFO_ARMTARGETINFO_H - -namespace llvm { - -class Target; - -Target &getTheARMLETarget(); -Target &getTheARMBETarget(); -Target &getTheThumbLETarget(); -Target &getTheThumbBETarget(); - -} // namespace llvm - -#endif // LLVM_LIB_TARGET_ARM_TARGETINFO_ARMTARGETINFO_H |