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/llvm- config.h"
20
+ #include " llvm/Config/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
+
53
56
/* Define if dlopen () is available on this platform. */
54
57
#cmakedefine HAVE_DLOPEN ${HAVE_DLOPEN}
55
58
59
+ /* Define if dladdr () is available on this platform. */
60
+ #cmakedefine HAVE_DLADDR ${HAVE_DLADDR}
61
+
56
62
/* Define to 1 if we can register EH frames on this platform. */
57
63
#cmakedefine HAVE_REGISTER_FRAME ${HAVE_REGISTER_FRAME}
58
64
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
-
207
201
#endif
You can’t perform that action at this time.
0 commit comments