Support for building the ubsan runtime when using the autoconf build system on
authorRichard Smith <richard-llvm@metafoo.co.uk>
Tue, 13 Nov 2012 23:55:06 +0000 (23:55 +0000)
committerRichard Smith <richard-llvm@metafoo.co.uk>
Tue, 13 Nov 2012 23:55:06 +0000 (23:55 +0000)
commit6122d0692bf261ce4df586c7bb5625e1ede9da98
treef4e285a7d15e102de3dc09fac1f3063c06655f58
parent05dce7e644cf2043eb0076e4b7c9273ec188dddc
Support for building the ubsan runtime when using the autoconf build system on
Darwin. Patch by Jean-Daniel Dupas, tweaked by Jonathan Sauer, simplified
somewhat by me.

llvm-svn: 167889
compiler-rt/SDKs/darwin/usr/include/stdio.h
compiler-rt/lib/Makefile.mk
compiler-rt/lib/ubsan/Makefile.mk [new file with mode: 0644]
compiler-rt/lib/ubsan/ubsan_value.h
compiler-rt/make/platform/clang_darwin.mk