YouCompleteMe/cpp/llvm/runtime
Strahinja Val Markovic 1f51a89d39 Adding more llvm/clang files
These were ignored by git accidentally. We want ALL OF THEM since they all came
in the llvm/clang source distribution.
2012-07-05 17:55:45 -07:00
..
libprofile Adding more llvm/clang files 2012-07-05 17:55:45 -07:00
CMakeLists.txt Adding llvm and clang in-source 2012-07-05 17:51:06 -07:00
LLVMBuild.txt Adding llvm and clang in-source 2012-07-05 17:51:06 -07:00
Makefile Adding more llvm/clang files 2012-07-05 17:55:45 -07:00
README.txt Adding llvm and clang in-source 2012-07-05 17:51:06 -07:00

This directory contains the various runtime libraries used by components of 
the LLVM compiler.  For example, the automatic pool allocation transformation
inserts calls to an external pool allocator library.  This runtime library is
an example of the type of library that lives in these directories.