win下增加llvm编译器识别
This commit is contained in:
parent
64dfbbcf7b
commit
4ccffdbd9c
@ -215,6 +215,8 @@
|
|||||||
|
|
||||||
#if HGL_COMPILER == HGL_COMPILER_Microsoft
|
#if HGL_COMPILER == HGL_COMPILER_Microsoft
|
||||||
#include<hgl/platform/compiler/Microsoft.h>
|
#include<hgl/platform/compiler/Microsoft.h>
|
||||||
|
#elif HGL_COMPILER == HGL_COMPILER_LLVM
|
||||||
|
#include<hgl/platform/compiler/LLVM.h>
|
||||||
#elif HGL_COMPILER == HGL_COMPILER_Intel
|
#elif HGL_COMPILER == HGL_COMPILER_Intel
|
||||||
#include<hgl/platform/compiler/Intel.h>
|
#include<hgl/platform/compiler/Intel.h>
|
||||||
#elif HGL_COMPILER == HGL_COMPILER_IBM
|
#elif HGL_COMPILER == HGL_COMPILER_IBM
|
||||||
|
Loading…
x
Reference in New Issue
Block a user