mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2025-02-01 05:01:59 +01:00
include/llvm/Config/config.h.cmake: Unbreak CMake build to tweak LLVM_HAS_ATOMICS.
llvm-svn: 140135
This commit is contained in:
parent
53aeb9f663
commit
bfa21dba17
@ -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…
x
Reference in New Issue
Block a user