From 46ae4353e040cb6150f3f140026baf966fa437f9 Mon Sep 17 00:00:00 2001 From: Christoffer Lerno Date: Tue, 1 Oct 2024 16:06:23 +0200 Subject: [PATCH] Assume XTensa in 21+ instead. --- src/compiler/target.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/compiler/target.c b/src/compiler/target.c index d73a7304c..3fcb48909 100644 --- a/src/compiler/target.c +++ b/src/compiler/target.c @@ -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