mirror of
https://github.com/llvm/llvm-project.git
synced 2025-04-25 00:46:05 +00:00
[flang] Add missing include config file skeleton
Original-commit: flang-compiler/f18@beb71e4e4b Reviewed-on: https://github.com/flang-compiler/f18/pull/13
This commit is contained in:
parent
8f6f23fc54
commit
78f3c745ea
13
flang/include/flang/Config/config.h.cmake
Normal file
13
flang/include/flang/Config/config.h.cmake
Normal file
@ -0,0 +1,13 @@
|
||||
/* This generated file is for internal use. Do not include it from headers. */
|
||||
|
||||
#ifdef FLANG_CONFIG_H
|
||||
#error config.h can only be included once
|
||||
#else
|
||||
#define FLANG_CONFIG_H
|
||||
|
||||
|
||||
#define FLANG_VERSION "${FLANG_VERSION}"
|
||||
|
||||
#endif
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user