/*===---- feature_availability.h - Feature Availability --------------------=== * * 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 __FEATURE_AVAILABILITY_H #define __FEATURE_AVAILABILITY_H // feature-availability.h is deprecated - use availability_domain.h instead. #include #endif /* __FEATURE_AVAILABILITY_H */