forked from OSchip/llvm-project
Fix invalid preprocessor directive.
This commit is contained in:
parent
6f958b6ff5
commit
9065dd1439
|
@ -118,7 +118,7 @@
|
||||||
/* #undef LLVM_BUILD_SHARED_LIBS */
|
/* #undef LLVM_BUILD_SHARED_LIBS */
|
||||||
|
|
||||||
/* Define if building LLVM with LLVM_FORCE_USE_OLD_TOOLCHAIN_LIBS */
|
/* Define if building LLVM with LLVM_FORCE_USE_OLD_TOOLCHAIN_LIBS */
|
||||||
#cmakedefine LLVM_FORCE_USE_OLD_TOOLCHAIN ${LLVM_FORCE_USE_OLD_TOOLCHAIN}
|
/* #undef LLVM_FORCE_USE_OLD_TOOLCHAIN ${LLVM_FORCE_USE_OLD_TOOLCHAIN} */
|
||||||
|
|
||||||
/* Define if llvm_unreachable should be optimized with undefined behavior
|
/* Define if llvm_unreachable should be optimized with undefined behavior
|
||||||
* in non assert builds */
|
* in non assert builds */
|
||||||
|
|
Loading…
Reference in New Issue