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