1#===-- include/flang/Config/config.h.cmake ---------------------------------===# 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 generated file is for internal use. Do not include it from headers. */ 10 11#ifdef FLANG_CONFIG_H 12#error config.h can only be included once 13#else 14#define FLANG_CONFIG_H 15 16 17#define FLANG_VERSION "${FLANG_VERSION}" 18 19#endif 20 21 22