Assume XTensa in 21+ instead.

This commit is contained in:
Christoffer Lerno
2024-10-01 16:06:23 +02:00
parent 44fcba2e3a
commit 46ae4353e0

View File

@@ -1785,7 +1785,7 @@ INLINE const char *llvm_macos_target_triple(const char *triple)
LLVMInitialize ## X ## TargetMC(); \
} while(0)
#if LLVM_VERSION_MAJOR > 19
#if LLVM_VERSION_MAJOR > 20
#define XTENSA_AVAILABLE 1
#else
#define XTENSA_AVAILABLE 0