fix compilation errors when it can't find correct library dirs
authorLu Guanqun <guanqun.lu@intel.com>
Wed, 19 Dec 2012 03:31:42 +0000 (11:31 +0800)
committerZhigang Gong <zhigang.gong@linux.intel.com>
Wed, 10 Apr 2013 06:51:29 +0000 (14:51 +0800)
commit4ad7cad1a56463913c1763ae0ffa90df8b3d1d83
tree043709a0971688c51b2fbe4f162e3b3b3d40c06d
parente2f07c15572653e7b403aed4ae5ba8daa617fc21
fix compilation errors when it can't find correct library dirs

The reason is that we specify `LLVM_LIBRARY_DIRS` in
`backend/src/CMakeLists.txt`, while in `FindLLVM.cmake`, we name it wrong.
CMake/FindLLVM.cmake