mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-08-15 06:29:05 +00:00
Don't universally enable initialiser lists on GCC. Thanks for catching this Chandler
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@194365 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
@@ -405,8 +405,7 @@
|
|||||||
|
|
||||||
/// \brief Does the compiler support generalized initializers (using braced
|
/// \brief Does the compiler support generalized initializers (using braced
|
||||||
/// lists and std::initializer_list).
|
/// lists and std::initializer_list).
|
||||||
#if (__has_feature(cxx_generalized_initializers) \
|
#if __has_feature(cxx_generalized_initializers)
|
||||||
|| defined(__GXX_EXPERIMENTAL_CXX0X__))
|
|
||||||
#define LLVM_HAS_INITIALIZER_LISTS 1
|
#define LLVM_HAS_INITIALIZER_LISTS 1
|
||||||
#else
|
#else
|
||||||
#define LLVM_HAS_INITIALIZER_LISTS 0
|
#define LLVM_HAS_INITIALIZER_LISTS 0
|
||||||
|
Reference in New Issue
Block a user