win下增加llvm编译器识别

This commit is contained in:
hyzboy 2019-11-12 10:35:21 +08:00
parent 64dfbbcf7b
commit 4ccffdbd9c

View File

@ -215,6 +215,8 @@
#if HGL_COMPILER == HGL_COMPILER_Microsoft
#include<hgl/platform/compiler/Microsoft.h>
#elif HGL_COMPILER == HGL_COMPILER_LLVM
#include<hgl/platform/compiler/LLVM.h>
#elif HGL_COMPILER == HGL_COMPILER_Intel
#include<hgl/platform/compiler/Intel.h>
#elif HGL_COMPILER == HGL_COMPILER_IBM