File tree Expand file tree Collapse file tree 2 files changed +6
-0
lines changed
llvm-project-overlay/llvm/include/llvm/Config Expand file tree Collapse file tree 2 files changed +6
-0
lines changed Original file line number Diff line number Diff line change 306
306
/* Whether tools show host and target info when invoked with --version */
307
307
#define LLVM_VERSION_PRINTER_SHOW_HOST_TARGET_INFO 1
308
308
309
+ /* Whether tools show optional build config flags when invoked with --version */
310
+ #define LLVM_VERSION_PRINTER_SHOW_BUILD_CONFIG 1
311
+
309
312
/* Define if libxml2 is supported on this platform. */
310
313
/* #undef LLVM_ENABLE_LIBXML2 */
311
314
Original file line number Diff line number Diff line change 290
290
/* Whether tools show host and target info when invoked with --version */
291
291
#cmakedefine01 LLVM_VERSION_PRINTER_SHOW_HOST_TARGET_INFO
292
292
293
+ /* Whether tools show optional build config flags when invoked with --version */
294
+ #cmakedefine01 LLVM_VERSION_PRINTER_SHOW_BUILD_CONFIG
295
+
293
296
/* Define if libxml2 is supported on this platform. */
294
297
#cmakedefine LLVM_ENABLE_LIBXML2 ${LLVM_ENABLE_LIBXML2}
295
298
You can’t perform that action at this time.
0 commit comments