Skip to content

Commit

Permalink
Assume XTensa in 21+ instead.
Browse files Browse the repository at this point in the history
  • Loading branch information
lerno committed Oct 1, 2024
1 parent 44fcba2 commit 46ae435
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/compiler/target.c
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 46ae435

Please sign in to comment.