Add new llvm.mk to more easily depend on one of the two-hundred available llvm ports.
Supported args:
Version:
- <none> -> ${LLVM_DEFAULT}
- [0-9]+ -> ${ver$
- min=[0-9]+: -> the maximum of ${LLVM_DFEAULT} and ${min}
- max=[0-9]+: -> the minimum of ${LLVM_DEFAULT} and ${max}
Modes:
- build: -> add build depend (default, if none given)
- run: -> add run depend