[PATCH] D38699: [llvm-objdump] Disable leak checking on an llvm-objdump test

Francis Ricci via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Oct 10 10:51:08 PDT 2017


This revision was automatically updated to reflect the committed changes.
Closed by commit rL315337: [llvm-objdump] Disable leak checking on an llvm-objdump test (authored by fjricci).

Repository:
  rL LLVM

https://reviews.llvm.org/D38699

Files:
  llvm/trunk/test/tools/llvm-objdump/macho-LLVM-bundle.test


Index: llvm/trunk/test/tools/llvm-objdump/macho-LLVM-bundle.test
===================================================================
--- llvm/trunk/test/tools/llvm-objdump/macho-LLVM-bundle.test
+++ llvm/trunk/test/tools/llvm-objdump/macho-LLVM-bundle.test
@@ -1,5 +1,5 @@
 # REQUIRES: xar
-# RUN: llvm-objdump -macho -archive-headers -section __LLVM,__bundle %p/Inputs/LLVM-bundle.macho-x86_64 | FileCheck %s
+# RUN: env ASAN_OPTIONS=detect_leaks=0 llvm-objdump -macho -archive-headers -section __LLVM,__bundle %p/Inputs/LLVM-bundle.macho-x86_64 | FileCheck %s
 
 # CHECK: For (__LLVM,__bundle) section: xar header
 # CHECK:                   magic XAR_HEADER_MAGIC


-------------- next part --------------
A non-text attachment was scrubbed...
Name: D38699.118425.patch
Type: text/x-patch
Size: 667 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20171010/1969ced0/attachment.bin>


More information about the llvm-commits mailing list