ClamAV is an open source (GPLv2) anti-virus toolkit.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
clamav/libclamav/c++/llvm
Török Edvin ef1cebd211 Fix Solaris/intel build (bb #1878). 15 years ago
..
autoconf Merge LLVM upstream SVN r97877. 15 years ago
cmake Merge LLVM upstream SVN r94539. 16 years ago
docs Update autogenerated files. 15 years ago
include Merge LLVM upstream SVN r97877. 15 years ago
lib Fix Solaris/intel build (bb #1878). 15 years ago
test disable this test, it needs opt. 15 years ago
tools Merge LLVM upstream SVN r97877. 15 years ago
unittests Merge LLVM upstream SVN r97877. 15 years ago
utils Merge LLVM upstream SVN r97877. 15 years ago
CMakeLists.txt Merge LLVM upstream SVN r97877. 15 years ago
CREDITS.TXT Merge LLVM upstream SVN r97877. 15 years ago
LICENSE.TXT Merge LLVM upstream SVN r94539. 16 years ago
Makefile Merge LLVM upstream SVN r97877. 15 years ago
Makefile.common rename libclamav/{llvm->c++} 16 years ago
Makefile.config.in Merge LLVM upstream SVN r97877. 15 years ago
Makefile.rules Merge LLVM upstream SVN r97877. 15 years ago
ModuleInfo.txt rename libclamav/{llvm->c++} 16 years ago
README.txt Merge LLVM upstream SVN r97877. 15 years ago
build-for-llvm-top.sh rename libclamav/{llvm->c++} 16 years ago
configure Merge LLVM upstream SVN r97877. 15 years ago
llvm.spec.in rename libclamav/{llvm->c++} 16 years ago

README.txt

Low Level Virtual Machine (LLVM)
================================

This directory and its subdirectories contain source code for the Low Level
Virtual Machine, a toolkit for the construction of highly optimized compilers,
optimizers, and runtime environments.

LLVM is open source software. You may freely distribute it under the terms of
the license agreement found in LICENSE.txt.

Please see the HTML documentation provided in docs/index.html for further
assistance with LLVM.

If you're writing a package for LLVM, see docs/Packaging.html for our
suggestions.