Skip to content

Commit c729448

Browse files
authored
Disable MSAN test: ELF_perf.s
This should be repaired. Fixes build bots quickly. Introduced: https://reviews.llvm.org/D146169
1 parent 07ece4e commit c729448

File tree

1 file changed

+3
-0
lines changed
  • llvm/test/ExecutionEngine/JITLink/x86-64

1 file changed

+3
-0
lines changed

llvm/test/ExecutionEngine/JITLink/x86-64/ELF_perf.s

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
# REQUIRES: native && x86_64-linux
22

3+
# FIXME: Investigate why broken with MSAN
4+
# UNSUPPORTED: msan
5+
36
# RUN: rm -rf %t && mkdir -p %t
47
# RUN: llvm-mc -triple=x86_64-unknown-linux -position-independent \
58
# RUN: -filetype=obj -o %t/ELF_x86-64_perf.o %s

0 commit comments

Comments
 (0)