mirror of
https://github.com/intel/llvm.git
synced 2025-12-19 10:12:06 +08:00
[libc] Fix ifdef in compiler.h. (#172324)
This commit is contained in:
@@ -38,7 +38,7 @@
|
||||
#define LIBC_COMPILER_IS_MSVC
|
||||
// https://learn.microsoft.com/en-us/cpp/preprocessor/predefined-macros
|
||||
#define LIBC_COMPILER_MSVC_VER (_MSC_VER)
|
||||
#ifdef(_M_X64)
|
||||
#ifdef _M_X64
|
||||
#define LIBC_COMPILER_IS_MSVC_X64
|
||||
#else
|
||||
#define LIBC_COMPILER_IS_MSVC_X86
|
||||
|
||||
Reference in New Issue
Block a user