parent
e2cfd0d45a
commit
434efb29b5
|
|
@ -121,7 +121,7 @@
|
||||||
// 3.4 supported this but is buggy in various cases and produces unimplemented
|
// 3.4 supported this but is buggy in various cases and produces unimplemented
|
||||||
// errors, just use it in GCC 4.0 and later.
|
// errors, just use it in GCC 4.0 and later.
|
||||||
#if __GNUC__ > 3
|
#if __GNUC__ > 3
|
||||||
#define LLVM_ATTRIBUTE_ALWAYS_INLINE __attribute__((always_inline))
|
#define LLVM_ATTRIBUTE_ALWAYS_INLINE inline __attribute__((always_inline))
|
||||||
#elif defined(_MSC_VER)
|
#elif defined(_MSC_VER)
|
||||||
#define LLVM_ATTRIBUTE_ALWAYS_INLINE __forceinline
|
#define LLVM_ATTRIBUTE_ALWAYS_INLINE __forceinline
|
||||||
#else
|
#else
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue