Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -127,6 +127,9 @@
* in non assert builds */
#define LLVM_UNREACHABLE_OPTIMIZE 1

/* Define if building LLVM with LLVM_ENABLE_IO_SANDBOX */
/* LLVM_ENABLE_IO_SANDBOX */

/* Define to 1 if you have the DIA SDK installed, and to 0 if you don't. */
#define LLVM_ENABLE_DIA_SDK 0

Expand Down
3 changes: 3 additions & 0 deletions utils/bazel/llvm_configs/llvm-config.h.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -126,6 +126,9 @@
* in non assert builds */
#cmakedefine01 LLVM_UNREACHABLE_OPTIMIZE

/* Define if building LLVM with LLVM_ENABLE_IO_SANDBOX */
#cmakedefine01 LLVM_ENABLE_IO_SANDBOX

/* Define to 1 if you have the DIA SDK installed, and to 0 if you don't. */
#cmakedefine01 LLVM_ENABLE_DIA_SDK

Expand Down
Loading