mirror of
https://github.com/c3lang/c3c.git
synced 2026-02-27 12:01:16 +00:00
Assume XTensa in 21+ instead.
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user