Skip to content

Commit

Permalink
Added llvm version to Makefile info
Browse files Browse the repository at this point in the history
  • Loading branch information
ptitSeb committed Sep 24, 2021
1 parent c07e6ce commit b3986f0
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -236,6 +236,7 @@ ifeq ($(ENABLE_LLVM), 1)
compilers_engines += llvm-universal
compilers_engines += llvm-dylib
else ifeq ($(IS_AARCH64), 1)
compilers_engines += llvm-universal
compilers_engines += llvm-dylib
endif
endif
Expand Down Expand Up @@ -328,6 +329,9 @@ $(info Cargo features:)
$(info   * Compilers: `$(bold)$(green)${compiler_features}$(reset)`.)
$(info Rust version: $(bold)$(green)$(shell rustc --version)$(reset).)
$(info NodeJS version: $(bold)$(green)$(shell node --version)$(reset).)
ifeq ($(ENABLE_LLVM), 1)
$(info LLVM version: $(bold)$(green)$(shell llvm-config --version)$(reset).)
endif
$(info )
$(info )
$(info --------------)
Expand Down

0 comments on commit b3986f0

Please sign in to comment.