#ifndef __PLATFORM_H__ #define __PLATFORM_H__ #define BuildPlatform_NAME "x86_64-apple-darwin" #define HostPlatform_NAME "x86_64-apple-darwin" #define TargetPlatform_NAME "x86_64-apple-darwin" #define x86_64_apple_darwin_BUILD 1 #define x86_64_apple_darwin_HOST 1 #define x86_64_apple_darwin_TARGET 1 #define x86_64_BUILD_ARCH 1 #define x86_64_HOST_ARCH 1 #define x86_64_TARGET_ARCH 1 #define BUILD_ARCH "x86_64" #define HOST_ARCH "x86_64" #define TARGET_ARCH "x86_64" #define LLVM_TARGET "x86_64-apple-darwin" #define darwin_BUILD_OS 1 #define darwin_HOST_OS 1 #define darwin_TARGET_OS 1 #define BUILD_OS "darwin" #define HOST_OS "darwin" #define TARGET_OS "darwin" #define apple_BUILD_VENDOR 1 #define apple_HOST_VENDOR 1 #define apple_TARGET_VENDOR 1 #define BUILD_VENDOR "apple" #define HOST_VENDOR "apple" #define TARGET_VENDOR "apple" #endif /* __PLATFORM_H__ */