Commit Briefs
cmake: fix building on i386 (ligurio/gh-83-fix-i386-build, origin/ligurio/gh-83-fix-i386-build)
cmake: raise an error if the library was not found (origin/master)
The package with Clang runtime libraries may be missing on the host, in that case the CMake function `SetClangLibPath()` will return the library name even though it's not missing. The patch raises an error if the path returned by the compiler doesn't exist.
