forked from OSchip/llvm-project
include/llvm/Config/config.h.cmake: Unbreak CMake build to tweak LLVM_HAS_ATOMICS.
llvm-svn: 140135
This commit is contained in:
parent
8586e62d91
commit
3b2b3be960
|
@ -567,7 +567,7 @@
|
|||
#cmakedefine LLVM_MANDIR "${LLVM_MANDIR}"
|
||||
|
||||
/* Has gcc/MSVC atomic intrinsics */
|
||||
#define LLVM_HAS_ATOMICS ${LLVM_HAS_ATOMICS}
|
||||
#cmakedefine01 LLVM_HAS_ATOMICS
|
||||
|
||||
/* LLVM architecture name for the native architecture, if available */
|
||||
#cmakedefine LLVM_NATIVE_ARCH ${LLVM_NATIVE_ARCH}
|
||||
|
|
|
@ -47,7 +47,7 @@
|
|||
#cmakedefine LLVM_MANDIR "${LLVM_MANDIR}"
|
||||
|
||||
/* Has gcc/MSVC atomic intrinsics */
|
||||
#define LLVM_HAS_ATOMICS ${LLVM_HAS_ATOMICS}
|
||||
#cmakedefine01 LLVM_HAS_ATOMICS
|
||||
|
||||
/* LLVM architecture name for the native architecture, if available */
|
||||
#cmakedefine LLVM_NATIVE_ARCH ${LLVM_NATIVE_ARCH}
|
||||
|
|
Loading…
Reference in New Issue