loarabia / Clang-tutorial

A collection of code samples showing usage of clang and llvm as a library
Other
754 stars 122 forks source link

makefile adjustments for non standard LLVM path #20

Closed lucamot closed 11 years ago

lucamot commented 11 years ago

I modified makefile to handle situations where LLVM is not installed system wide (e.g. only compiled from source). The changes are only inside makefile, and includes a line that is not so general (line 4 of makefile) that specifies my location of llvm-config. When merging, this line can be left as is in the original sources, since it must be changed with real llvm-config path