summaryrefslogtreecommitdiff
path: root/make/config.mk
Commit message (Expand)AuthorAge
* Automatically create .dSYM for libcompiler_rt.dylib when using Apple's intern...Nick Kledzik2012-11-26
* Relocate the external headers provided by ASan and the common sanitizerChandler Carruth2012-08-29
* [asan] move lib/asan/interception to lib/interception so that other tools (e....Kostya Serebryany2012-05-15
* [asan] build asan-rt with -funwind-tablesKostya Serebryany2011-12-29
* build compiler-rt with -fPIC, otherwise the run-time libs will not link with ...Kostya Serebryany2011-12-13
* build all C++ files in compiler-rt with -fno-exceptionsKostya Serebryany2011-12-06
* lib: Add support for library wide utility functions, and make compilerrt_abort()Daniel Dunbar2011-11-16
* Add support for "platform" configurations, which define a suite of compiler-rtDaniel Dunbar2010-01-18
* Remove old build logic, this is going to be replaced by a more configurable m...Daniel Dunbar2010-01-18
* Simplify subdirectory makefiles, and be more robust by checking that they def...Daniel Dunbar2010-01-18
* Rename DebugMake variable to DEBUGMAKE for consistency (variables that are de...Daniel Dunbar2010-01-18
* Tidy up comments, remove whitespace, and rename 'print-%' make debugging targetDaniel Dunbar2010-01-13
* Stub out structure for building armv{6,7} libs.Daniel Dunbar2009-09-10
* Support building for a single target architecture.Daniel Dunbar2009-09-03
* Initial import of compiler-rt.Daniel Dunbar2009-06-26