Merge pull request #97727 from SlugFiller/llvm-computed-goto

Enable use of Labels as Values feature in Clang when not wrapped by GCC
This commit is contained in:
Rémi Verschelde 2024-10-02 23:56:48 +02:00
commit 903c3bc154
No known key found for this signature in database
GPG Key ID: C3336907360768E1

View File

@ -227,7 +227,7 @@ void (*type_init_function_table[])(Variant *) = {
&VariantInitializer<PackedVector4Array>::init, // PACKED_VECTOR4_ARRAY.
};
#if defined(__GNUC__)
#if defined(__GNUC__) || defined(__clang__)
#define OPCODES_TABLE \
static const void *switch_table_ops[] = { \
&&OPCODE_OPERATOR, \