Brew install julia linker command failed

brew install --HEAD julia

generates an error as follows

Downloading https://gist.githubusercontent.com/timxzl/c6f474fa387382267723/raw/2ecb0270d83f0a167358ff2a396cd6004e1b02a
######################################################################## 100.0%
==> Downloading https://gist.githubusercontent.com/staticfloat/cfad1fe4f69e88ec5731e5f3fd91b946/raw/22a164a7cf7c7cf2a64a08
######################################################################## 100.0%
==> Patching
==> Applying Makefile.diff
patching file Makefile
patch unexpectedly ends in middle of line
Hunk #1 succeeded at 286 with fuzz 1 (offset 14 lines).
==> Applying suitesparse.mk.diff
patching file deps/suitesparse.mk
Hunk #1 succeeded at 101 (offset 10 lines).
==> make -C contrib -f repackage_system_suitesparse4.make prefix=/usr/local/Cellar/julia/HEAD-8e52f59 USE_BLAS64=0 TAGGED_
==> make prefix=/usr/local/Cellar/julia/HEAD-8e52f59 USE_BLAS64=0 TAGGED_RELEASE_BANNER=“homebrew-julia release” FC=/usr/l
Last 15 lines from /Users/studio/Library/Logs/Homebrew/julia/02.make:
CC src/timing.o
CC src/subtype.o
CC src/codegen.o
CC src/jitlayers.o
CC src/disasm.o
CC src/debuginfo.o
CC src/llvm-simdloop.o
CC src/llvm-ptls.o
CC src/llvm-gcroot.o
CC src/cgmemmgr.o
LINK usr/lib/libjulia.0.6.0.dylib
ld: library not found for -lLLVM
clang: error: linker command failed with exit code 1 (use -v to see invocation)
make[1]: *** [/private/tmp/julia-20170202-45572-l2v6y4/usr/lib/libjulia.0.6.0.dylib] Error 1
make: *** [julia-src-release] Error 2

https://github.com/staticfloat/homebrew-julia/issues/232

In the meantime you can try building Julia not via Homebrew.

snap >> I posted that in issue queue on homebrew-julia
and
Ive also issues on buidling against source

any other insights
tks
M