forked from OSchip/llvm-project
12 lines
255 B
CMake
12 lines
255 B
CMake
|
/* This generated file is for internal use. Do not include it from headers. */
|
||
|
|
||
|
#ifdef CONFIG_H
|
||
|
#error config.h can only be included once
|
||
|
#else
|
||
|
#define CONFIG_H
|
||
|
|
||
|
/* Multilib suffix for libdir. */
|
||
|
#define LLVM_LIBDIR_SUFFIX "${LLVM_LIBDIR_SUFFIX}"
|
||
|
|
||
|
#endif
|