Skip to content

Commit

Permalink
Makefile.posix: Add comment about libLLVM
Browse files Browse the repository at this point in the history
  • Loading branch information
taahol committed Feb 19, 2024
1 parent 15630e3 commit a6ddebd
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Makefile.posix
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
# Linux has llvm-config-xx in PATH, where xx is version number
# On macos, brew installs LLVM to a weird place in /usr/local/
# On NetBSD, use llvm-config from libLLVM (package from pkgsrc)
LLVM_CONFIG ?= $(shell \
which llvm-config-14 \
|| which /usr/local/opt/llvm@14/bin/llvm-config \
Expand Down

0 comments on commit a6ddebd

Please sign in to comment.