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 127127 * in non assert builds */
128128#define LLVM_UNREACHABLE_OPTIMIZE 1
129129
130+ /* Define if building LLVM with LLVM_ENABLE_IO_SANDBOX */
131+ /* LLVM_ENABLE_IO_SANDBOX */
132+
130133/* Define to 1 if you have the DIA SDK installed, and to 0 if you don't. */
131134#define LLVM_ENABLE_DIA_SDK 0
132135
Original file line number Diff line number Diff line change 126126 * in non assert builds */
127127#cmakedefine01 LLVM_UNREACHABLE_OPTIMIZE
128128
129+ /* Define if building LLVM with LLVM_ENABLE_IO_SANDBOX */
130+ #cmakedefine01 LLVM_ENABLE_IO_SANDBOX
131+
129132/* Define to 1 if you have the DIA SDK installed, and to 0 if you don't. */
130133#cmakedefine01 LLVM_ENABLE_DIA_SDK
131134
You can’t perform that action at this time.
0 commit comments