forked from OSchip/llvm-project
[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
|
@ -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…
Reference in New Issue