This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[asan] migrate runtime from llvm


Hi,

I create a patch to migrate llvm runtime to asan branch. The
configure.ac is a preliminary version and almost doesn't contain any
portability check. I build it and test my own small case only and it
works. Just send it out to ask for a preliminary review. The patch is
zipped to keep it smaller than 400K (required by sourceware.org).
Because I am a fresh man to gcc, please forgive me to send out a patch
with many errors.

Thanks,
Wei.

gcc/ChangeLog:
2012-10-15   Wei Mi  <wmi@google.com>

migrate llvm runtime to asan branch
* configure.ac: Add libasan to target_libraries
* Makefile.def: Ditto
* configure: Regenerate
* Makefile.in: Regenerate
* gcc/gcc.c: Add -lasan -lpthread ... to link command if -fasan is on
* libasan: New directory for asan runtime

Attachment: patch.txt.bz2
Description: BZip2 compressed data


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]