summaryrefslogtreecommitdiff
path: root/make/platform/clang_linux.mk
AgeCommit message (Expand)Author
2013-10-03[asan] Don't require X86 to build Android runtime.Evgeniy Stepanov
2013-08-22[lsan] Follow-up to r189010 - do the same in Makefile build.Sergey Matveev
2013-08-20[LSan] Add support for building standalone LSan runtime to Make build (compil...Alexey Samsonov
2013-08-07DataFlowSanitizer; compiler-rt changes.Peter Collingbourne
2013-06-25Remove the sysroot (or isysroot) restriction from the GCDAProfile.cChandler Carruth
2013-06-19When the compiler is not providing a clean triple, we should fail Sylvestre Ledru
2013-05-22Revert r182465 and add lsan-common library to makefile-based buildAlexey Samsonov
2013-05-20[Sanitizer] Build sanitizer runtimes with debug info in Makefile buildAlexey Samsonov
2013-05-13Fix a typo in the commentSylvestre Ledru
2013-04-25Add -fno-rtti to ASan runtime cflags on Android.Evgeniy Stepanov
2013-03-20Split ubsan runtime into three pieces (compiler-rt part):Richard Smith
2013-03-13[Sanitizer] Build ASan, TSan and MSan runtimes with -fno-rtti.Alexey Samsonov
2013-02-21[sanitizer] Add MSan to Makefile-based build rules.Evgeniy Stepanov
2013-01-21ASan: build runtime flexible mapping and offset in configure+make build as wellAlexey Samsonov
2013-01-10[asan] Add soname to the dynamic runtime.Evgeniy Stepanov
2012-11-15[UBSan] Add support for building ubsan runtime library on Linux with 'make'. ...Alexey Samsonov
2012-10-24Build ASan runtime for ARM/Android.Evgeniy Stepanov
2012-10-09Determine supported archs for compiler-rt libraries on Linux by trying to com...Alexey Samsonov
2012-10-04[ASan] don't build 64-bit runtime on 32-bit Linux platformsAlexey Samsonov
2012-10-03Build ASan runtime on Linux for both x86_64 and i386, same as we do with full...Alexey Samsonov
2012-05-29[asan,tsan] Add a new directory compiler-rt/lib/sanitizer_commonKostya Serebryany
2012-05-22[asan] use -fPIE -fno-builtin for building asan-rtKostya Serebryany
2012-05-15[tsan] makefile machinery to build tsan-rt (linux-x86_64 only)Kostya Serebryany
2012-05-15[asan] move lib/asan/interception to lib/interception so that other tools (e....Kostya Serebryany
2011-12-08platform/clang_linux: Switch builtin and profile libraries to build using theDaniel Dunbar
2011-12-06platform/clang_linux: Add profile and asan libs on x86.Daniel Dunbar
2011-11-28build: Sketch a Clang/Linux platform config.Daniel Dunbar