[PATCH] [ASan] Fix leak test on 64-bit targets other than x86-64

Sergey Matveev earthdok at google.com
Mon Nov 10 06:42:05 PST 2014


================
Comment at: test/asan/lit.cfg:126
@@ -125,3 +125,3 @@
 # Turn on leak detection on 64-bit Linux.
 if config.host_os == 'Linux' and config.bits == '64':
   config.environment['ASAN_OPTIONS'] = 'detect_leaks=1'
----------------
Where does this mention x86_64? Looks like all this patch does is restrict the test to 64-bit Linux, which is already the case.

http://reviews.llvm.org/D6189






More information about the llvm-commits mailing list