forked from OSchip/llvm-project
Update llvm-config.h.cmake for LLVM_UNREACHABLE_OPTIMIZE
This commit is contained in:
parent
b75d2ec124
commit
6f958b6ff5
|
@ -117,4 +117,11 @@
|
|||
/* Define if building LLVM with BUILD_SHARED_LIBS */
|
||||
/* #undef LLVM_BUILD_SHARED_LIBS */
|
||||
|
||||
/* Define if building LLVM with LLVM_FORCE_USE_OLD_TOOLCHAIN_LIBS */
|
||||
#cmakedefine LLVM_FORCE_USE_OLD_TOOLCHAIN ${LLVM_FORCE_USE_OLD_TOOLCHAIN}
|
||||
|
||||
/* Define if llvm_unreachable should be optimized with undefined behavior
|
||||
* in non assert builds */
|
||||
/* #undef LLVM_UNREACHABLE_OPTIMIZE */
|
||||
|
||||
#endif
|
||||
|
|
|
@ -112,4 +112,8 @@
|
|||
/* Define if building LLVM with LLVM_FORCE_USE_OLD_TOOLCHAIN_LIBS */
|
||||
#cmakedefine LLVM_FORCE_USE_OLD_TOOLCHAIN ${LLVM_FORCE_USE_OLD_TOOLCHAIN}
|
||||
|
||||
/* Define if llvm_unreachable should be optimized with undefined behavior
|
||||
* in non assert builds */
|
||||
#cmakedefine01 LLVM_UNREACHABLE_OPTIMIZE
|
||||
|
||||
#endif
|
||||
|
|
Loading…
Reference in New Issue