[PATCH] [ASan] Fix leak test on 64-bit targets other than x86-64
Jay Foad
jay.foad at gmail.com
Mon Nov 10 01:21:28 PST 2014
Hi kcc, samsonov, eugenis,
This test explicitly sets ASAN_OPTIONS=detect_leaks=1 which is only
supported on x86-64. The test is currently restricted to run only on
64-bit targets, but needs to be restricted further so it only runs on
x86-64.
http://reviews.llvm.org/D6189
Files:
test/asan/TestCases/Linux/leak.cc
test/asan/lit.cfg
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D6189.15969.patch
Type: text/x-patch
Size: 899 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20141110/9723437a/attachment.bin>
More information about the llvm-commits
mailing list