[llvm-commits] PATCH: Build both 32-bit and 64-bit ASan runtime on x86_64 (in configure+make build)

Alexey Samsonov samsonov at google.com
Fri Sep 21 09:26:15 PDT 2012


Hi Daniel,

These two patches allow building i386 ASan runtime if target arch is
x86_64. Typically we want both runtimes to reside
in lib/clang/3.2/lib/linux/ so that "clang++ -faddress-sanitizer" could
work with both -m64 and -m32. Is it ok to commit?

-- 
Alexey Samsonov, MSK
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20120921/62a0dec2/attachment.html>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: zpatch.asan-i386-clang
Type: application/octet-stream
Size: 472 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20120921/62a0dec2/attachment.obj>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: zpatch.asan-i386-compiler-rt
Type: application/octet-stream
Size: 613 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20120921/62a0dec2/attachment-0001.obj>


More information about the llvm-commits mailing list