aboutsummaryrefslogtreecommitdiffstats
path: root/lib/System/CMakeLists.txt
Commit message (Expand)AuthorAgeFilesLines
* This is the first step in adding sane error handling support to LLVMSystem.Michael J. Spencer2010-11-161-0/+3
* Build with RTTI and exceptions disabled. Only in GCC for now.Oscar Fuentes2010-10-171-0/+5
* When building shared libraries, link to required system libraries.Oscar Fuentes2010-10-141-4/+0
* Tell Valgrind when we modify already-executed machine code so it knowsJeffrey Yasskin2010-03-151-0/+1
* Update CMake build.Ted Kremenek2010-03-111-0/+1
* Use CMAKE_DL_LIBS instead of raw library name. Fixes bug 5536.Oscar Fuentes2009-11-191-1/+1
* CMake: make sure that the *.inc files for libSystem show up in the resulting Douglas Gregor2009-07-271-0/+23
* Lexically order files in CMakeLists.txt files.Ted Kremenek2009-07-151-1/+1
* Add a portable strerror*() wrapper, llvm::sys::StrError(). This includes theJeffrey Yasskin2009-07-011-0/+1
* Update cmake build files.Owen Anderson2009-06-251-0/+1
* Update CMake files to account for new location of Threading.cpp.Ted Kremenek2009-06-181-0/+1
* Add RWMutex.cpp to the CMake makefilesDouglas Gregor2009-06-171-0/+1
* Add Atomic.cpp to the CMake build system.Owen Anderson2009-05-211-0/+1
* CMake: when bulding shared libraries on non-WIN32 systems, link dl toOscar Fuentes2008-11-121-0/+4
* CMake: Added Host.cpp to lib/System/CMakeLists.txt.Oscar Fuentes2008-10-021-0/+1
* Initial support for the CMake build system.Oscar Fuentes2008-09-221-0/+13