diff options
| author | Luc Van Oostenryck <lucvoo@kernel.org> | 2024-01-29 18:14:05 +0100 |
|---|---|---|
| committer | Luc Van Oostenryck <lucvoo@kernel.org> | 2024-01-29 18:14:05 +0100 |
| commit | 09411a7a5127516a0741eb1bd8762642fa9197ce (patch) | |
| tree | 8fc2899819befdac25a55e50b2ecda6dcaf6009b /Makefile | |
| parent | c991e5c68b48158410ebda9cd0ae0fde065faec7 (diff) | |
| parent | 2925599897b1459fa46ed95c5e4cceebc91e824a (diff) | |
| download | sparse-dev-09411a7a5127516a0741eb1bd8762642fa9197ce.tar.gz | |
Merge branch 'llvm-next'
* llvm: avoid trivial recursion in symbol_type()
* llvm: enable LLVM on arm64
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -200,7 +200,7 @@ arch := $(shell uname -m) ifeq (${MULTIARCH_TRIPLET},x86_64-linux-gnux32) arch := x32 endif -ifneq ($(filter ${arch},i386 i486 i586 i686 x86_64 amd64),) +ifneq ($(filter ${arch},i386 i486 i586 i686 x86_64 amd64 aarch64 arm64),) LLVM_VERSION:=$(shell $(LLVM_CONFIG) --version) LLVM_VERSION_MAJOR:=$(firstword $(subst ., ,$(LLVM_VERSION))) ifeq ($(shell expr "$(LLVM_VERSION_MAJOR)" '>=' 3),1) |
