llvm: update to 3.0.

This commit is contained in:
Juan RP 2011-12-02 09:49:47 +01:00
parent 3c16cbb069
commit 532f26a7d8
16 changed files with 17 additions and 129 deletions

View file

@ -13,7 +13,6 @@ long_desc="
rest of Clang, the analyzer is implemented as a C++ library that can be used
by other tools and applications."
revision=1
noarch=yes
pycompile_dirs="usr/lib/clang-analyzer"
@ -33,6 +32,4 @@ do_install()
ln -s ../lib/${pkgname}/scan-${f}/scan-${f} \
scan-${f}
done
python -m compileall ${DESTDIR}/usr/lib/clang-analyzer
python -O -m compileall ${DESTDIR}/usr/lib/clang-analyzer
}