mirror of https://github.com/Cisco-Talos/clamav
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.
![]() |
15 years ago | |
---|---|---|
.. | ||
autoconf | 15 years ago | |
cmake | 16 years ago | |
docs | 15 years ago | |
include | 15 years ago | |
lib | 15 years ago | |
test | 15 years ago | |
tools | 15 years ago | |
unittests | 15 years ago | |
utils | 15 years ago | |
CMakeLists.txt | 15 years ago | |
CREDITS.TXT | 15 years ago | |
LICENSE.TXT | 16 years ago | |
Makefile | 15 years ago | |
Makefile.common | 16 years ago | |
Makefile.config.in | 15 years ago | |
Makefile.rules | 15 years ago | |
ModuleInfo.txt | 16 years ago | |
README.txt | 15 years ago | |
build-for-llvm-top.sh | 16 years ago | |
configure | 15 years ago | |
llvm.spec.in | 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.