File tree Expand file tree Collapse file tree 3 files changed +7
-7
lines changed Expand file tree Collapse file tree 3 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 17
17
#include " clang/Driver/Driver.h"
18
18
#include " llvm/ADT/STLExtras.h"
19
19
#include " llvm/ADT/SmallString.h"
20
- #include " llvm/Config/config.h"
20
+ #include " llvm/Config/llvm- config.h"
21
21
#include " llvm/Support/FileSystem.h"
22
22
#include " llvm/Support/MD5.h"
23
23
#include " llvm/Support/Path.h"
Original file line number Diff line number Diff line change 50
50
don't. */
51
51
#cmakedefine01 HAVE_DECL_STRERROR_S
52
52
53
- /* Define to 1 if you have the <dlfcn.h> header file. */
54
- #cmakedefine HAVE_DLFCN_H ${HAVE_DLFCN_H}
55
-
56
53
/* Define if dlopen() is available on this platform. */
57
54
#cmakedefine HAVE_DLOPEN ${HAVE_DLOPEN}
58
55
59
- /* Define if dladdr() is available on this platform. */
60
- #cmakedefine HAVE_DLADDR ${HAVE_DLADDR}
61
-
62
56
/* Define to 1 if we can register EH frames on this platform. */
63
57
#cmakedefine HAVE_REGISTER_FRAME ${HAVE_REGISTER_FRAME}
64
58
Original file line number Diff line number Diff line change 198
198
/* Define if plugins enabled */
199
199
#cmakedefine LLVM_ENABLE_PLUGINS
200
200
201
+ /* Define to 1 if you have the <dlfcn.h> header file. */
202
+ #cmakedefine HAVE_DLFCN_H ${HAVE_DLFCN_H}
203
+
204
+ /* Define if dladdr() is available on this platform. */
205
+ #cmakedefine HAVE_DLADDR ${HAVE_DLADDR}
206
+
201
207
#endif
You can’t perform that action at this time.
0 commit comments