mirror of
https://github.com/RPCS3/llvm.git
synced 2025-01-19 16:35:10 +00:00
[llvm-objdump] Disable leak checking on an llvm-objdump test
Summary: This leak doesn't reproduce locally on macOS 10.12, but is causing buildbot failures. Disable leak checking until it can be fixed. Reviewers: sqlbyme, qcolombet, enderby, bruno Reviewed By: bruno Subscribers: bruno, llvm-commits Differential Revision: https://reviews.llvm.org/D38699 git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@315337 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
6c0a029b61
commit
2e7f7eae9d
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user